Peer5 / videojs-contrib-hls.js

HLS library for video.js using Dailymotion's hls.js tech
Apache License 2.0
108 stars 55 forks source link

No audio in Chrome (Mac) #7

Closed kprigel closed 7 years ago

kprigel commented 7 years ago

Here are two versions of the same page, one using peer5/videojs-contrib-hls, which has no audio during playback in Chrome: https://statusrecap.com/test.html

And the other using only videojs-contrib-hls, which does have audio during playback: https://statusrecap.com/

I am using your excellent library on another site currently under development that uses VideoJS 5 source elements, which will only work using the peer5 version of videojs-contrib-hls, but unfortunately it produces the same no audio result.

shacharz commented 7 years ago

Thanks for the feedback, It's due to a bug in hls.js 5.x which was resolved in hls.js 6.x. Once hls.js 6.x will be released we'll switch to that and the issue should be resolved.

kprigel commented 7 years ago

I resolved by updating the dependencies and building a new dist, which appears to work. The changes are on my fork.

shacharz commented 7 years ago

Cool, can you pr to master? I'll create an additional 5.x branch which will have the 5.x hls.js version

shacharz commented 7 years ago

Merged your pr, released a new version and republished to npm