"AFactsBrad" wrote:
My questions is, Is there a piece of example code for creating a *live* video player application? I'm not sure where to put my CDN's parameters.
Also, do I need to own a ROKU box to put up a channel?
"AFactsBrad" wrote:
Thanks for your help. I purchased a ROKU and am using it for development.
I downloaded v29 and v30 of the SDK and example code. Without editing the example code, most of the streaming examples do not work when I upload them to the device. The only HLS live streaming example I have gotten to work is the CustomVideoPlayer example. The SimpleVideoPlayer example has several different commented ways to stream but only the un-commented one works, and that's not HLS. I would like to use the SimpleVideoPlayer example but I am not sure what to do?
The roku player I am using was purchased brand-new from ROKU.com it is the ROKU2 XS
Any ideas?
Thanks in advance!
http://bgmp-w.bitgravity.com/cdn-live-s1/_definst_/amazingfacts/live/feed01/playlist.m3u8
"AFactsBrad" wrote:
Thanks for your help. I purchased a ROKU and am using it for development.
I downloaded v29 and v30 of the SDK and example code. Without editing the example code, most of the streaming examples do not work when I upload them to the device. The only HLS live streaming example I have gotten to work is the CustomVideoPlayer example. The SimpleVideoPlayer example has several different commented ways to stream but only the un-commented one works, and that's not HLS. I would like to use the SimpleVideoPlayer example but I am not sure what to do?
The roku player I am using was purchased brand-new from ROKU.com it is the ROKU2 XS
Any ideas?
Thanks in advance!
'Swap the commented values below to play different video clips...
urls = ["http://bgmp-w.bitgravity.com/cdn-live-s1/_definst_/amazingfacts/live/feed01/playlist.m3u8"]
qualities = ["SD"]
StreamFormat = "HLS"
title = "Craig Venter Synthetic Life"
srt = "file://pkg:/source/craigventer.srt"
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=471583
playlist.m3u8?wowzasessionid=243206755
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=54385
playlist.m3u8?wowzaaudioonly&wowzasessionid=243206755
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=471583
http://bgmp-w.bitgravity.com/cdn-live-s1/_definst_/amazingfacts/live/feed01/playlist.m3u8?wowzasessionid=243206755
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=54385
http://bgmp-w.bitgravity.com/cdn-live-s1/_definst_/amazingfacts/live/feed01/playlist.m3u8?wowzaaudioonly&wowzasessionid=243206755