This commit is contained in:
Infinite
2020-02-09 10:38:02 +01:00
parent 3a0420b79e
commit a7df23c54d

View File

@@ -194,7 +194,7 @@ export class ScenePlayerImpl extends React.Component<
return ( return (
<ReactJWPlayer <ReactJWPlayer
playerId={JWUtils.playerID} playerId={JWUtils.playerID}
playerScript="http://192.168.1.65:9999/jwplayer/jwplayer.js" playerScript="/jwplayer/jwplayer.js"
customProps={config} customProps={config}
onReady={this.onReady} onReady={this.onReady}
onSeeked={this.onSeeked} onSeeked={this.onSeeked}