Показано с 1 по 6, из 6.

Тема: Streaming Audio -- which Player on Linux?

  1. #1
    Регистрация
    Jun 2006
    Сообщения
    25

    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:

    Код:
    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
    Регистрация
    Jun 2006
    Сообщения
    25
    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

    Код:
    -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
    Регистрация
    Jun 2006
    Сообщения
    25
    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
    Регистрация
    Aug 2005
    Сообщения
    24
    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:
    Код:
    [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
    Регистрация
    Aug 2005
    Сообщения
    24
    The problem was that esd was not running.

  6. #6
    Регистрация
    Aug 2005
    Сообщения
    24
    Hey, I found an even better way: You can direct all sound output using gstreamer to your router: Type
    Код:
    gstreamer-properties
    in the terminal, and choose "user defined" for the output and enter
    Код:
    esdsink host=192.168.1.0
    or whatever your router's address is, in the "forwarding" section.

Похожие темы

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

Tags for this Thread

Ваши права в разделе

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