Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # this is just a dirty hack to play an mp3 over a network, need netcat and mplayer
  2. # on the sending machine (replace localhost with ip):
  3. nc localhost 1234 < x.mp3
  4. # on the playing machine:
  5. nc -l -p 1234 | mplayer -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement