Software - howto get firefox audio in sync Swynndla - 09.08.2006, 23:26 Uhr Titel: howto get firefox audio in sync
A friend (Fran) found a way to keep flash video and audio in sync in firefox ... the method was taken from:
http://blogs.adobe.com/penguin.swf/
(in the comments for the entry August 08, 2006)
... ie without the fix, when I played:
http://www.youtube.com/watch?v=WQ-Q3vy0MoA
... the audio would start in sync ok, but then get more and more out of sync. After the fix, the audio stayed in sync.
Here is the method my friend got me to do:
Install the package - alsa-oss:
apt-get install alsa-oss
(mine was already the newest version)
then in to the file:
.asoundrc
in your home account (I didn't have a file "~/.asoundrc" so I created one) include the following.
Then in the /etc/firefox/firefoxrc file, change:
FIREFOX_DSP="none"
to:
FIREFOX_DSP="aoss"
Then restart alsa-utils:
/etc/init.d/alsa-utils force-reload
restart firefox
Now the play flash video again, and the audio should stay in sync!
Coma - 11.08.2006, 15:50 Uhr Titel: RE: howto get firefox audio in sync
Hi there,
Have been following these instructions step by step, but still got a problem, i think the main issue is the code since i got this error:
ALSA lib conf.c:2827:(snd_config_hook_load) /etc/asound.conf may be old or corrupted: consider to remove or fix it
maybe i missed out something .
Anyone has idea how this might go?.
hubi - 11.08.2006, 18:09 Uhr Titel: RE: howto get firefox audio in sync
Did not need to do anything in .asoundrc here, the change in firefoxrc did the trick perfectly.