jplayer / jPlayer

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

Beta Version Mutes Each new Song #252

Closed dziemecki closed 9 years ago

dziemecki commented 9 years ago

Running the beta version (http://beta.jamstash.com/) in Chrome Version 38.0.2125.111. Listening to a playlist of mixed albums, everytime a new song loads (including the first one), I have to hit the un/muter button on the contrls bar at the bottom to hear anything. The progress bar is moving the entire time - the player just keeps reverting to mute.

Note that the old version (http://www.jamstash.com/) continues to work fine.

thepag commented 9 years ago

It looks like you are using jPlayer 2.6.4 in both versions, with an obvious difference being that you minifiy all the code into bundles in your beta site.

I suggest that you verify using jshint that you do not have an JavaScript errors that might corrupt the minify... But it sounds more likely that you simply got something wrong. I could review the normal site code, but I am not going to debug your website for you. Especially from minified code.

If you can produce a simple example demonstrating the problem, then we can review it.