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: 
jbrave
Channel Surfer

issues with wowza on 2.9, Roku2.

Hi, I'm testing out a new wowza service from Bitgravity. I've been testing with my 3.0 boxes for the most part and everything looked good, then just switched over to my 2.9 boxes. The 2.9 is throwing a 404 error when it hits the m3u8 file:

"Unknown event: 11 msg: HTTP status 404 data: 0 indx: 0
play failed: There was an error in the HTTP response. This could mean that malformed HTTP headers or an HTTP error code was returned."


 
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000
/cdn-live-b1/_definst_/musiclouds/secure/live/feed006/playlist.m3u8?wowzasessionid=1881057465&e=1317506652&h=19ccf95606b374abea4d104acfe23b5f&wowzaaudioonly
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=864000
/cdn-live-b1/_definst_/musiclouds/secure/live/feed004/playlist.m3u8?wowzasessionid=1881057465&e=1317506652&h=19ccf95606b374abea4d104acfe23b5f
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=564000
/cdn-live-b1/_definst_/musiclouds/secure/live/feed005/playlist.m3u8?wowzasessionid=1881057465&e=1317506652&h=19ccf95606b374abea4d104acfe23b5f
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=364000
/cdn-live-b1/_definst_/musiclouds/secure/live/feed006/playlist.m3u8?wowzasessionid=1881057465&e=1317506652&h=19ccf95606b374abea4d104acfe23b5f
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
0 Kudos
3 REPLIES 3
RokuChris
Roku Employee
Roku Employee

Re: issues with wowza on 2.9, Roku2.

2.9 doesn't support absolute paths in the m3u8. 3.0 and up does

viewtopic.php?f=34&t=34546&p=221786#p221786
0 Kudos
jbrave
Channel Surfer

Re: issues with wowza on 2.9, Roku2.

Ok. So if it get this right from reading the various threads:

2.9 can't handle absolute urls,

4.x can only handle full absolute with the http://

so the server needs to output the full path to each stream segment in the .m3u8

?

- Joel
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
0 Kudos
RokuChris
Roku Employee
Roku Employee

Re: issues with wowza on 2.9, Roku2.

"jbrave" wrote:
so the server needs to output the full path to each stream segment in the .m3u8?


That, or relative paths should also work in all firmwares. Like this bitgravity stream has...

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1265260
playlist.m3u8?wowzasessionid=1096291027
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000
playlist.m3u8?wowzaaudioonly&wowzasessionid=1096291027
0 Kudos