如何做voice forwarding - Linux

Table of Contents

用ssh指令連到遠端server時只要加上-X選項即可做到x11 forwarding

那有沒有辦法把遠端server的聲音也傳到本機端呢?

user@local_host$ ssh -X remote_host
Welcome to remote_host!
user@remote_host$ mplayer a.mp3 => 如何讓聲音出現在local_host而非remote_host

--

All Comments

Dorothy avatarDorothy2011-07-13
pulseaudio
Charlotte avatarCharlotte2011-07-17
google ssh audio