Skip to content

Instantly share code, notes, and snippets.

@GoMino
Forked from yuvadm/ffmpeg-over-ssh.sh
Created July 22, 2019 16:37
Show Gist options
  • Save GoMino/6ea44aada734e4a01e6e1a0e214dee8e to your computer and use it in GitHub Desktop.
Save GoMino/6ea44aada734e4a01e6e1a0e214dee8e to your computer and use it in GitHub Desktop.
Media stream pipe ffmpeg over SSH
ssh [email protected] "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