You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am using MediaMTX to restream multiple RTSP streams using runOnReady commands. However, only the first stream works regardless of the order of the RTSP sources in the configuration. The second stream fails to initialize.
The first stream always works, regardless of whether it is cam1 or cam2.
The second stream fails to bind or does not produce any output.
It seems there might be a conflict with ports or runOnReady commands.
Steps to Reproduce:
Configure MediaMTX with the above mediamtx.yml.
Start MediaMTX.
Attempt to access both streams:
rtsp://127.0.0.1:8554/cam1
rtsp://127.0.0.1:8555/cam2
Expected Behavior:
Both streams should work simultaneously and restream properly.
Actual Behavior:
Only the first stream is active and restreams successfully.
Additional Details:
Testing locally on Windows.
Request:
Please guide me on what might be causing this issue. Are there any additional configurations needed for handling multiple streams with runOnReady commands?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Question
Description:
I am using MediaMTX to restream multiple RTSP streams using runOnReady commands. However, only the first stream works regardless of the order of the RTSP sources in the configuration. The second stream fails to initialize.
Current Configuration:
Observations:
Steps to Reproduce:
Configure MediaMTX with the above mediamtx.yml.
Start MediaMTX.
Attempt to access both streams:
rtsp://127.0.0.1:8554/cam1
rtsp://127.0.0.1:8555/cam2
Expected Behavior:
Both streams should work simultaneously and restream properly.
Actual Behavior:
Only the first stream is active and restreams successfully.
Additional Details:
Testing locally on Windows.
Request:
Please guide me on what might be causing this issue. Are there any additional configurations needed for handling multiple streams with runOnReady commands?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions