zlatkoristevski
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2014
01:26 AM
roVideoPlayer playlist on bad url goes to next
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.
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.
3 REPLIES 3

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2014
10:40 AM
Re: roVideoPlayer playlist on bad url goes to next
Don't use a playlist, instead use addContent to add a single content item.
- Joel
- Joel
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2014
02:17 PM
Re: roVideoPlayer playlist on bad url goes to next
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?
zlatkoristevski
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2014
12:36 AM
Re: roVideoPlayer playlist on bad url goes to next
"RokuJoel" wrote:
Don't use a playlist, instead use addContent to add a single content item.
- Joel
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?