0
votes

I used a by default media player in Roku. And I stop streaming to other side is stop video from Roku player and again I resume streaming from other side not reload a stream again anyone find this issue on Roku. I used url tag to play a stream. And write into a item tag. I test same thing on VLC media player it's working fine.

1
Hi - can you please add some more detail? And include any code you have that demonstrates the problem?RQDQ
I edit my post. This issue is not required for code.Nikunj Chaklasiya
Very hard to understand what you are asking. Can you please better describe the issue?Alejandro Cotilla

1 Answers

0
votes

When you are developing roku channel, almost all of the things you have to handle in code. In the case that you are asking (what is happening actually), when roku media player don't receive the stream (i.e. when you are stopping the stream from media server), it changes the 'state' of video player to "error" and generates error data (i.e. errorCode,errorMsg etc). After 'error' state, roku media player generates 'finished' (Please go throw the "Video" node documentation for roku development). Second you cannot resume the stream in roku. After error generation you have to close and relaunch the video player.