jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

bugs with player in ampache #421

Closed lachlan-00 closed 5 years ago

lachlan-00 commented 5 years ago

There are some bugs in jplayer with ampache that i need help with.

The html5 player has issues with transcoding files that stop loading after about 1:20. (if your track is shorter it's obviously okay.) image

i can get the track to load fully by skipping towards the end of the track image

i'm not sure how to fix something like this but i thought i'd start with jplayer as that's what ampache uses.

lachlan-00 commented 5 years ago

in dev tools i get this message

An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page.

disabling this will fix it image

lachlan-00 commented 5 years ago

Actually in the context of this error I think it's in here.

https://github.com/ampache/ampache/blob/49cd42562b5335635c62e3e0870001b958d06881/modules/UberViz/AudioHandler.js