bcolflesh
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2018
11:23 AM
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?
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 1
bcolflesh
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2018
12:06 PM
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.
itemNode.Live = true
itemNode.StreamFormat = "hls"
itemNode.Length = "LIVE"
to the RootHandler.brs from the sample app does nothing, of course.