Skip to content

Instantly share code, notes, and snippets.

@ariym
Forked from yuvadm/ffmpeg-over-ssh.sh
Created March 26, 2024 15:30
Show Gist options
  • Select an option

  • Save ariym/ceb8e8a6ff928b5e7af739095af5863a to your computer and use it in GitHub Desktop.

Select an option

Save ariym/ceb8e8a6ff928b5e7af739095af5863a 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