Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: No sound on Real Player 11

  1. #1
    Join Date
    Oct 2008
    Beans
    1

    No sound on Real Player 11

    Hey guys, i'm new to ubuntu. I expected snags along the way. But i really enjoy the experience. Well i've got Real Player 11 installed on ubuntu 8.04, and plays just fine but one thing, no sound. Hope someone could shed some light. All help are appreciated. Please and thank you!

  2. #2
    Join Date
    Sep 2006
    Beans
    22

    Re: No sound on Real Player 11

    This may not work as expected but worth a try. I saw this solution from fwelland on the Fedora forums.



    I fix/hacked this by changing the line in the realplay script

    Code:
    sudo gedit /opt/real/RealPlayer/realplay
    then on line 52 change

    Code:
    $HELIX_LIBS/realplay.bin "$@"
    TO

    Code:
    padsp -n RealPlayer -m RealPlayerStream $HELIX_LIBS/realplay.bin "$@"

  3. #3
    Join Date
    Dec 2008
    Beans
    13

    Re: No sound on Real Player 11

    Quote Originally Posted by rex_the_first View Post
    This may not work as expected but worth a try. I saw this solution from fwelland on the Fedora forums.



    I fix/hacked this by changing the line in the realplay script

    Code:
    sudo gedit /opt/real/RealPlayer/realplay
    then on line 52 change

    Code:
    $HELIX_LIBS/realplay.bin "$@"
    TO

    Code:
    padsp -n RealPlayer -m RealPlayerStream $HELIX_LIBS/realplay.bin "$@"
    Wow cool. I searched for ages for this problem... now I also fixed it. ^_^

  4. #4
    Join Date
    Jan 2009
    Beans
    1

    Re: No sound on Real Player 11

    This solution does not work for me. I do change the player into OSS mode and try with both the following lines
    Code:
    padsp -n RealPlayer -m RealPlayerStream $HELIX_LIBS/realplay.bin "$@"
    or
    Code:
    aoss -n RealPlayer -m RealPlayerStream $HELIX_LIBS/realplay.bin "$@"
    buth still no success with both. Can someone give me a hint what I may have missed or maybe an alternative solution. (I do have both padsp and aoss on the path).
    The player starts normally, and I do not get any error messages in console when opening the BBC .ram file.

  5. #5
    Join Date
    May 2008
    Beans
    2

    Smile Re: No sound on Real Player 11

    Quote Originally Posted by rex_the_first View Post
    This may not work as expected but worth a try. I saw this solution from fwelland on the Fedora forums.



    I fix/hacked this by changing the line in the realplay script

    Code:
    sudo gedit /opt/real/RealPlayer/realplay
    then on line 52 change

    Code:
    $HELIX_LIBS/realplay.bin "$@"
    TO

    Code:
    padsp -n RealPlayer -m RealPlayerStream $HELIX_LIBS/realplay.bin "$@"
    Great solution! Thanks a lot.

  6. #6
    Join Date
    Apr 2010
    Beans
    1

    Re: No sound on Real Player 11

    It worked for me. Thanks a lot

  7. #7

    Smile Re: No sound on Real Player 11

    This worked on Ubuntu 10.04 LTS. Thanks.

  8. #8
    Join Date
    Oct 2008
    Location
    Dublin, Ireland
    Beans
    11
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No sound on Real Player 11

    Quote Originally Posted by rex_the_first View Post
    This may not work as expected but worth a try. I saw this solution from fwelland on the Fedora forums.



    I fix/hacked this by changing the line in the realplay script

    Code:
    sudo gedit /opt/real/RealPlayer/realplay
    then on line 52 change

    Code:
    $HELIX_LIBS/realplay.bin "$@"
    TO

    Code:
    padsp -n RealPlayer -m RealPlayerStream $HELIX_LIBS/realplay.bin "$@"
    This did not work for me. I'm running RealPlayer11 on Ubuntu 10.04.

    I took another step, which made the sound work (and also fixed some kind of playback screen lagging problem). I simply opened RealPlayer, went into Tools -> Preferences -> Hardware, and under Audio Driver, I selected OSS instead of ALSA. I'm not sure whether the previously posted solution made a difference to this.

  9. #9
    Join Date
    Nov 2009
    Location
    Belo Horizonte, MG/Brasil
    Beans
    3
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: No sound on Real Player 11

    Quote Originally Posted by rex_the_first View Post
    This may not work as expected but worth a try. I saw this solution from fwelland on the Fedora forums.



    I fix/hacked this by changing the line in the realplay script

    Code:
    sudo gedit /opt/real/RealPlayer/realplay
    then on line 52 change

    Code:
    $HELIX_LIBS/realplay.bin "$@"
    TO

    Code:
    padsp -n RealPlayer -m RealPlayerStream $HELIX_LIBS/realplay.bin "$@"
    This worked for me, using Ubuntu 10.10 and RealPlayer 11.
    Thanks

  10. #10
    Join Date
    Jul 2010
    Location
    Miami
    Beans
    411
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No sound on Real Player 11

    This worked for me... 10.10 64 bit.

Page 1 of 2 12 LastLast

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
  •