Can't get flash to work with PulseAudio [Solved]

I have Pulseaudio configured according to the Wiki and everything works except flash. If I bring up a flash site, it takes over the sound card and plays fine, but won't let the card go until I shut down Firefox. During that time nothing shows up in the PA volume control. I've installed alsa-utils and libflashsupport and flashplugin-10. I also have my .asoundrc set up according to all of the sites that should force everything to pulse.
Any ideas?
Thanks
-mS
Last edited by aglarond (2008-11-24 21:20:58)

Nevermind. Apparently you don't need libflashsupport with Flash 10. I removed it and it started working.

Similar Messages

  • [Solved] Can't get MPD to work with PulseAudio

    After a long time using straight Alsa I've been setting up Pulse because I want to send my laptop's audio to a networked device. So far I have audio output working (through my laptop) with everything except MPD.  MPD won't output audio with Pulse enabled; songs stay in "paused" mode.  I run MPD as my local user and have been trying to get this suggested systemd service to work, but it fails when I start it:
    systemd[1]: Starting Music Player Daemon (running as 0112358)...
    systemd[1]: Started Music Player Daemon (running as 0112358).
    systemd[4098]: pam_unix(system-local-login:session): session opened for user 0112358 by (uid=0)
    sudo[4095]: pam_unix(sudo:session): session closed for user root
    mpd[4098]: Failed to bind to '[::]:6600': Failed to create socket: Address family not supported by protocol
    systemd[4100]: pam_unix(system-local-login:session): session closed for user 0112358
    systemd[1]: mpd-myuser.service: main process exited, code=exited, status=1/FAILURE
    systemd[1]: Unit mpd-myuser.service entered failed state.
    dbus-daemon[943]: dbus[943]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1000 pid=4100 comm="(sd-p ") interface="org.freedesktop.login1.Manager" member="ReleaseS
    dbus[943]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1000 pid=4100 comm="(sd-p ") interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name
    systemd[4100]: pam_systemd(system-local-login:session): Failed to release session: Access denied
    sudo[4114]: 0112358 : TTY=pts/3 ; PWD=/home/0112358 ; USER=root ; COMMAND=/usr/bin/journalctl
    sudo[4114]: pam_unix(sudo:session): session opened for user root by (uid=0)
    This is my /etc/mpd.conf:
    music_directory "/home/0112358/Music"
    playlist_directory "/home/0112358/Music/Playlists"
    db_file "/home/0112358/.mpd/mpd.db"
    log_file "/home/0112358/.mpd/mpd.log"
    pid_file "/home/0112358/.mpd/mpd.pid"
    state_file "/home/0112358/.mpd/mpd.state"
    user "0112358"
    gapless_mp3_playback "yes"
    input{
    plugin "curl"
    audio_output{
    type "pulse"
    name "My Pulse Output"
    /etc/asound.conf:
    # Use PulseAudio by default
    pcm.!default {
    type pulse
    fallback "sysdefault"
    hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
    ctl.!default {
    type pulse
    fallback "sysdefault"
    /etc/pulse/default.pa:
    .nofail
    .fail
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    load-module module-augment-properties
    load-module module-switch-on-port-available
    ### Automatically load driver modules depending on the hardware available
    .ifexists module-udev-detect.so
    load-module module-udev-detect
    .else
    ### Use the static hardware detection module (for systems that lack udev support)
    load-module module-detect
    .endif
    ### Automatically connect sink and source if JACK server is present
    .ifexists module-jackdbus-detect.so
    .nofail
    load-module module-jackdbus-detect channels=2
    .fail
    .endif
    ### Automatically load driver modules for Bluetooth hardware
    .ifexists module-bluetooth-policy.so
    load-module module-bluetooth-policy
    .endif
    .ifexists module-bluetooth-discover.so
    load-module module-bluetooth-discover
    .endif
    ### Load several protocols
    .ifexists module-esound-protocol-unix.so
    load-module module-esound-protocol-unix
    .endif
    load-module module-native-protocol-unix
    .ifexists module-gconf.so
    .nofail
    load-module module-gconf
    .fail
    .endif
    ### Automatically restore the default sink/source when changed by the user
    ### during runtime
    ### NOTE: This should be loaded as early as possible so that subsequent modules
    ### that look up the default sink/source get the right value
    load-module module-default-device-restore
    ### Automatically move streams to the default sink if the sink they are
    ### connected to dies, similar for sources
    load-module module-rescue-streams
    ### Make sure we always have a sink around, even if it is a null sink.
    load-module module-always-sink
    ### Honour intended role device property
    load-module module-intended-roles
    ### Automatically suspend sinks/sources that become idle for too long
    load-module module-suspend-on-idle
    ### If autoexit on idle is enabled we want to make sure we only quit
    ### when no local session needs us anymore.
    .ifexists module-console-kit.so
    .nofail
    load-module module-console-kit
    .fail
    .endif
    .ifexists module-systemd-login.so
    load-module module-systemd-login
    .endif
    ### Enable positioned event sounds
    load-module module-position-event-sounds
    ### Cork music/video streams when a phone stream is active
    load-module module-role-cork
    load-module module-filter-heuristics
    load-module module-filter-apply
    ### Load DBus protocol
    .ifexists module-dbus-protocol.so
    load-module module-dbus-protocol
    .endif
    ### Make some devices default
    #set-default-sink output
    #set-default-source input
    Could anyone give me a hand please?
    Last edited by 0112358 (2013-06-30 15:30:33)

    0112358 wrote:
    ngoonee wrote:Or you could workaround it by outputting to tcp/ip to pulse (I wrote that section of the pulseaudio article on wiki.archlinux.org)
    You're suggesting running mpd as its own user?  If I did that, and configured mpd to output to 127.0.0.1, etc, would Pulse then be able to redirect the audio to another networked machine (since that's my end goal here)?  I don't want to end up having to put the other machine's IP directly in mpd.conf, since I won't always be running that way (since it's a laptop - sometimes I'll take it on the road and use headphones).
    Pulse can do that, yes, its very flexible that way. Doesn't matter where the audio comes from, really. Though as a disclaimer, I haven't tried it myself yet.
    Why not just set two outputs for mpd and toggle between them since it has native support? Doesn't sound like you really need pulseaudio.

  • How can I get Flash to work with my N-trig stylus on my Surface Pro 3?

    Flash doesn't work at all with the N-trig stylus on the Surface Pro 3 with the latest WinTab drivers installed. The only freehand marks I can make create large useless lines that extend way beyond the lower-right corner the stage. Is Adobe aware of this?

    Many people (including me) are also having the same issue. There are several other threads about this too on adobe and Microsoft websites. Some people are even having this issue with tasblets other thsn the surface pro 3, and this is COMPLETELY UNACCEPTABLE BECAUSE WE ARE PAYING MONTHLY FOR A PROGRAM THAT IS RENDERED USELESS BY THIS BUG!! I mean in almost every thread an adobe representative says the problem has been fixed internally and will be resolved with the next update, BUT WHEN IS THAT!!?? I mean if they are gonna sit here and have issues like this, they need to update them NOW not later, as we are paying EVERY MONTH and get updates like every 4-6 months. So instead of getting frequent minor and small updates to address things like this, they decide to leave us paying for a broken program for months until they're ready to release  big update which will probably come with more bugs that we'll have to wait forever to get fixed all over again,
    but LONG STORY SHORT:according to many adobe reps "the issue has been fixed internally and will be resolved with the next update"

  • I can't get Flash to work with Pogo games.  Troubleshooting advise didn't help?

    l

    You don't specify an OS or browser, but based on everywhere I've seen this, I can pretty well surmise that you're using either Windows 7, 8, or 8.1 and Internet Explorer 11.
    Your problems come from the abomination Microsoft calls a browser---Internet Exploder 11.
    IE has always been the problem child of browsers, but 11 has got to be the biggest pile of garbage to come out of Redmond, WA since Vista. They rewrote the "User-Agent Strings", which websites use to identify the browser and provide the proper content for it, like ActiveX specific things. Some sites now ID it as Gecko (Firefox) while others ID it as Webkit (Chrome or Safari). Problem is, that when the content is adjusted for those User-Agent Strings, it REQUIRES the appropriate browser engine, which IE doesn't have (IE uses a Trident engine). EVERYTHING falls apart after that.
    So far, Microsoft has made NO indication that they have any plan to fix it soon.
    Microsoft's recommendation is to use Compatibility View for affected pages, and "pretend" you're using a different browser. Trouble with that is it has seen limited success at best, and you have to individually enable it for EVERY page that has problems.
    I'm not big on "pretending" so I recommend actually using another browser.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • I have a Mac Mini and I can't get it to work with my Ricoh Aficio MP 161.  Any ideas?

    I have a Mac Mini and I can't get it to work with my Ricoh Aficio MP 161.  Any ideas?

    The latest Apple driver support begins with the MP 171.
    Here is Ricoh's official driver download page specifically for the Afico MP 161. Note that new drivers for this device were released on Aug 2, and include Lion and Mountain Lion.
    Hopefully, this will solve your device issues.

  • My iPod Classic is seen by Windows but not by iTunes.  I have reset it, gone to disk mode and it won't show up in iTunes.  There appears to be music on it in a file called MUSICSAVE.  How can I get this to work with iTunes again?

    My iPod Classic is seen by Windows but not by iTunes.  I have reset it, gone to disk mode and it won't show up in iTunes.  There appears to be music on it in a file called MUSICSAVE.  How can I get this to work with iTunes again?

    1. Update iTunes to the latest version. Plug in your iPod. If iTunes still can't recognize it, then in iTunes in the top left corner click help> run diagnostics. On the box that comes up, check the last two things. Click next and it should identify your iPod.
    2. Click on your windows start menu. Type in "services". Click on it and when it pops up, on the bottom of it click on "standard". Now Scroll down to find "Apple Mobile Device" Right click it when you see it and click on "Start". When it has started, close iTunes and replug in your iPod and it should show up.
    3. Check the USB cable
    4 Verify that Apple Mobile Device Support is installed
    5. Restart the Apple Mobile Device Service and verify that the Apple Mobile Device USB Driver is installed.
    6. If you just want to add some photos, songs and movies from computer to your devices, you can use an iTunes alternative to do the job
    7. Check for third-party software conflicts.
    <Link Edited By Host>

  • I just replaced my mac pro with an iMac and i can't get it to work with my epson stylus 3800 printer?

    i just replaced my mac pro with an iMac and i can't get it to work with my epson stylus 3800 printer? i have downloaded the 3800 software three times and the imac keeps telling me there is no software to run the printer? Any help here?

    Care to share which OS you are using?

  • How can i get acrobat to work with windows vista

    How can I get adobeexportpdf to work with windows vista?

    But if, on the other hand you do mean Acrobat, please let us know what problem you are having.

  • Can't get Flash to work in my IE 9

    I Can't get Flash to work in my IE 9. I have gone through the other fixes from this site, but still can't get it to work.  Any suggestions?

    Have you tried the suggestions outlined in these two faqs?  If so, was the shockwave component found and enabled?
    Enabling Flash Player in Internet Explorer  
    ActiveX Filtering in Internet Explorer
    Thanks,
    Chris

  • Bought print central app have an impact Lexmark s300 series wireless printer can't get it to work with my I pad , help

    I bought the print central app have a Lexmark s300 wireless printer can't get it to work with my I pad any suggestions

    To print from an iPAD using the Lexmark S300 series,you need to download the LexPrint app from this link: LexPrint
    Hope this helps.

  • Email messages from my icloud account update on all my devices showing if they have been read and if a reply has been sent.  This does not happen with my tinyworld (TalkTalk) email account.  Can I (how can I) get this to work with TinyWorld?

    Email messages from my icloud account update on all my devices showing if they have been read and if a reply has been sent.  This does not happen with my tinyworld (TalkTalk) email account.  Can I (how can I) get this to work with TinyWorld?

    You have to look at the email protocol being used.  the Apple email system uses IMAP, does Tinyworld use IMAP or POP?
    Does the email system permit delivery receipts to be requested?
    Just some of the things one needs to determine from the information provided by the email service provider.

  • How can I get Lion to work with label printer- Brother  QL 570 or Dymo 450 Turbo?

    I can't get Lion to work with label printers, either Brother QL 570 or Dymo Turbo 450. I want to uninstall Lion and use Snow Leopard unless there is a way to make Lion work with these devices. Any ideas?

    Dymo has released new drivers since Lion came out. Have you downloaded and
    installed them from the Dymo website?
    Some people have said that their Dymo label printers were set to off line by Lion, but
    worked fine after going to Print & Scan, selecting the Dymo printer, and making sure
    it was active/on-line. I had to do that with my Dymo 450 Label Writer.
    I cannot offer any tips about Brother, but you may wish to check their website
    for latest drivers.

  • My printer is a fairly new all-in-one Brother MFC-7860 DW. It is not listed in the iPad AirPrint printers. Can I get it to work with my new iPad2?

    My printer is a fairly new all-in-one Brother MFC-7860 DW. It is not listed in the iPad AirPrint printers. Can I get it to work with my new iPad2?

    If it's not an Airprint enabled printer, you can not natively through your iPad.  BUT, there are apps you can purchase in the App Store, like Print Central ($9), which is what I use myself and works well for my needs.

  • HT1151 i have a new apple external dvd drive, and i can't get it to work with my iMac?

    I have a new apple dvd drive, I was told it will work with my imac,  but when i plug it in ...nothing... iv been for update... still nothing. How can i get it to work???

    If it is this drive, note that it is for MBA's and Mini's only:
    http://store.apple.com/us/product/MC684ZM/A
    Ciao.

  • I need help with ISIGHT!  I can't get it to work with MSN!

    HI,
    My issue is this... I have AIM/AOL and I am able to see myself on webcam.. however noone else can unless they HAVE a webcam... My first question is- "DO you have to have a WEBCAM on both ends for both people to see you?" Does the person I am chatting with HAVE to have a webcam to see me? If so WHY? They should atleast be able to see ME if I want them to... Also if they are using windows for PC platform... can they use a pc webcam and still connect with me through my isight although I am on a mac?
    My second major ISSUE is.. WHY is the isight only compatible with AOL/AIM? I was told when I bought this it would be compatible with MSN Messenger for windows AND the MAC version... I have both and the isight does not show up on it... CAN ISIGHT be connected to msn messenger for MAC??? PLEASE help me!
    I called APPLE tech support and they couldn't even help me! They told me to call Microsoft! Anyhow- one guy did say he was able to get his ISIGHT working with the MSN messenger for MAC platform.. do you have ANY idea how to do that?? The thing is ALL my freinds are on PC's and have MSN messenger..
    ALSO- someone on mac rumors told me to look for a guy names RALPH! Said you know A LOT about mac and pc compatibility! PLEASE HELP
    Bottom line - I want to use isight with msn so my msn pc friends can share webcam... I also have virtual pc software... is it easier to just get a pc webcam and do it through there? ( i tried that and it didn't work either) i need major TECH SUPPORT!
    THANK YOU

    Microsoft's Messenger for Mac (MSN) does not support webcams at all.
    I have found the best alternative to MSN to be aMSN with macam for the webcam driver (it is a cheap usb webcam). Both are free open source projects. I guess if you use an iSight you will not need macam.
    aMSN can be found here: http://amsn.sourceforge.net/
    macam can be found here: http://webcam-osx.sourceforge.net/
    The speed is substantially faster and it is far more stable than Mercury in my experience.
    The only difficulty is the camera is often shown as being "in use by another application". To counter this I start macam, then plug in the camera (or unplug and plug back in). Then I start aMSN.

Maybe you are looking for