略去导航.
主页

远程声音服务 zz

发信人: Dieken (风催草低), 信区: LinuxApp
标 题: Re: 怎么远程播放音乐?
发信站: 水木社区 (Fri Apr 27 09:52:37 2007), 站内

许多 sound server 都支持声音重定向的,比如
aRTsd:

http://www.theevilpixel.com/?q=node/67
Playing Sound Remotely with XDMCP
Well that can be easily done using the arts server on the remote machine setup
the arts daemon by typing

artsd -n -u -p 5001

once the server is started change to the X display of the remote machine and
type in

export ARTS_SERVER=ipofcurrentsystem:5001

and then

xmms &

Voila you will have a complete remote desktop including sound just like in
windows xp.

EsounD:

本地:
esd -promiscuous -tcp -public -port 150 &

远端:
alias rs='esddsp -v --server=10.10.1.5:150 -m '
rs mpg123 *.mp3
就能在本地听到声音了,这里 10.10.1.5 是本地的 IP。

http://linuxreviews.org/howtos/sound/