Skip to content

Instantly share code, notes, and snippets.

@kittinan
Created September 15, 2017 17:33
Show Gist options
  • Select an option

  • Save kittinan/81f13ef61f34a3f2d4e3ec4687e6d112 to your computer and use it in GitHub Desktop.

Select an option

Save kittinan/81f13ef61f34a3f2d4e3ec4687e6d112 to your computer and use it in GitHub Desktop.
VLC play h264 video from vstarcam
#!/bin/bash
#vlc --demux=h264 input_file.h264
vlc --demux=h264 $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment