Hi everyone,
I'm using VLC to record IP camera streams (from a barn owl nest).
VLC is started from a C# program I wrote, recording a rtsp stream into a file. VLC is stopped and restarted every 30 minutes, creating files of about 1.4 GB.
This worked fine for years, until middle March, where suddenly a few files contained only about 14 MB. They cannot be opened by any video application.
Surprisingly, in 12 hours of recording, between 3 and 12 files are corrupt, out of 24 (per night).
I have tried the last 3 release of VLC, to no avail. So I suspect some dirty Windows10 upgrade to be the cause of all this.
The command line:
VLC -vvv rtsp://admin:password@192.168.1.111 --sout=#transcode{acodec=mpga,ab=64,scodec=none,deinterlace}:std{select=audio,access=file,mux=mp4,dst=F:\\Video\\Chouettes\\2021\\DynamicFileNameHere.mp4}"
A corrupt file:
http://www.beecomputing.com/download/sr ... -21-30.mp4
Any idea ?
Thanks for any help.