Skip to content

Commit

Permalink
feat: add same source HLS live video to compare with HTTP-FLV
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu(吴浩麟) committed May 18, 2017
1 parent 8d362be commit df80564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/demo/hls.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class HLS extends PureComponent {
render() {
return (
<video autoPlay style={{ width: '100%' }}>
<source src="http://2000.liveplay.myqcloud.com/live/2000_feceb63d176711e6b91fa4dcbef5e35a.m3u8"/>
<source src="https://2000.liveplay.myqcloud.com/live/2000_feceb63d176711e6b91fa4dcbef5e35a.m3u8"/>
</video>
)
}
Expand Down

0 comments on commit df80564

Please sign in to comment.