Solved No sound + only 30s Flash video in Firefox on FreeBSD 10.1

No sound + only 30s Flash video in Firefox on freebsd FreeBSD 10.1

1 No sound in Flash video with Firefox (But sound work on system )
2 Flashvideo plays for 30s and stops! After pushing play, Flash video can play, but after 30s it will stop again!

Some Info:
Firefox 37.01
freebsdFreeBSD 10.1
GNOME 3.14

% kldstat
Code:
Id Refs Address  Size  Name
1  19 0xffffffff80200000 1755658  kernel
2  1 0xffffffff81956000 b630f0  nvidia.ko
3  3 0xffffffff824ba000 b98d8  linux.ko
4  1 0xffffffff82611000 9d37  linprocfs.ko
5  1 0xffffffff8261b000 357f  ums.ko

/etc/rc.conf
Code:
hostname=""
ifconfig_alc0="DHCP"
defaultrouter="192.168.0.100"
hald_enable="YES"
dbus_enable="YES"
linux_enable="YES"

/boot/loader.conf
Code:
nvidia_load="YES"
snd_hda_load="YES"

/etc/fstab
Code:
/dev/ada0s3a  /  ufs  rw  0 0
/dev/ada0s3b  none  swap  sw  0 0
proc  /proc  procfs  rw  0 0
linproc /usr/compat/linux/proc linprocfs rw 0 0



www/nspluginwrapper - installed
emulators/linux_base-c6 - installed
www/linux-c6-flashplugin11 - installed
% nspluginwrapper -v -a -i - done
www/swfdec-plugin - installed
sysctl compat.linux.osrelease=2.6.18 - done

Anyone help me please!
 
Test on YouTube--no sound, 15s stop

Test on youku--no sound, 30s stop

Anyone help me, please!

Thanks first!
 
YouTube as most modern websites defaults to HTML5. I have no problem watching YouTube with the sound

Code:
predrag@oko-mobile$ uname -a
OpenBSD oko-mobile.bagdala2.net 5.7 GENERIC.MP#767 i386
predrag@oko-mobile$ firefox --version
firefox:/usr/lib/libstdc++.so.57.0: /usr/local/lib/libestdc++.so.16.0 : WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, relink your program
Mozilla Firefox 35.0.1

I suspect that you want to browse some old Porn web site:rolleyes:. You can tell us. There are many porn web sites which default to HTML5 too :)
 
Deinstall www/swfdec-plugin so there aren't two Flash players. The run nspluginwrapper -a -r and nspluginwrapper -a -i.

% cd /usr/ports/www/swfdec-plugin
% sudo make deinstall
% nspluginwrapper -a -r
% nspluginwrapper -a -i
% sudo reboot


Does not work, Flash video in Firefox has no sound and only plays for 30 seconds.

But thank you for help.

ps: tested on www.youku.com
 
Last edited by a moderator:
YouTube as most modern websites defaults to HTML5. I have no problem watching YouTube with the sound

Code:
predrag@oko-mobile$ uname -a
OpenBSD oko-mobile.bagdala2.net 5.7 GENERIC.MP#767 i386
predrag@oko-mobile$ firefox --version
firefox:/usr/lib/libstdc++.so.57.0: /usr/local/lib/libestdc++.so.16.0 : WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, relink your program
Mozilla Firefox 35.0.1

I suspect that you want to browse some old Porn web site:rolleyes:. You can tell us. There are many porn web sites which default to HTML5 too :)

www.youku.com

I need Flash plugin with Firefox.

Thank your for help.
 
It works!

Fix:
% cd /usr/ports/www/linux-c6-flashplugin11
% sudo make config

Code:
[x]ALSA audio output (broken,needs lemul)  ===>   [ ] ALSA audio output (broken,needs lemul)
[x] include gnome support for .desktop file  ===>   [ ] include gnome support for .desktop file
% sudo make install clean
% reboot


OK! DONE!

Thanks all! Again!
 
Last edited by a moderator:
Back
Top