Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: [SOLVED] VLC + PulseAudio = Sound Choppy

  1. #11
    Join Date
    Jun 2007
    Beans
    1,659
    Distro
    Ubuntu

    Re: [SOLVED] VLC + PulseAudio = Sound Choppy

    make a script
    Code:
    nano vlc
    Type
    Code:
    killall pulseaudio && /usr/bin/runvlc
    Press Ctrl + W, then Ctrl + x
    Code:
    sudo cp /usr/bin/vlc /usr/bin/runvlc
    Code:
    sudo chmod +x /usr/bin/*vlc
    Done!

  2. #12
    Join Date
    Nov 2006
    Location
    India
    Beans
    814

    Re: [SOLVED] VLC + PulseAudio = Sound Choppy

    The solution was always elegant , But at that time i wasnt as comfortable with Linux/Ubuntu as i am now

    Thanks for the reply though blazemore. I think someone should find it useful
    The truth is always beautiful, no matter how ugly it might seem at first.

  3. #13
    Join Date
    Jun 2007
    Beans
    1,659
    Distro
    Ubuntu

    Re: [SOLVED] VLC + PulseAudio = Sound Choppy

    Yeah that's why I put it here, if people are searching, they should find it. Another way would be to use Symbolic links.

  4. #14
    Join Date
    Sep 2007
    Location
    Murphy, NC, USA
    Beans
    145
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [SOLVED] VLC + PulseAudio = Sound Choppy

    Is 'killall pulseaudio -- vlc' run while VLC is running or not? I'm having choppy audio problems too with VLC.

  5. #15
    Join Date
    May 2008
    Beans
    1
    Distro
    Ubuntu Karmic Koala (testing)

    Re: [SOLVED] VLC + PulseAudio = Sound Choppy

    Code:
    sudo apt-get install vlc-plugin-pulse
    and selecting 'Pulseaudio audio output' from the audio section of preferences (Tools -> Preferences) seemed to help me.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •