learnerDev
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2011
01:36 PM
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 😞
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 😞
5 REPLIES 5
brocker
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2011
03:05 PM
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
Thanks
Bud
learnerDev
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2011
03:46 PM
Re: HLS issue
Yeah im following those threads,but im working on old roku 2.9..

RokuMarkn
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2011
03:56 PM
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
--Mark
learnerDev
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2011
04:03 PM
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?
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamUrl>http://wowzaserver:1935/live/test.stream/playlist.m3u8</streamUrl>
</media>
am i missing anything?
learnerDev
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2011
05:36 PM
Re: HLS issue
made it work..its the wowza chunk