Created
February 7, 2016 23:10
-
-
Save yuvadm/29b8addccbbc376b5bb5 to your computer and use it in GitHub Desktop.
Media stream pipe ffmpeg over SSH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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