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
{{ message }}
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
The playback works fine, however, if I attempt to use the JavaScript API (e.g. fp.getTime()), the following error appears on the console:
(unknown) Uncaught Error: Error: An invalid exception was thrown.
at b.x.(anonymous function) [as getStatus] (http://releases.flowplayer.org/js/flowplayer-3.2.13.min.js:22:7476)
at <anonymous>:1:18
I tested on both Firefox and Chrome on Linux with same outcome.
This exception is thrown when calling any playback-related method (such as play(), pause() or getTime()). The other methods (such as getConfig()) are working fine. After the exception, the playback continues normally. The mouse controls and buttons are working at any time without a problem.
What is the issue here?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using Flowplayer Free to play an RTMP livestream:
The playback works fine, however, if I attempt to use the JavaScript API (e.g.
fp.getTime()
), the following error appears on the console:I tested on both Firefox and Chrome on Linux with same outcome.
This exception is thrown when calling any playback-related method (such as play(), pause() or getTime()). The other methods (such as getConfig()) are working fine. After the exception, the playback continues normally. The mouse controls and buttons are working at any time without a problem.
What is the issue here?
The text was updated successfully, but these errors were encountered: