Skip to main content

All Questions

Tagged with
1 vote
0 answers
80 views

ffmpeg segments are not working as expected

Trying to record rstp stream from an IP camera into ~10 mins chunks. FFREPORT=file=$log_DIR/ffmpeg_recording.log \ ffmpeg -i "rtsp://$CAMERA_USERNAME:$CAMERA_PASSWORD@$IP:$PORT/stream1" \ -...
Sumit Dey's user avatar
  • 111
0 votes
1 answer
7k views

Recording IP camera RTSP stream to a .mp4 file

I was wondering if anybody can help me figure out what I am doing wrong in the following scenario. So my goal is to record an RTSP stream from an IP camera to a .mp4 file. I have 4 x Vstarcam-C7824 ...
Teymur Ahmadov's user avatar
0 votes
0 answers
2k views

FFmpeg capture RTSP stream only audio, black screen

I have a Foscam IP camera for which i have access to the RTSP address. If i use VLC, the stream is working fine. I wanted to capture it using FFmpeg, using the command ffmpeg -i <address> -codec ...
user3808318's user avatar
1 vote
0 answers
3k views

FFMPEG capture snapshot image from RTSP IPCamera

Hi I am able to stream video successfully from my IP Camera with VLC using the URL: rtsp://192.168.0.6:554/cam/realmonitor When attempting to use FFMPEG it is failing with the following errors: I ...
NxtLevel's user avatar
6 votes
1 answer
10k views

Capturing multiple RTSP streams simultaneously in sync

I would like to capture h264 rtsp streams from up to six IP cameras simultaneously and save them to separate files. The cameras are connected to a Gigabit switch which is connected to my pc. The ...
MartinKS's user avatar