Quantcast
Viewing all articles
Browse latest Browse all 5190

Graphics, sound and multimedia • Re: RTSP recording

Loook if its work

this is not for libcamera
only for rtsp streams

ffmpeg -hwaccel drm -hwaccel_output_format drm_prime -avioflags direct -fflags +nobuffer+genpts -flags low_delay -strict experimental -rtsp_transport tcp -re -i rtsp://127.0.0.1:8080/h264_pcm.sdp -c:v h264_v4l2m2m -pix_fmt yuv420p -b:v 1000k -c:a libopus -application lowdelay -b:a 32k -ar 48000 -f s16le -f matroska example.mkv

ffmpeg -c.v h264_v4l2m2m -avioflags direct -fflags +nobuffer+genpts -flags low_delay -strict experimental -rtsp_transport tcp -re -i rtsp://127.0.0.1:8080/h264_pcm.sdp -c:v h264_v4l2m2m -pix_fmt yuv420p -b:v 1000k -c:a libopus -application lowdelay -b:a 32k -ar 48000 -f s16le -f mp4 example.mp4

Statistics: Posted by mediauser — Mon Jun 03, 2024 8:44 am



Viewing all articles
Browse latest Browse all 5190

Trending Articles