We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-stop loading of repetitive segments. What is the problem?
manifest file:
#EXTM3U #EXT-X-TARGETDURATION:10 #EXT-X-ALLOW-CACHE:YES #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-KEY:METHOD=AES-128,URI="https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/encryption-f1.key" #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:1 #EXTINF:2.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-1-f1-v1-a1.ts #EXTINF:2.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-2-f1-v1-a1.ts #EXTINF:2.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-3-f1-v1-a1.ts #EXTINF:4.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-4-f1-v1-a1.ts #EXTINF:10.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-5-f1-v1-a1.ts #EXTINF:10.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-6-f1-v1-a1.ts #EXTINF:10.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-7-f1-v1-a1.ts
config:
... vod_bootstrap_segment_durations 2000; vod_bootstrap_segment_durations 2000; vod_bootstrap_segment_durations 2000; vod_bootstrap_segment_durations 4000; ...
The text was updated successfully, but these errors were encountered:
Please provide a publicly accessible URL to the stream
Sorry, something went wrong.
No branches or pull requests
Non-stop loading of repetitive segments. What is the problem?
manifest file:
config:
The text was updated successfully, but these errors were encountered: