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
I am working on rtmp restreamer. Some rtmp servers can reject connection if user sends incorrect stream key. In this case, OBS shows a message like this
I took code from example and their method OnPublish returns only rtmp.NETSTREAM_PUBLISH_START.
How can I reject connection with incorrect stream name here?
Thank you for your answer!
The text was updated successfully, but these errors were encountered:
Hello.
I am working on rtmp restreamer. Some rtmp servers can reject connection if user sends incorrect stream key. In this case, OBS shows a message like this
I took code from example and their method
OnPublish
returns onlyrtmp.NETSTREAM_PUBLISH_START
.How can I reject connection with incorrect stream name here?
Thank you for your answer!
The text was updated successfully, but these errors were encountered: