Is there any way to tell mplayer that reproduces video from a socket?. Until now i make this with nc -l -p <port> -u | mplayer - I tried mplayer udp://127.0.0.1:<port> but didn't work, any idea?