Jump to content

Playback won't start | JS error


Go to solution Solved by Luke,

Recommended Posts

Posted

Playback is not working in FF/Chrome.

597b49402a312_error.png

 

The issue persists from 22 version (first version I installed) through 26 version (latest).

Note: playback works in incognito mode both in FF and Chrome.

Posted

Thanks for the feedback

Posted

@@Luke

Do you have any ideas at where I can look at to diagnose/fix the issue?

Posted

Was there anything more in the browser debugger?

Posted

Ok. Please try again with the next release of Emby Server. Thanks.

Posted

@@Luke

Sure, thank you. I'll report back when next release will be out.

  • 2 weeks later...
Posted

This is the reason I'll never turn on automatic updates. I couldn't imagine updating to a version that loses complete playback functionality for users with specific browsers. That's gotta be frustrating, I hope the issue gets resolved quickly.

  • 1 month later...
Posted

@Luke

Updating to 31 version does not helped, but anyway - I've tracked down the issue.

It is in htmlvideoplayer/plugin.js in createMediaElement method.

videoElement.volume = htmlMediaHelper.getSavedVolume()

this is the line that causing a problem.

videoElement.volume expects value from 0 to 1, but htmlMediaHelper.getSavedVolume() returns 50 and setting 50 to videoElement.volume is causing exception to be thrown.

  • Solution
Posted

Thanks for the info. Try clearing browsing data. I think what is probably happening is you have an old value saved in your browsing data on a 0-100 scale. The newer code saves it as 0-1. Thanks.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...