flowplayer / flash

Flowplayer Flash, the video player for the Web
http://flowplayer.org
282 stars 183 forks source link

bwcheck_httpstreaming live warnings/errors #261

Open phloxic opened 10 years ago

phloxic commented 10 years ago

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.

SyntaxError: missing : after property id
[ERROR] time 09:51:12.794 :: org.flowplayer.model::ClipEvent : Error in fireExternal() TypeError: Error #1034

Looks like some type casting error.

d3vilmayc4y commented 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.

phloxic commented 10 years ago

@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

d3vilmayc4y commented 10 years ago

@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/

phloxic commented 10 years ago

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