mirror of
https://github.com/davedoesdev/streamana.git
synced 2025-09-26 17:51:12 +08:00
no-cors doesn't support PUT
This commit is contained in:
Submodule ffmpeg.js updated: 95aeb4915f...8b9ee57434
@@ -59,7 +59,7 @@ export class MuxReceiver extends EventTarget {
|
||||
data: base_url,
|
||||
protocol,
|
||||
options: protocol === 'dash' ? {
|
||||
method: 'PUT'
|
||||
//method: 'PUT'
|
||||
} : {}
|
||||
});
|
||||
// falls through
|
||||
|
Reference in New Issue
Block a user