Skip to content

Instantly share code, notes, and snippets.

@zwpp
Last active August 29, 2015 14:02
Show Gist options
  • Save zwpp/a175a6fa5aefe5aab70f to your computer and use it in GitHub Desktop.
Save zwpp/a175a6fa5aefe5aab70f to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $# -ne 1 ]; then
echo "set channel" 1>&2
exit 1
fi
recdvb --b25 --strip $1 - - | vlc stream:///dev/stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment