Need help saving a videostream onto an external hard drive - Raspberry Pi Forums
i'm trying use rpi save stream ip camera on lan external hard drive connected pi's usb port. have vlc installed on pi , hdd mounted can't figure out terminal commands need enter have record feed. i've been tediously searching guide or documentation can clarify syntax keep finding tutorials on how stream pi, not use capture stream.
i'm trying use line below right on computer running windows. keeps asking me username , password though put them in stream url. try opening file "go.mpg" can't.
vlc http://192.168.1.13/videostream.asf?use ... &pwd=[test] --sout=file/ps:go.mpg
i'm trying use line below right on computer running windows. keeps asking me username , password though put them in stream url. try opening file "go.mpg" can't.
vlc http://192.168.1.13/videostream.asf?use ... &pwd=[test] --sout=file/ps:go.mpg
figured out how dump raw output of feed using command:
vlc "http://192.168.1.3/videostream.asf?user ... d=password" :demux=dump :demuxdump-file="/mnt/test/myfile"
writes raw output videostream file on external hard drive. i'll update when find out how convert raw file useful mp4. of right can remove hdd pi, plug pc, watch file through vlc (i can't scrub through though, weird).
vlc "http://192.168.1.3/videostream.asf?user ... d=password" :demux=dump :demuxdump-file="/mnt/test/myfile"
writes raw output videostream file on external hard drive. i'll update when find out how convert raw file useful mp4. of right can remove hdd pi, plug pc, watch file through vlc (i can't scrub through though, weird).
raspberrypi
Comments
Post a Comment