zuber
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2014
07:44 PM
Simple Video Player Question
In Simple Video Player it says in file appMain.brs
How can I have it where I can have more than 1 videos ?
I am interested in M3u8 files/streams.
Thanks
'Swap the commented values below to play different video clips...
How can I have it where I can have more than 1 videos ?
I am interested in M3u8 files/streams.
Thanks
7 REPLIES 7
adrianc1982
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2014
09:51 PM
Re: Simple Video Player Question
ive never used m3u8 files so i dont know how to use them, but you can set the metadata for your videoscreen or videoplayer to m3u8 and play the file.
Now if you want several streams of the same video with different qualities that is done via the metadata of the video thats being passed to the videoscreen or videoplayer.
Now if you want several streams of the same video with different qualities that is done via the metadata of the video thats being passed to the videoscreen or videoplayer.
zuber
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2015
07:44 PM
Re: Simple Video Player Question
I am not able to play
I have it set as HLS
Please help
I have it set as HLS
Please help
<streamFormat>hls</streamFormat>
http://bglive-a.bitgravity.com/ndtv/indlo/live/native
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2015
08:35 PM
Re: Simple Video Player Question
That video appears to be in a Flash Video container format, which is not supported by Roku.
lmarder
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2015
06:10 AM
Re: Simple Video Player Question
Hi Zuber,
You can set the episode.StreamFormat = "hls" and it will play the HLS video. Similarly, you can set the episode.StreamFormat = "mp4" and you can play an mp4 video.
Here is an example of how we do it:
1. Determine whether the video is HLS or not
https://github.com/zype/zype-roku/blob/ ... rs.brs#L56
2. Sets the stream format
https://github.com/zype/zype-roku/blob/ ... il.brs#L27
Let me know if you have any questions about it!
Landon
You can set the episode.StreamFormat = "hls" and it will play the HLS video. Similarly, you can set the episode.StreamFormat = "mp4" and you can play an mp4 video.
Here is an example of how we do it:
1. Determine whether the video is HLS or not
https://github.com/zype/zype-roku/blob/ ... rs.brs#L56
2. Sets the stream format
https://github.com/zype/zype-roku/blob/ ... il.brs#L27
Let me know if you have any questions about it!
Landon
zuber
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2015
12:46 PM
Re: Simple Video Player Question
Hi,
How can I implement this in the roku videochannel app? is this different than the app that comes with roku SDK?
Thanks
How can I implement this in the roku videochannel app? is this different than the app that comes with roku SDK?
Thanks
darren1
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2015
01:57 PM
Re: Simple Video Player Question
I would like to list three different videos all different streams. Is this possible and how?
mjhin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017
01:04 AM
Re: Simple Video Player Question
Where can I find this example app?
Can you please post a link to this "Simple Video Player" app?
I can't find it anywhere. Only people talking about it.
Can you please post a link to this "Simple Video Player" app?
I can't find it anywhere. Only people talking about it.