Is there a way to remux or re-encode in RTSP proxy mode? #279
Unanswered
michaelmohamed-anno
asked this question in
Questions
Replies: 1 comment
-
Hello, yes, of course, just start the conversion on another path with paths:
proxied:
source: rtsp://originalurl
converted:
runOnInit: ffmpeg -i rtsp://localhost:$RTSP_PORT/proxied -c:v libx264 -preset ultrafast -b:v 500k -max_muxing_queue_size 1024 -f rtsp rtsp://localhost:$RTSP_PORT/converted
runOnInitRestart: yes
publishIps: [127.0.0.1] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which version are you using?
Latest
Question
Is there a way to remux or re-encode in RTSP proxy mode?
Description
The RTSP proxy mode works well for my use case. I would like to proxy a re-encoded version using libx264rgb instead of libx264.
Beta Was this translation helpful? Give feedback.
All reactions