Closed GoogleCodeExporter closed 9 years ago
Hi,
May I ask which tool you are using to monitor browser's memory? I can't
reproduce this problem due to a bug in the API (Issue 24).
Then, how about setting loopCount to a positive high value?
Regards.
Original comment by sbrah...@gmail.com
on 16 Jun 2010 at 9:06
I answered your Issue 24. Use: player.setLoopCount(0); it repeats
indefinitely in IE.
I'm using Windows TaskManager to monitor browser's memory. Also i
tried setting loopCount to a positive high value but persist the same
problem.
i don't know what to do. This browser sesion must be active during the
24 hours of the day showing videos but the memory leak will make the
browser stop.
Original comment by ricardo.maring@gmail.com
on 17 Jun 2010 at 3:42
Which version of WMP are you using?
Original comment by sbrah...@gmail.com
on 17 Jun 2010 at 11:19
With Issue 24 now fixed, this is a rather serious issue.
Original comment by sbrah...@gmail.com
on 17 Jun 2010 at 5:00
I'm Using WMP11.
Also, the problem persist with others files like .mov .flv that VLCPlayer loads.
Original comment by ricardo.maring@gmail.com
on 20 Jun 2010 at 4:01
Some changes to reduce these leaks is now committed with rev 146. You may have
to build from source.
Notable however is a new module property 'bstplay.enableLogger' which
enables/disables the Logger widget. When disabled, all debug messages (from
DebugEvent) are ignored/suppressed effectively reducing the amount of data in
memory over time. It is enabled by default, but can be disabled with the
following line in your apps module gwt.xml:
<!-- Disable Logger -->
<set-property name="bstplayer.enableLogger" value="false"/>
Hope to have your feedback.
Regards.
Original comment by sbrah...@gmail.com
on 21 Jun 2010 at 9:38
This issue was closed by revision r168.
Original comment by sbrah...@gmail.com
on 7 Sep 2010 at 4:03
Browser memory running quite cool for all players with negative
loopCount/RepeatMode.REPEAT_ALL.
Original comment by sbrah...@gmail.com
on 7 Sep 2010 at 4:11
Original issue reported on code.google.com by
ricardo.maring@gmail.com
on 13 Jun 2010 at 11:13