Hi.
I need help in solving the problem of recording the image h264 RTSP protocol with IP camera. There are frequent moments when the image is saved to the wrong file and rapidly grows the size of the file (eg 1minute file size is over 1.5GB) I use the latest version of VLC.
Log VLC: MultiFramedRTPSource :: doGetNextFrame1 (): The total received frame size Exceeds the client's buffer size (100000). 18140 bytes of trailing data will be dropped!
When I push the stop button to the file continues to increase and does not stop recording.
I tried different commands but not result.
My command is to record:
vlc rtsp: // root: pass@192.168.1.205/axis-media/media.amp? videocodec = h264 -
sout = file / ts: C: \ test.mp4
Please help me.