Replies: 3 comments
-
Can the following be used but for RTMP (not RTSP): |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello,
paths:
redirected:
runOnPublish: ffmpeg -re -i rtsp://localhost:8554/redirected -c copy -f flv rtmp://otherurl/otherpath
be careful that you need ffmpeg installed too. |
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
-
Question
Hello, thanks for the project. I have a question for which I could not find an answer in the docs.
How to forward RTMP stream to external RTMP servers?
Do we need to pipe the stream via ffmpeg to other rtmp servers or rtsp-simple-server has this capability (without ffmpeg)
OBS -> rtsp-simple-server -> google rtmp, twitch rtmp ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions