-
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
Add support for AC-3 codec in MPEG-TS #5167
Conversation
cc40fab
to
c243119
Compare
@robwalch, I applied the changes from #1102 on latest master + fixed the CI comments (looks like the CI has advanced significantly since I opened the original pull :)) |
One more thing, I looked again at this code now (it's been a few years since i wrote it...) and this looks wrong to me - |
I'll look into it for v1.5.0. Thank you for updating the PR. |
Hi @erankor And first of all, thanks for your work on this. I have build out your commits and have a few comments:
These are the two issues I have found playing around for a day with this. Again, thanks. |
Hi @erankor ! Thanks for your awesome work! I have some stream that has audio E-AC3 (0x87) which seems to be Dolby Digital Plus. Do you know if the parsing is the same as AC-3? If not, do you know if it's complex to implement it? Thanks! |
Could you please confirm that streams with ac-3 should work properly in v 1.5.0? |
@De1thwen - Please file a new issue. This PR is closed. Did you test in a browser that supports AC-3 playback? The "add buffer with codec" error suggests that you tried in a browser that does not (otherwise creation of a source buffer with the codec would be supported). |
This PR will...
Add support for AC-3 codec in MPEG-TS
Why is this Pull Request needed?
Are there any points in the code the reviewer needs to double check?
Resolves issues:
Checklist