monibuca icon indicating copy to clipboard operation
monibuca copied to clipboard

rtsp streaming in mp4 format!

Open smkhairkar opened this issue 1 year ago • 1 comments

How can I record an RTSP stream in MP4 format in chunks and then how to playback the same.

smkhairkar avatar Oct 21 '24 07:10 smkhairkar

write config.yaml

rtsp:
  pull:
    pullonstart:
       live/test:  rtsp://yourrtspurl
record:
  mp4:
    autorecord: true
    fragment: 10s

then server will automatic pull the rtsp,and automatic record to mp4,every 10s create a file

langhuihui avatar Oct 21 '24 07:10 langhuihui

it's done .

smkhairkar avatar May 06 '25 04:05 smkhairkar