WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: no sound in youtube  (Read 4483 times)

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
no sound in youtube
« on: September 06, 2014, 09:57:16 AM »
Good morning everyone!  I have been using TC for a little bit now for various functions including listening to music and watching movies - all without any problems.  The other day I found a youtube video I wanted to watch, so I loaded firefox and started the video.  I immediately noticed that everything worked except no sound.  Doing a little digging in these forums I found several options like downgrading the browser (although that was with version 4.x of TC), installing flash, and switching from OSS to alsa.  Currently there are no other versions of FF in the 5.x branch of TC, I tried installing flash without success, and I'm already using alsa.  I have also tried install the alsa-plugins (I think is what the package is called), but still no dice.  Does anyone have any ideas what could be going on here?

Thanks,
Dave

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: no sound in youtube
« Reply #1 on: September 06, 2014, 01:46:39 PM »
In tinycore 5.x (32bit)
chromium + getflash11 + OSS  works great

getflash11 has libflashsupport for OSS


In tinycore 5.x (64bit)
Firefoxv31 + getflash11 + Alsa + pavucontrol  works great too

getflash11 has updated libflashsupport for Alsa
use pavucontrol to set audio device and volume

« Last Edit: September 06, 2014, 01:59:31 PM by coreplayer2 »

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: no sound in youtube
« Reply #2 on: September 06, 2014, 01:51:37 PM »
Thanks for the reply coreplayer2.  Currently the version I'm working with is the 32bit 5.x branch.  I have even tried using chromium instead of FF without success.  I've seen other issues in the forums using OSS, so I think I'll stick with alsa at the moment.  I'm not sure that adding pavucontrol will help with this issue if all it does is adjust the volume levels (I can do that with alsamixer).  Thanks for the tidbits though.

Dave

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: no sound in youtube
« Reply #3 on: September 06, 2014, 02:37:05 PM »
I'm using both tc-5.x x86 and tc-5.x x86_64  all with flash and sound support.

With tc-5.x 32bit   I use chromium + getflash11 + OSS on some pc's and Alsa with others, all work well with youtube and flash11   

 
try " alsamixer " from terminal to unmute sound.  If sound works from other sources then try chromium



« Last Edit: September 06, 2014, 02:40:19 PM by coreplayer2 »

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: no sound in youtube
« Reply #4 on: September 06, 2014, 02:53:48 PM »
Out of curiosity I installed Firefox v21 in tc-5.x x86 which plays youtube flash + sound without issue so I'd look more closely at alsamixer...   


Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: no sound in youtube
« Reply #5 on: September 06, 2014, 03:22:49 PM »
Thanks for the continued help coreplayer2.  The problem is, I've been watching videos on the machine so I know the sound is working, its just not working in youtube (or presumably any other audio from within the browser).  I have tried both Chromium and FF, neither works.  VLC, no problem for music and videos.

Thanks,
Dave

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: no sound in youtube
« Reply #6 on: September 06, 2014, 03:26:22 PM »
ok then check that you have libflashsupport installed  (is normally installed with getFlash11)

 

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: no sound in youtube
« Reply #7 on: September 06, 2014, 06:25:16 PM »
Ok, I'll check it as soon as I get a chance and report back.  Thanks again for your help!

Dave

Offline nick65go

  • Hero Member
  • *****
  • Posts: 818
Re: no sound in youtube
« Reply #8 on: September 06, 2014, 07:07:49 PM »
I confirm, in tinycore 5.x (64bit): Firefoxv31 + getflash11 + Alsa => work great.
Many thank to coreplayer2 for gluing the bits.

getflash11 has updated libflashsupport for Alsa (nice!)
NOT use pavucontrol to set audio device and volume. alsamixer is enough, from aterm.

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: no sound in youtube
« Reply #9 on: September 07, 2014, 10:50:25 AM »
I looked this morning for the libflashsupport files:

sudo find / -name libflashsupport.so

/tmp/tcloop/flash11/usr/local/share/flash11/libflashsupport.so
/usr/local/share/flash11/libflashsupport.so
/usr/local/lib/mozilla/plugins/libflashsupport.so
/usr/lib/libflashsupport.so

So it appears that those files are installed.  Any other thoughts?

Thanks,
Dave

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: no sound in youtube
« Reply #10 on: September 07, 2014, 11:21:09 AM »
Run browser from xterm - if available with relevant debug options - and look for output.
Also boot with code 'syslog' and scrutinize /var/log/messages
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: no sound in youtube
« Reply #11 on: September 07, 2014, 11:58:05 AM »
Per your request tinypoodle, I tried running FF with verbose output (I could only find references to 'firefox -g' at CLI).  By doing this I only get one warning about 'g_slice_set_config' - nothing about flash or any other plugins.

Thanks,
Dave