RTSP to SRT
#4147
Replies: 1 comment 2 replies
-
If I understand things correctly; MediaMTX is only a SRT client, you cannot publish SRT to MediaMTX. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I'm trying to send a local RTSP camera stream to a cloud server via SRT using MediaMTX, but I'm feeling a bit stuck and could really use some guidance.
Currently, I am able to send the stream to my SRT server using ffmpeg and runOnReady. However, I'm not sure if this is the most efficient way or if MediaMTX has a better built-in approach for this.
Here’s a rough idea of my current workflow:
My RTSP camera feeds into MediaMTX.
I use runOnReady to execute an ffmpeg command that pushes the stream to the cloud SRT server.
Is there a simpler or more efficient way to achieve this using MediaMTX? For example:
Does MediaMTX have native support for SRT output that I can leverage?
Are there any best practices or configurations I should be aware of?
Any pointers, examples, or tips would be greatly appreciated.
Thank you in advance for helping me get unstuck!
Grega
Beta Was this translation helpful? Give feedback.
All reactions