monibuca
monibuca copied to clipboard
rtsp streaming in mp4 format!
How can I record an RTSP stream in MP4 format in chunks and then how to playback the same.
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
it's done .