diff options
Diffstat (limited to 'receive_video.sh')
-rwxr-xr-x | receive_video.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/receive_video.sh b/receive_video.sh new file mode 100755 index 0000000..9389eca --- /dev/null +++ b/receive_video.sh @@ -0,0 +1,2 @@ +#!/bin/bash +nc -l -p 5001 | mplayer - -fps 60 -cache 512 -cache-min 50 |