Khvalovsky / gecko-mediaplayer

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

Cache issues #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are several issues about the cache:
1. The setting of cache size can't be saved. It restores to 2048k every time 
when a new browser window is opened.
2. The smallest configurable size (64k) is too small for smooth playback, and 
the second-smallest configurable size (486k) is a bit too large for Internet 
radio and it takes ten seconds to fill up and start playing. Can it be 
configurable (or default) to a medium size such as 256k?
3. There are several places (the 'General' and 'MPlayer' tab) where cache can 
be configured, can they be merged and enabled by default?

Ubuntu with gecko-mediaplayer 0.9

Thanks a lot.

Original issue reported on code.google.com by wwych...@gmail.com on 3 Jan 2011 at 10:21

GoogleCodeExporter commented 8 years ago
please upgrade to 1.0 of gnome-mplayer and gecko-mediaplayer the cache settings 
have been altered there. 

Original comment by kdeko...@gmail.com on 3 Jan 2011 at 1:40

GoogleCodeExporter commented 8 years ago
Hi,

Just install gecko-mediaplayer 1.0 on Ubuntu 10.10. Problem 1 & 2 just remain 
the same. There is 'Audio Cache size' and 'Video Cache size' in the 'Plugin' 
tab and it seems that they are no relevant to the MPlayer cache, and the 
MPlayer cache is not enabled by default.

Thanks again.

Original comment by wwych...@gmail.com on 7 Jan 2011 at 10:58

GoogleCodeExporter commented 8 years ago
Cache size is only used on streaming content. And the audio cache value is only 
used when the site identifies the media as audio. Otherwise the video cache 
size is used. Can you give an example site?

Original comment by kdeko...@gmail.com on 7 Jan 2011 at 1:41

GoogleCodeExporter commented 8 years ago
http://rthk.hk

Original comment by wwych...@gmail.com on 8 Jan 2011 at 2:34

GoogleCodeExporter commented 8 years ago
Hum, the media on that page is all flash based. Do you have another more 
specific site?

Original comment by kdeko...@gmail.com on 8 Jan 2011 at 2:42

GoogleCodeExporter commented 8 years ago
Here you are: 
http://programme.rthk.hk/channel/radio/player_popup.php?rid=174&player=media&typ
e=live

Original comment by wwych...@gmail.com on 8 Jan 2011 at 3:09

GoogleCodeExporter commented 8 years ago
Yup, that site does not identify the media as audio, so it will use the video 
cache size. 

I made a change to SVN r1826 that changed the minium value and the step size 
for setting the cache. 

Original comment by kdeko...@gmail.com on 8 Jan 2011 at 4:02