fix: 支持初始化传入stream res

This commit is contained in:
wudechang 2025-04-01 19:56:49 +08:00
parent a87316cb44
commit e61e9c7a38

View File

@ -115,7 +115,7 @@ export class FlvPlugin extends BasePlugin {
this._transCoreEvent(EVENT.SWITCH_URL_FAILED) this._transCoreEvent(EVENT.SWITCH_URL_FAILED)
if (!flvOpts.manualLoad) { if (!flvOpts.manualLoad) {
this.loadSource(config.url) this.loadSource(config.url, flvOpts.streamRes)
} }
} }