emveepee1
5 years agoBinge Watcher
MPEG-TS and roVideoPlayer seeking
Is it possible to create a seekable mpeg ts screen? I have created a 2D graphics program to access the NextPVR server and I can play Live TV and recordings but I cannot seek with any examples I find and I don't see range requests going to the server. I have tried with and without the PlayStart in the content.
content = [{
streamFormat: "ts"
stream: { url: m.base + activity["url"] }
}]
m.VideoPlayer.SetContentList(content)
m.VideoPlayer.SetPositionNotificationPeriod(1)
m.VideoPlayer.Seek(skip)
m.VideoPlayer.Play()
Thanks in advance