Hi guys,
I have a little problem with the roVideoPlayer.
I have implemented and everything works fine but one thing I need to add.
I’m setting a playlist to this player and when I try to play some channel and that channel at the moment isn’t available the player goes to the next channel.
Is it possible to disable this going to next channel?
Thank you.
Don’t use a playlist, instead use addContent to add a single content item.
So is this a known problem with video playlists? Related to here: viewtopic.php?f=34&t=71255&p=446837 with the captions issue with playlists?
“RokuJoel” wrote:
Don’t use a playlist, instead use addContent to add a single content item.
I need to use playlist because I have feature with changing channels with UP/DOWN keys on the remote. It can be just disable going on next channel?