-
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
ADTS sync word found ! #5782
Comments
I'll look into the probe issue.
Why not encode to aac or fmp4 instead of mp3? |
The low variant (32kbps) is always probed correctly. The medium and high variants are passing the ADTS probe test for some reason. Still investigating. |
Hi @natematykiewicz, Let me know if #5783 resolves the issue for you. Thank you for finding and reporting the issue. |
It works perfectly! Thanks @robwalch |
What version of Hls.js are you using?
1.4.10
What browser (including version) are you using?
Safari Version 16.6 (18615.3.12.11.2)
What OS (including version) are you using?
macOS 13.5.1
Test stream
https://dwellapp.io/audio/v1/audio_recordings/eyJfcmFpbHMiOnsibWVzc2FnZSI6Ik16UT0iLCJleHAiOm51bGwsInB1ciI6ImF1ZGlvX3JlY29yZGluZy9zdHJlYW1pbmcifX0=--72951f7be12e178838aab17ef5ea75f44295e4a1878918ffab9852abeeab98b1
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
Expected behaviour
Audio plays
What actually happened?
Player displays correct duration. Pressing play causes the duration to update to 0 seconds. No audio is heard. Player pauses.
Sometimes it does work correctly. I've noticed that in the logs, the times it doesn't work it says
"ADTS sync word found !"
. The times that it does work it says"MPEG Audio sync word found !"
.I have another audio stream here that works just fine. This one consistently says
"MPEG Audio sync word found !"
.Is it possible that this probe function sometimes catches MPEG files?
It's worth noting that I've got about 50 .wav files that I've transcoded using the same FFmpeg command, and like 2 of them have this problem. I'm at a loss as to what the problem is.
Note: In the console output logs, the "stalling" warning happens once you try to play it again after it immediately paused.
Console output
The text was updated successfully, but these errors were encountered: