Hello,
I trie --stop-time <SEC> to stop a stream but dont work:
vlc --sout='#transcode{vcodec=mp4v,vb=512,scale=1}:duplicate{dst=std{access=file,mux=mp4,url="/mnt/drive2/video.mp4"}}' http://10.0.0.243/axis-cgi/mjpg/video.c ... on=640x480 --stop-time 60 vlc:quit
Its record video.mp4 but to stop it need "quit" in command line of VLC. With "kill -9 <pid>" the file may be corrupt
Any idea?