adriantr09 / gecko-mediaplayer

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

Gecko-mediaplayer restart video when cache is full #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use freeyoutube plugin (http://userscripts.org/scripts/show/34765) for 
change flash player with gecko-mediaplayer
2. Open a video in youtube
3. Wait message of cache 100%, reappear cache load from 0% (!!!) and, after 
little time, the video restart from begin

What version of the product are you using? On what operating system?
Gecko-mediaplayer version 0.9.9.2-2.fc13(x86_64) on fedora 13 amd64, in firefox 
3.6.3

Original issue reported on code.google.com by valerio...@gmail.com on 19 Jun 2010 at 10:57

GoogleCodeExporter commented 8 years ago
problem solved. In the code for embed video in the mediamonkey script i removed 
from:

<object type="'+type+'" data="'+videourl+'" width="500" height="400">

the video is linked with: <param name="src" value="'+videourl+'" /> and, now, 
work good!

Original comment by valerio...@gmail.com on 19 Jun 2010 at 11:26

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 19 Jun 2010 at 12:50