-
Notifications
You must be signed in to change notification settings - Fork 439
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
DASH Manifest sets audioSamplingRate to "0" #889
Comments
The sampling rate is coming from the mp4 stsd atom, it's probably not set correctly there. |
Try this pull #890 |
Seems to set the audioSamplingRate correctly. it's now |
Now that I've checked, HLS of the same video is also not working on EDGE. |
From a short google on this - https://docs.microsoft.com/en-us/windows/desktop/medfound/aac-decoder |
Great find! Thanks! |
Hi @idanya - can this be closed? Thanks. |
For some files in our library, I can see the dash manifest audio representation contains
audioSamplingRate="0"
In these cases, MPD is playing well in chrome and firefox but in IE/EDGE I get an error saying "Video Element Error: MEDIA_ERR_RC_NOT_SUPPORTED" (playing in dashif.org).
Changing the audioSamplingRate key to any other value fixes the issue and the video is playing on IE/EDGE.
All files in our library are transcoded the same way... What can cause this value to be 0?
The text was updated successfully, but these errors were encountered: