Skip to content

Instantly share code, notes, and snippets.

@richard087
Created July 29, 2013 03:18
Show Gist options
  • Save richard087/6101959 to your computer and use it in GitHub Desktop.
Save richard087/6101959 to your computer and use it in GitHub Desktop.
# described at http://lastinfinitetentacle.blogspot.com.au/2013/06/viewing-d-link-dcs-932l-ip-camera-from.html
avconv -r 15 -f mjpeg -i http://USERNAME:PASSWORD@IP-ADDRESS/video.cgi -i http://USERNAME:PASSWORD@IP-ADDRESS/audio.cgi -vcodec mpeg4 -f mpegts file:///dev/stdout | vlc file:///dev/stdin
# silent version
avconv -r 15 -f mjpeg -i http://USERNAME:PASSWORD@IP-ADDRESS/video.cgi -vcodec mpeg4 -f mpegts file:///dev/stdout | vlc file:///dev/stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment