Forum Discussion

bcolflesh's avatar
bcolflesh
Visitor
7 years ago

SGDEX and M3U8

It seems the default SGDEX tool doesn't know what M3U8 is:

View Manager runProcedure addView
[SGDEX] video.errorCode == -3 video.errorMsg == ignored

Is the previous SDK, simply adding streamformat = "hls" allowed M3U8 to play fine & they are still playing fine there.

In the exciting new SDK, what has to be added to SGDEX in order to fix something that used to work?

1 Reply

  • Note that adding:

    itemNode.Live = true
    itemNode.StreamFormat = "hls"
    itemNode.Length = "LIVE"

    to the RootHandler.brs from the sample app does nothing, of course.