Single input stream, multiple outputs #398
Unanswered
Alfiegerner
asked this question in
Questions
Replies: 1 comment 3 replies
-
Yes, of course, as written in the README, you can do something like this: paths:
direct:
source: rtsp://cameraurl
compressed:
runOnInit: ffmpeg -i rtsp://localhost:8554/direct -filter:v fps=5 -c:v libx264 -preset ultrafast -b:v 500k -max_muxing_queue_size 1024 -f rtsp rtsp://localhost:$RTSP_PORT/compressed
runOnInitRestart: yes You can access the original stream with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a cam that had limited rtsp support (wyze) that can't really haven't more than 1 connection at a time
Proxy support is great for this. Now I'm wondering if rtsp-simple-server can output 2 streams:
2 is for frigate object detection. I think it looks possible but not sure what the config would look like.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions