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
We listening for incoming (push from OBS etc.) connections on 1935 port, but we awaiting for clients connections (from Internet, LAN) also on same port. - wtf?
And mediamtx configured as overridePublisher: yes by default. Oh my god.
The text was updated successfully, but these errors were encountered:
Hello, the situation is the same in 99% of media servers. In order to solve your issue, you can:
prevent unauthorized publishers from publishing to the server by turning on authentication (publishUser / publishPass)
use two MediaMTX instances, one for publishing, that listens on a publisher-specific port of your choice, and the other for reading, that takes its streams from the first instance. Configuration of the first instance:
Describe the feature
In example with RTMP:
We listening for incoming (push from OBS etc.) connections on 1935 port, but we awaiting for clients connections (from Internet, LAN) also on same port. - wtf?
And mediamtx configured as overridePublisher: yes by default. Oh my god.
The text was updated successfully, but these errors were encountered: