Pipe music over netcat with mpg123

Pipe music over netcat with mpg123: "$ #Client# cat "The Meters - People Say.mp3" | nc -vv 192.168.1.100 8080; #Server# nc -vv -l -s 192.168.1.100 -p 8080 | mpg123 -v -

I think I picked this one up from Hak5 (yeah I know.. kinda lame)



commandlinefu.com


by David Winterbottom (codeinthehole.com)

"