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

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?
0 Kudos
1 REPLY 1
bcolflesh
Visitor

Re: SGDEX and M3U8

Note that adding:

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

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