Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
When I try to play a livestream the stream is playing only for few seconds and then event type 27 is returned and the stream is loaded again. I couldn't find this event type number in roku documentation. This issue is occurs on a box with Software version 4.9. The same video stream is working well on a box with software version 3.1.
Event 27 is StreamSegmentInfo, which is merely informative, telling you that a new HLS segment is starting. It should not stop the stream. Are you sure that you are ignoring this event in your Brightscript code?