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: 
krackers123
Visitor

Help with finding why HLS m3u8 does not play

I have the following m3u8 file I am trying to play on roku:

http://199.217.118.49:1935/wsnewrelease/playlist.m3u8

I have the XML set up as follows:


<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://199.217.118.49:1935/playlist.m3u8</streamUrl>
</media>


However, when I try to play it does not seem to work. Playing in VLC does not work either, but playing in safari (on osx) or ios seems to work fine. Can anyone provide any insight as to why this does not work, perhaps by analyzing the m3u8 file and structure?
0 Kudos
3 REPLIES 3
renojim
Community Streaming Expert

Re: Help with finding why HLS m3u8 does not play

I'm unable to download that file and when I do "curl -I" on the URL it returns "403 Forbidden".

-JT
Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee.
0 Kudos
krackers123
Visitor

Re: Help with finding why HLS m3u8 does not play

Oh got it. Should have noticed that before....
0 Kudos
drobinson
Visitor

Re: Help with finding why HLS m3u8 does not play

Did you get this to work?

I tried playing the your video and code in my test channel xml and it didn't work (possible I have problems with code elsewhere).
0 Kudos