-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
HLS audio (podcast) issue on PS4 when startPosition is used #6859
Comments
Hi @jeugeneDS, The links to the sample and screen recording are not available: Can you provide an updated sample that reproduces the issue? The stream URL in the logs is available. I noticed you have duplicate URLs in the variant and audio option which suggests this is a duplicate of #6783 which was fixed with #6785. Have you tried latest dev build? I suspect that the choppy audio was just a result of audio being appended from both the stream and audio controllers because of the duplicate reference. Besides that I get errors when retrieving segments that are echoed in the logs above:
I don't see this error when loading the media playlist directly in dev. I'll try to see what's going on there. |
Hi @jeugeneDS, Let me know if #6887 resolves this issue for you. Since the audio bitrate is rather high, I also recommend setting buffer length cap to avoid quota exceeded errors or buffer ejection and out-of-memory errors whic can occur on legacy platforms (ex: |
Hi @robwalch , I just tested and I can confirm that the problem is fixed. |
What version of Hls.js are you using?
1.5.17
What browser (including version) are you using?
PS4 browser (webmaf) using WebKit engine v613.1.14.2.3
What OS (including version) are you using?
PS4
Test stream
https://staging.dotscreen.com/jeugene/hls-podcast-issue/
Configuration
Additional player setup steps
If you have a TestKit PS4, you need to create a dev webmaf pointing to the sample code.
Checklist
Steps to reproduce
2.the audio should start at the position 72
Expected behaviour
the playback start at position 72 and the sound is clear, no stuttering audio.
What actually happened?
the playback start at position 72 but we hear stuttering/choppy/slowed sound during first 7s.
reproducibility: 100%
A video showing the issue since you can't reproduce it without a PS4 : https://staging.dotscreen.com/jeugene/hls-podcast-issue/ps4-playback-issue.mp4
This is not specific to the audio used in the sample code. Many other URLs from this provider have this issue.
Not reproduced using ShakaPlayer.
Console output
Chrome media internals output
No response
The text was updated successfully, but these errors were encountered: