adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Download rate capped #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Download any kind of movie and watch it inside your browser
(Hint: Apple HD Trailers obviously work best due to their size)

What is the expected output? What do you see instead?

Although I'm sitting on an uncapped 16Mbit connection gecko-mediaplayer
only uses about 2Mbit to preload/buffer the movie I am about to watch. Once
the preloading/buffering has finished and the movie is actually running
(while still being loaded in the background) it suddenly jumps from 2Mbit
to 16Mbit for buffering the rest of the movie.

Obviously, gecko-mediaplayer should be utilizing all the available
bandwidth from the start.

What version of the product are you using? On what operating system?

Running on Lunar Linux, GTK+-2 2.12.11, gnome-mplayer 0.6.3, MPlayer from
SVN and gecko-mediaplayer 0.6.3.

Original issue reported on code.google.com by moritz.h...@gmail.com on 14 Aug 2008 at 9:12

GoogleCodeExporter commented 8 years ago
There is no cap in the code, there is a initial cache size, which you can 
control in
gnome-mplayer.

you might have been running up against the CPU high usage bug in 0.6.3 so 
upgrade to
0.7.0 (I just released it) and let me know if it is fixed.

Original comment by kdeko...@gmail.com on 15 Aug 2008 at 6:51

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 8 Sep 2008 at 1:22