You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my testing I am getting the same error as this issue: #115
But looking at the v1.7.3 release:
The support is supposed to be added but then if you take a look at 97 commits to master since this release
You can see support for EAC-3 was added after release but AC-3 before release but then even trying a building the master branch and testing out I am still getting the same error.
Am I missing something?
Here is a video/audio file for testing purposes. Working perfectly in VLC, no audio in mpegts.js
Currently, ac-3 / ec-3 audio are supported by Safari (MacOS) / Edge (Windows), not supported by Chrome.
mpegts.js using MediaSource Extension, but this API does not support these codecs by Chrome.
/ ec-3 audio are supported by Safari (MacOS) / Edge (Windows), not supported by Chrome.
mpegts.js using MediaSource Extension, but this API does not support these codecs by Chrome.
Hi,
I am not sure if AC-3 codec is supposed to be supported. There are 2 PRs about it:
#99
#103
But then the README says
Versus
----------------------------------------------------
From my testing I am getting the same error as this issue: #115
But looking at the v1.7.3 release:
The support is supposed to be added but then if you take a look at 97 commits to master since this release
You can see support for EAC-3 was added after release but AC-3 before release but then even trying a building the master branch and testing out I am still getting the same error.
Am I missing something?
Here is a video/audio file for testing purposes. Working perfectly in VLC, no audio in mpegts.js
video-h264-audio-ac3.zip
The text was updated successfully, but these errors were encountered: