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

HLS streams fine on one channel, errors on another.

On my Roku, I have two different instances of the same exact channel installed (one private, one sideloaded). Both are built from identical code.

Just now, I was successfully playing an HLS live video stream on the sideloaded channel, and then I manually ended playback with my remote. When I attempt to restart playback, I get the following error:
The format is not supported or the media is corrupt. | type = 9


If I then switch to the other (private) version of the channel, using the same codebase and same HLS URL, it will play fine. I can manually stop playback, and resume just fine. Back on the sideloaded version, it's still failing with the same error. I can't seem to get the HLS URL to work again on the sideloaded channel, even though the same exact URL works on the other version of the same channel (with the same exact codebase).

Is there some sort of video/url caching going on, which might have been corrupted in some way? Why would the same URL work on one channel but not the other, when they both use the same code?

The problem is that an HLS URL plays on one channel, but the same link does not play on another version of the same channel.

This was kind of complicated to explain, but could this be related to the HLS sync weirdness that people have been reporting since the last firmware update?
My Roku Channels:
Viddler - viddler.com
Tested Fan - tested.com | Jamie & Adam
This is my next - theverge.com
1080p Showcase - RIP
Whiskey Media - RIP
======================
http://www.binarymoustache.com
0 Kudos
5 REPLIES 5
RokuKevin
Visitor

Re: HLS streams fine on one channel, errors on another.

This is very strange.... if all the parameters are the same they should play the same. Unless you're looking at the devid in server side authentication the side loaded channel should be equivalent to the private channel.

Are you sure they are the exact same params: stream urls, StreamFormat="hls", bitrates, qualities ??

The most frequent culprit of "The format is not supported or the media is corrupt" is that the StreamFormat setting does not match the content in the url.


--Kevin
0 Kudos
TheEndless
Channel Surfer

Re: HLS streams fine on one channel, errors on another.

[edit]nevermind.. missed the part about it working initially.[/edit]
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
evilmax17
Visitor

Re: HLS streams fine on one channel, errors on another.

"RokuKevin" wrote:
This is very strange.... if all the parameters are the same they should play the same. Unless you're looking at the devid in server side authentication the side loaded channel should be equivalent to the private channel.

Are you sure they are the exact same params: stream urls, StreamFormat="hls", bitrates, qualities ??

The most frequent culprit of "The format is not supported or the media is corrupt" is that the StreamFormat setting does not match the content in the url.

--Kevin

Same ContentMetaData parameters, same BrightScript code, same everything as far as I can tell.

Both instances of the channel work fine most of the time, but once this error occurs, that instance of the channel will be "broken" as described above until reboot. After reboot, it will work fine again.

I wish I could provide more information, but I haven't found reliable steps to reproduce the issue. I've only seen it with HLS though, never with mp4s.
My Roku Channels:
Viddler - viddler.com
Tested Fan - tested.com | Jamie & Adam
This is my next - theverge.com
1080p Showcase - RIP
Whiskey Media - RIP
======================
http://www.binarymoustache.com
0 Kudos
evilmax17
Visitor

Re: HLS streams fine on one channel, errors on another.

"TheEndless" wrote:
There is new behavior in the 1533 firmware that causes that error if the box is set to stereo audio, but the stream only contains AC3. I don't know if AC3 is supported with HLS or not, but is it possible that's the issue here? AC3 audio with one box set to 5.1 and the other set to Stereo?

This problem occurs with two separate-but-identical versions of the same channel, both installed on the same Roku box on the same TV. One version is a private channel, the other is side-loaded.

The streams that I'm playing are from JustinTV, which is funny now that I think of it, because I saw something similar from your channel last night. A stream I was watching unexpectedly cut out with a "Playback has ended, or the stream is in a non-compatible format" message. After that, ALL streams would fail with that same error, even after exiting/reentering the channel. A reboot fixed the problem.

Have you experienced or heard of anything similar, where all streams would abruptly stop working for no discernible reason?

I'm not sure how the problem could be on JustinTV's end though, because the problem seems to be channel specific. I'm not sending any information that would distinguish the private version of my channel from the side-loaded version.

Very strange.
My Roku Channels:
Viddler - viddler.com
Tested Fan - tested.com | Jamie & Adam
This is my next - theverge.com
1080p Showcase - RIP
Whiskey Media - RIP
======================
http://www.binarymoustache.com
0 Kudos
TheEndless
Channel Surfer

Re: HLS streams fine on one channel, errors on another.

"evilmax17" wrote:
Have you experienced or heard of anything similar, where all streams would abruptly stop working for no discernible reason?

I have had that happen on a number of channels during development, but always assumed it was something I had done to kill the video player. I've never tested it side-by-side with a private version of the same channel, though, nor have I ever spent time trying to reproduce it. It almost sounds like something is either cached and short-circuiting the request, or something has caused the underlying web component's socket to close.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos