1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-11-12 13:46:46 +00:00
wiki.mbirth.de/know-how/software/linux/_posts/2010-02-12-no-sound-in-flash.md

27 lines
1.0 KiB
Markdown
Raw Normal View History

2015-04-13 20:20:11 +01:00
---
created: 2009-11-27 14:27:24 +0100
2022-01-23 17:14:59 +00:00
layout: redirect
layout_old: default
redirect_to: https://blog.mbirth.de/archives/2009/11/27/no-sound-in-flash-videos.html
2015-04-13 20:20:11 +01:00
tags:
2022-01-23 17:14:59 +00:00
- know-how
- software
- linux
- flash
- sound
title: No sound in Flash videos
toc: false
updated: 2010-02-12 22:22:35 +0100
2015-04-13 20:20:11 +01:00
---
2022-01-23 17:14:59 +00:00
2015-04-13 20:20:11 +01:00
If you have no sound in Flash videos but in all other programs, there are two possibilities:
1. the PCM output is set to silence
* check volume setting with `alsamixer`
1. you might have a second audio device (e.g. a Webcam with a microphone) which gets preferred by ALSA
* fix it by unplugging it, or
* force ALSA to use another device, see [ALSA FAQ#26](http://alsa.opensrc.org/FAQ026)
* set *Skype**Options**Sound Devices* to *[ ] Allow Skype to automatically adjust my mixer levels*
1. some sound via PulseAudio is currently playing (see [ALSA → PulseAudio for Flash and others]({% post_url 2010-02-12-alsa-to-pulseaudio-for-flash %}))
2022-01-23 17:14:59 +00:00
Bug report is [#396558](https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/396558).