Closed GoogleCodeExporter closed 9 years ago
The player crashes ? Do you have an example online if possible.
Original comment by dani...@electroteque.org
on 29 Mar 2012 at 8:33
Crash is happening only sometimes, when you click the timeline too many times.
Here is one example you can check. Error msgs will be in the console.
http://yudongmetacdn.appspot.com/r/m/veuscqj/Ec9zNS
Please let me know if you need any further details.
Thanks!
Original comment by featheast.lee
on 30 Mar 2012 at 12:34
You only have one bitrate configured with dyamic stream enabled. please enable
two or more for this feature to work properly.
Original comment by dani...@electroteque.org
on 30 Mar 2012 at 9:22
Hi, we do have another example that include two bitrates but with the same
error msgs.
http://yudongmetacdn.appspot.com/r/m/veuscqj/FhwaPM
Also, I don't think one bitrate provided is the reason of the failure, since
previously we have the same setting but everything is ok with the older version
of flowplayer. Please have a look at this link:
http://stage.metacdn.com/r/m/veuscqj/Ec78wj
Thanks
Original comment by featheast.lee
on 1 Apr 2012 at 11:03
OK, I have tested the playback on both Ubuntu and Windows, looks like the crash
is only happens on Ubuntu at the moment, probably this is because of the flash
unix version issue.
But the error msgs are in both environments.
Original comment by featheast.lee
on 2 Apr 2012 at 3:45
I managed to replicate the issue when debug logging is not configured,
log: { level: 'debug', filter: 'org.flowplayer.cluster.*,
org.flowplayer.bwcheck.*, org.osmf.*,
org.flowplayer.controller.*,org.flowplayer.rtmp.*' },
are you able to add this and see if it resolves your propeblem, there is no
playback issues but some javascript callback issue.
Original comment by dani...@electroteque.org
on 3 Apr 2012 at 6:18
I am using version v3.2.8 and I am also having the same issue. It seems the
onStart event is not firing properly.
Original comment by josnid...@gmail.com
on 4 Apr 2012 at 2:16
Hi there,
I added your suggested line to our code, and yes the error msg is no longer
there. I tried to remove the filter, and found out that the issue should relate
to bwcheck, as only if I remove bwcheck's filter the error msg will appear.
At the moment, I can switch the log level to error with the bwcheck in the
filter to temporarily remove the error msgs plus all unnecessary debug logs.
Original comment by featheast.lee
on 5 Apr 2012 at 4:30
Hi I managed to track down the issue. Unfortunately it was hard to find. There
was a feature to set the metrics on the clip to be used with the qosmonitor
plugin for displaying the measurements which was causing the issue so required
some changes.
Please try this.
http://dl.dropbox.com/u/3394987/flowplayer.bwcheck-3.2.8.zip
Original comment by dani...@electroteque.org
on 15 Apr 2012 at 6:23
Original issue reported on code.google.com by
featheast.lee
on 28 Mar 2012 at 6:00