adriantr09 / gecko-mediaplayer

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

Different cache sizes for gecko-mediapayer and gnome-mplayer #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In gnome-mplayer I have my cache set at 10192 (since I usually watch HD and
want to buffer ahead in case of high hard disk usage) but setting that
cache size for internet content is certainly too high (at least for my
connection).
Is it possible for gecko-mediaplayer to have a different cache size set?

Original issue reported on code.google.com by smoo...@gmail.com on 3 Jul 2009 at 9:52

GoogleCodeExporter commented 8 years ago
I don't believe the cache is used when you are playing local media (unless you 
have
force cache enabled). Check the process with "ps -eaf | grep mplayer" and see 
if the
cache option is being used. If not lowering it will not change anything. 

For local media is it better not to use cache.

Original comment by kdeko...@gmail.com on 3 Jul 2009 at 11:20

GoogleCodeExporter commented 8 years ago
I do have force cache enabled, most of my content is from my local network and
opening it with cache seems to be more stable (especially when the computer 
you're
loading from is doing stuff) and especially over wifi.

Hope that clears things up :)

Original comment by smoo...@gmail.com on 4 Jul 2009 at 6:26

GoogleCodeExporter commented 8 years ago
This option has been added to SVN today in r1512

Original comment by kdeko...@gmail.com on 26 Aug 2009 at 7:49

GoogleCodeExporter commented 8 years ago
Seems to be working great...
Thanks :)

Original comment by smoo...@gmail.com on 3 Oct 2009 at 10:56