Skip to content
New issue

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 #1519

Open
rezakho opened this issue Apr 11, 2024 · 1 comment
Open

Non-stop loading of repetitive segments #1519

rezakho opened this issue Apr 11, 2024 · 1 comment

Comments

@rezakho
Copy link

rezakho commented Apr 11, 2024

Non-stop loading of repetitive segments. What is the problem?

Screenshot 1403-01-23 at 10 31 06 PM

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;
...
@erankor
Copy link
Contributor

erankor commented Apr 30, 2024

Please provide a publicly accessible URL to the stream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants