I have DVB-T USB dongle plugged into my Linux server (GUI-less). It works correctly, but I want to stream TV programs from server to my PC. For this I use Kaffeine that way:
ssh -X -p 666 -i /home/maciek/.ssh/id_rsa media@media env LANG=pl_PL.UTF-8 /usr/bin/kaffeine
As You can see, ssh works on port 666 and starts kaffeine on server but display results on my PC. Nice but the problem is audio redirection. Is any way to redirect audio together with video and keyboard/mouse?