SRT in and out
#3648
-
QuestionI am testing locally before trying on a LAN. Running mediamtx_v1.8.5_linux_amd64 on Debian 11 with default yml config apart from loglevel:
Then starting a feed with ffmpeg:
The log shows the stream:
Then using ffplay to view then stream:
The log shows it receiving:
But nothing is received:
Checking that SRT is supported:
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
aler9
Jan 3, 2025
Replies: 1 comment 1 reply
-
The problem here is that you are not using the recommended FFmpeg flags when encoding to H264, and therefore your stream cannot be processed in real time. Flags are available in the README and are:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JonnyTech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem here is that you are not using the recommended FFmpeg flags when encoding to H264, and therefore your stream cannot be processed in real time. Flags are available in the README and are: