adriantr09 / gecko-mediaplayer

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

sound played twice at the same time #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when i play an embended video (wmv ?):
(1) i got sometimes the same audio track that is played twice at the same 
time. sometimes with a little delay between the 2 and it cause echoes.
(2) sometimes when the video starts the volume icon switch to sound off 
(with red cross) while there is sound !
(3) when i stop the video, the sound continue to play !
this happens with firefox 3.5.5 and chromium latest and gecko-mplayer 0.9.8

Original issue reported on code.google.com by solstice.dhiver@gmail.com on 13 Nov 2009 at 8:41

GoogleCodeExporter commented 8 years ago
Need a site to test with.

Original comment by kdeko...@gmail.com on 13 Nov 2009 at 7:08

GoogleCodeExporter commented 8 years ago
I have met this .and not often happen

Original comment by wee....@gmail.com on 30 Nov 2009 at 12:32

GoogleCodeExporter commented 8 years ago
i have the same problem it started straight after firefox updated to 3.5.7 it 
plays
vidro twice or three times it's impossible to cope with any wmv or flah video 
can try
it on jt.france2.fr

Original comment by ahcene.c...@gmail.com on 10 Jan 2010 at 12:45

GoogleCodeExporter commented 8 years ago
I found a video on the jt.france2.fr site and it looks like it required
silverlight/moonlight. Do you happen to have that plugin installed? I've seen 
cases
where having moonlight and gecko-mediaplayer installed causes problems.

If that is not the case, please provide exact steps to duplicate your problem 
so I
can see exactly what you are seeing....

This is the site I tried:
http://info.france2.fr/france/Obs%C3%A8ques-lundi-de-Philippe-S%C3%A9guin-aux-In
valides-60065983.html?onglet=videos

Original comment by kdeko...@gmail.com on 10 Jan 2010 at 4:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I can confirm this in Firefox 3.6.6 with gecko-mediaplayer and gnome-mplayer 
0.9.9.2 and mplayer SVN-r30554 on amd64 Gentoo. This has happened to me in 
several cases with internet radio (ie http://www.radio-revolt.org/index/ ) and 
video (ie with the FlashVideoReplacer addon on Youtube ). I use noscript but 
doesn't seem like an issue since tested both with it enabled and disabled. A 
quick "ps aux | grep mplayer" revealed multiple instances of gnome-mplayer, 
possible forks of the parent process, playing the same stream. Killing all of 
them except the first in fixed the echo problem.

Original comment by ZerOneBo...@gmail.com on 30 Jun 2010 at 9:03

GoogleCodeExporter commented 8 years ago
This should be fixed in SVN. Please try that code. There appears to be a 
problem with the ASX parser that caused files to be played twice.

Original comment by kdeko...@gmail.com on 30 Jun 2010 at 11:15

GoogleCodeExporter commented 8 years ago
Confirm problem on http://101.ru radio, gecko-mediaplayer version 0.9.9.2

Original comment by senya.pi...@gmail.com on 4 Dec 2010 at 10:11

GoogleCodeExporter commented 8 years ago
Senya, please upgrade to 1.0.0 of gecko-mediaplayer and gnome-mplayer.

Original comment by kdeko...@gmail.com on 4 Dec 2010 at 10:14

GoogleCodeExporter commented 8 years ago
I can't get gecko-mediaplayer-1.0.0 to work. There is black place instead of 
player, and firefox offers to install plugin (but about:plugins shows, that 
video/x-ms-asf is linked with gecko-mediaplayer-wmp.so). Firefox 3.6.12, Ubuntu 
10.10.

Original comment by senya.pi...@gmail.com on 4 Dec 2010 at 11:10

GoogleCodeExporter commented 8 years ago
At the same time, gnome-mplayer 1.0.0 works good.

Original comment by senya.pi...@gmail.com on 4 Dec 2010 at 11:10

GoogleCodeExporter commented 8 years ago
run firefox from the terminal, it should tell you there why the plugin is not 
loading. Make sure you have all instances of firefox closed before you do this.

Original comment by kdeko...@gmail.com on 5 Dec 2010 at 2:30

GoogleCodeExporter commented 8 years ago
It tells me
*** NSPlugin Viewer  *** WARNING: unhandled variable 18 (<unknown variable>) in 
NPN_GetValue()

Original comment by senya.pi...@gmail.com on 8 Dec 2010 at 12:30

GoogleCodeExporter commented 8 years ago
My guess is that you are not compiling gecko-mediaplayer against the same 
version of libxul that firefox is using. 

NPNVprivateModeBool = 18  which is not something the plugin uses. So my guess 
is you need to rebuild gecko-mediaplayer or upgrade libxul and probably firefox.

Original comment by kdeko...@gmail.com on 8 Dec 2010 at 4:23

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 7 Jan 2011 at 3:15