Skip to content

Instantly share code, notes, and snippets.

@etigui
Last active October 7, 2018 13:02
Show Gist options
  • Save etigui/0c99512d186fc043cf3c0b509ea3048d to your computer and use it in GitHub Desktop.
Save etigui/0c99512d186fc043cf3c0b509ea3048d to your computer and use it in GitHub Desktop.
Stream Raspberry PI camera flow over netcat connection
#!/bin/bash
if [-p fifo264]
then
rm fifo264
fi
mkfifo fifo264
nc -l -v -p 5777 > fifo264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment