Open phloxic opened 10 years ago
hey i couldn't capture events due to these errors, i am able to capture the events without a bwcheck plugin. sort out this bug asap.
@d3vilmayc4y - while this is obviously a bug, I don't see it interfering with events. Clearly not with the plugin's events both at http://flash.flowplayer.org/demos/plugins/streaming/bwcheck-hds-live.html or the VOD one at the plugin page http://flash.flowplayer.org/plugins/streaming/bwcheck-httpstreaming.html And player and clip events fire ok in this quickly whipped up demo: http://flowplayer.blacktrash.org/test/bwcheck-httpstreaming.html
@blacktrash - i have just replaced the VOD streaming URL to LIVE and added live:'true'. Kindly have a look at the console logs. i can provide the streaming URLs in the format however you want. i need to be sure that my quality of streams will not be affected by these errors as the codes are in live for more than 50+ of my clients. ?? http://www.purplestream.com/issue/
Calm down, please ;-) You have to configure events which are relevant for live streams, i.e. onPause
should be replaced with onStop
, onResume
and onFinish
are no-ops, check it out: http://flowplayer.blacktrash.org/test/bwcheck-hds-live.html
Our demo at http://flash.flowplayer.org/demos/plugins/streaming/bwcheck-hds-live.html - did not spew out errors before the last release. Now it does.
Looks like some type casting error.