Normal
Hi allNot much going on in this thread - so here goes one issue I'm starting to see:Not all m3u8's work anymore in my plugin. The issue is with the live-channels.This m3u8 works:[code]#EXTM3U#EXT-X-TARGETDURATION:10#EXT-X-ALLOW-CACHE:YES#EXT-X-VERSION:3#EXT-X-MEDIA-SEQUENCE:150732054#EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732054_2300_av-b.ts?sd=10&b=100-3000&rebase=on#EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732055_2300_av-b.ts?sd=10&b=100-3000&rebase=on#EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732056_2300_av-b.ts?sd=10&b=100-3000&rebase=on[/code]And this does not:[code]#EXTM3U#EXT-X-TARGETDURATION:10#EXT-X-ALLOW-CACHE:NO#EXT-X-VERSION:4#EXT-X-MEDIA-SEQUENCE:150732045#EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732045_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom#EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732046_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom#EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732047_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom[/code]Now, the difference is that the EXT-X-VERSION in the non-working m3u8 is 4 instead of 3, and EXT-X-ALLOW-CACHE is NO instead of YES.Both m3u8's play just fine in VLC...The m3u8's might be geofenced, but they live here:Working: https://dr01-lh.akamaihd.net/i/dr01_0@147054/index_2300_av-p.m3u8?sd=10&b=100-3000&rebase=onNot working https://dr02-lh.akamaihd.net/i/dr02_0@147055/index_2300_av-b.m3u8?sd=10&b=100-3000&set-akamai-hls-revision=custom&rebase=on
Hi all
Not much going on in this thread - so here goes one issue I'm starting to see:
Not all m3u8's work anymore in my plugin. The issue is with the live-channels.
This m3u8 works:
[code]#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-ALLOW-CACHE:YES
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:150732054
#EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732054_2300_av-b.ts?sd=10&b=100-3000&rebase=on
#EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732055_2300_av-b.ts?sd=10&b=100-3000&rebase=on
#EXTINF:10.000,https://dr01-lh.akamaihd.net/i/dr01_0@147054/segment150732056_2300_av-b.ts?sd=10&b=100-3000&rebase=on[/code]
And this does not:
#EXT-X-ALLOW-CACHE:NO
#EXT-X-VERSION:4
#EXT-X-MEDIA-SEQUENCE:150732045
#EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732045_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom
#EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732046_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom
#EXTINF:10.000,https://dr02-lh.akamaihd.net/i/dr02_0@147055/segment150732047_2300_av-b.ts?sd=10&b=100-3000&rebase=on&set-akamai-hls-revision=custom[/code]
Now, the difference is that the EXT-X-VERSION in the non-working m3u8 is 4 instead of 3, and EXT-X-ALLOW-CACHE is NO instead of YES.
Both m3u8's play just fine in VLC...
The m3u8's might be geofenced, but they live here:
Working: https://dr01-lh.akamaihd.net/i/dr01_0@147054/index_2300_av-p.m3u8?sd=10&b=100-3000&rebase=on
Not working https://dr02-lh.akamaihd.net/i/dr02_0@147055/index_2300_av-b.m3u8?sd=10&b=100-3000&set-akamai-hls-revision=custom&rebase=on