Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
learnerDev
Visitor

HLS issue

Hey,

http://wowzaserver:1935/live/test.stream/playlist.m3u8 works perfectly in the custom video player example.

however it doesnt work in the videoplayer example 😞

help me out 😞
0 Kudos
5 REPLIES 5
brocker
Visitor

Re: HLS issue

There is another discussion going on that suggests there are issues with the Roku2, you might view it to get some more answers, viewtopic.php?f=34&t=41670 and viewtopic.php?f=34&t=39143

Thanks
Bud
0 Kudos
learnerDev
Visitor

Re: HLS issue

Yeah im following those threads,but im working on old roku 2.9..
0 Kudos
RokuMarkn
Visitor

Re: HLS issue

Are you setting StreamFormat to "hls" rather than "mp4"? The videoplayer sample expects the stream format to be specified in the XML, and it defaults to "mp4" if it's not specified.

--Mark
0 Kudos
learnerDev
Visitor

Re: HLS issue

<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamUrl>http://wowzaserver:1935/live/test.stream/playlist.m3u8</streamUrl>
</media>

am i missing anything?
0 Kudos
learnerDev
Visitor

Re: HLS issue

made it work..its the wowza chunk
0 Kudos