Forum Discussion

cgerrish's avatar
cgerrish
Visitor
16 years ago

HLS won't play in VideoPlayer Example

I have gotten HLS and VOD to work with the simplevideoplayer example. I have VOD working on the VIdeoPlayer example, but when I try to do do HLS streaming with the video player example it doesn't work. Am I missing anything here? I changed the format to hls, and put in my link just like in the simple video player, but it just tries to load the stream, and then backs back out right away. I get this error, and ideas?
showHomeScreen | msg = An unexpected problem (but not server timeout or HTTP error) has been detected. | index = -3

4 Replies

  • Thanks, I know it works on the Roku because it works in the simplevideoplayer example, but my stream and the apple test stream won't work with the videoplayer example.
  • Oops. Sorry. I missed that part.

    The videoplayer example defaults the StreamFormat to "mp4" if it's not present in the feed XML. Is it possible that the StreamFormat is either missing, or not set to "hls" in your metadata?
  • Ah, thank you! I figured it out. I had my <streamFormat> tag in the <media> section of the xml data so it didn't see it.