google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

onStart does nothing in conjunction with bwcheck #517

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. any bwcheck configuration
2. configure onStart in clip object

What is the expected output? What do you see instead?
Expected: onStart fires
Instead: onStart does not fire

I am aware that bwcheck must do a lot of things at the start of a clip. 
However, it looks like the plugin is blocking/taking over the api there which 
is an indication of an unclean api implementation.

Original issue reported on code.google.com by blacktrashproduct on 18 Apr 2012 at 12:24

GoogleCodeExporter commented 9 years ago

Original comment by blacktrashproduct on 18 Apr 2012 at 12:25

GoogleCodeExporter commented 9 years ago
Hi this is fixed in issue #500, the problem was the event dispatcher didn't 
like netstream metrics information added to the clip custom properties for some 
reason because it had an instance of netstream attached and was throwing an 
error. so to make the qosmonitor plugin work with it an api method was provided 
instead. 

http://dl.dropbox.com/u/3394987/flowplayer.bwcheck-3.2.8.zip

Original comment by dani...@electroteque.org on 20 Apr 2012 at 4:38