Results 1 to 6 of 6

Thread: Streaming Audio -- which Player on Linux?

  1. #1

    Streaming Audio -- which Player on Linux?

    I got streaming audio with the Esound daemon to work on my Wl-500g, thanks to the Tutorial on streaming audio in this forum. This by itself is great!

    Now I'm looking for a player with esound output, that can play video and audio and stream the audio to the router.
    So far, i only found XMMS and with mplayer (on the commandline) to work with streaming audio.

    With XMMS, you can use a plugin to display video -- but it's all outdated (you can't get full screen, for example).
    For mplayer, i couldn't find a frontend that supports streaming. gmplayer and kmplayer both don't have the option in the preferences. so you resort to the commandline, typing:

    Code:
    mplayer -ao esd:192.168.1.1 -fs <file>
    and it sorta works, but you've got no graphical controls.

    anybody know a unified solution?

  2. #2
    I got it!

    Just found out that if you use kmplayer with the actual mplayer engine (which for some reason wasn't available to me before), you can specify additional command line arguments for mplayer in the preferences. so i just entered

    Code:
    -ao esd:192.168.1.1 -delay -0.5
    in General Options>MPlayer>Additional command line arguments, and voilá, i can view almost any video with audio streaming to the audio dongle on my router. nice!

    the first part specifies the Esound output to the remote host, the -delay part fixes a 0.5 second video delay that i encountered.

  3. #3
    i also found out that you can make any application that features an eSound plugin to stream audio to the router, by starting it with a prefix -- here's the example for the amaroK player:

    export ESPEAKER=192.168.1.1&&amarok %U
    this starts amaroK, now you just have to select eSound output, and you're set with audio from the router...

  4. #4
    I got mplayer and amarok streaming to my WL-500gx yesterday thanks to your posts. But today they both don't want to play any audio anymore. Amarok tells me about xine not being able to initialize any audio driver, mplayer tells me:
    Code:
    [AO ESD] esd_open_sound failed: Connection refused
    Could not open/initialize audio device -> no sound.
    Audio: no sound
    Which other audio settings do you have on your system? Do you use Gnome, and if so, what did you select in "System > Settings > Audio"?

  5. #5
    The problem was that esd was not running.

  6. #6
    Hey, I found an even better way: You can direct all sound output using gstreamer to your router: Type
    Code:
    gstreamer-properties
    in the terminal, and choose "user defined" for the output and enter
    Code:
    esdsink host=192.168.1.0
    or whatever your router's address is, in the "forwarding" section.

Similar Threads

  1. USB audio - from Linux
    By mangodan in forum WL-500g Custom Development
    Replies: 5
    Last Post: 10-04-2007, 12:25
  2. Gameserver
    By blingbling in forum WL-500gP Q&A
    Replies: 2
    Last Post: 17-07-2006, 15:37
  3. Linux probleem Oleg firmware
    By v.d.schuit in forum Dutch Discussion - Nederlands
    Replies: 0
    Last Post: 28-12-2005, 13:18
  4. Audio Video streaming problem
    By jeemedia in forum WL-500g Custom Development
    Replies: 1
    Last Post: 23-06-2005, 14:36
  5. New Specs from Asus - Audio Streaming and Traffic Shaping
    By ghaspias in forum WL-500g Pics & Specs
    Replies: 18
    Last Post: 25-04-2005, 06:58

Tags for this Thread

Posting Permissions

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