mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
fix: 支持初始化传入stream res
This commit is contained in:
parent
a87316cb44
commit
e61e9c7a38
@ -115,7 +115,7 @@ export class FlvPlugin extends BasePlugin {
|
||||
this._transCoreEvent(EVENT.SWITCH_URL_FAILED)
|
||||
|
||||
if (!flvOpts.manualLoad) {
|
||||
this.loadSource(config.url)
|
||||
this.loadSource(config.url, flvOpts.streamRes)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user