Skip to content

Commit

Permalink
update support H265
Browse files Browse the repository at this point in the history
  • Loading branch information
langmansh committed Dec 1, 2021
1 parent 9beaf49 commit a4fc0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/player/ZLPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default class ZLPlayer extends React.Component {

render() {
let player = new WasmPlayer(null, 'video', this.callbackfun,{
muted:true,stretch:true,fluent:true,
muted:true,stretch:true,fluent:true,isLive:this.state.isLive
})
player.play(this.state.currentUrl, 1)

Expand Down

0 comments on commit a4fc0e1

Please sign in to comment.