Skip to content

Instantly share code, notes, and snippets.

@yuvadm
Created February 7, 2016 23:10
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save yuvadm/29b8addccbbc376b5bb5 to your computer and use it in GitHub Desktop.
Save yuvadm/29b8addccbbc376b5bb5 to your computer and use it in GitHub Desktop.
Media stream pipe ffmpeg over SSH
ssh user@example.com "ffmpeg -i $URL -c copy -f nut pipe:1" | ffplay -i pipe:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment