-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
My hls video has a section that will be skipped #7349
Comments
For me your manifest is poorly generated:
You are mixing two different audio codecs in the same variant. Your content should be:
|
Thank you for your reply @avelad Now when it plays to about 50 seconds, the video will jump about 10 seconds and jump directly to about 61 seconds. I don’t know what causes it. I hope you can clone the repository and help me analyze it. |
It seems that there is some problem with the video, if I use disableVideo everything works fine (only the audio is played). If I use disableAudio the issue persists (only the video is played). The manifest is created correctly, so there is some problem in the segment that produces the gap. |
But with hls.js , it can play all the seconds of the video. |
@joeyparrish can you review it? The sample stream is https://raw.githubusercontent.com/issuebox/video-problem/refs/heads/main/public/media/video/main.m3u8 Thanks! |
Related issue in hls.js video-dev/hls.js#6711 |
Yes, it is probably because there is something wrong with the video itself, and there is indeed a problem under hls. |
Have you read the Tutorials?
Yes
Have you read the FAQ and checked for duplicate open issues?
Yes
If the question is related to FairPlay, have you read the tutorial?
Not relate to FairPlay
What version of Shaka Player are you using?
4.11.4
What browser and OS are you using?
latest chrome and macOS
Please ask your question
I created a github repository to reproduce this issue:https://github.com/issuebox/video-problem
Start the local service and open http://localhost:5173/shaka
When the video is played to around 48 seconds, it will jump directly to 60 seconds, and the video between 48s-60s cannot be played
After playing to 65s, when I adjust the progress bar to about 40s, it jumps to 60s, and then I can't reposition it to 42s
The text was updated successfully, but these errors were encountered: