Forum Discussion
TheEndless
15 years agoChannel Surfer
At line 75...
I've found that setting the PlayStart value to something absurdly high will work just as well as setting it to the actual live value.
this.player.SetContentList([{
Stream: { url: "http://ec2-184-72-239-149.compute-1.amazonaws.com:1935/demos/smil:bigbuckbunnyiphone.smil/playlist.m3u8" }
StreamFormat: "hls"
PlayStart: 2000 ' play position in seconds
}])
I've found that setting the PlayStart value to something absurdly high will work just as well as setting it to the actual live value.