Hello,
Unable to play .ts (live streaming) on my roku premiere plus.
the application is working fine on Roku 3.
is there any workaround for this?
Thanks.
Very interesting, do you have any DRM on the stream?
My channel have the same problem with HLS streaming (.m3u8), 2 users reported the issue with Roku Premier+ but I don’t have any Roku Premier+ to troubleshoot (I tried with Roku 4, Roku stick and Express+ and they work fine). Let me know if you find out the reason.
“coldrain” wrote:
My channel have the same problem with HLS streaming (.m3u8), 2 users reported the issue with Roku Premier+ but I don’t have any Roku Premier+ to troubleshoot (I tried with Roku 4, Roku stick and Express+ and they work fine). Let me know if you find out the reason.
issue fixed by setting the streamFormat
selectedItem.streamformat = “ts”
this was not needed on other roku devices.
“hmatar” wrote:
“coldrain” wrote:
My channel have the same problem with HLS streaming (.m3u8), 2 users reported the issue with Roku Premier+ but I don’t have any Roku Premier+ to troubleshoot (I tried with Roku 4, Roku stick and Express+ and they work fine). Let me know if you find out the reason.
issue fixed by setting the streamFormat
selectedItem.streamformat = “ts”
this was not needed on other roku devices.
I didn’t think that I missed to set streamformat. My streamformat is “hls” not “ts” but from your suggestion, I debug and see that I didn’t set it up properly (I put the streamformat in xml feed but for some reason, the content reader doesn’t get the streamformat). Thanks for sharing
