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
Originally posted by Nikita-Goncharov May 22, 2024
Hello, I have a problem with sharing stream on custom virtualhost.
I created virtual host using API, there is data:
In docker container i receive that log:
2024-05-20 13:14:56 [2024-05-20 10:14:56.486] E [SPRTMP-t1935:28] RTMPProvider | rtmp_stream.cpp:442 | Could not find application: #default#custom_app
2024-05-20 13:14:56 [2024-05-20 10:14:56.486] E [SPRTMP-t1935:28] RTMPProvider | rtmp_stream.cpp:341 | SendAmfCreateStreamResult Fail
I understand that the server is trying to find custom_app on the default vhost, but I don't know what to do, maybe I have set the wrong configuration for vhost/app?
Please, help me.
The text was updated successfully, but these errors were encountered:
Please stop posting repeatedly. Everyone is very busy, so they are unable to respond right now. Someone will answer when they have time. This is a violation of the community rules.
Discussed in #1622
Originally posted by Nikita-Goncharov May 22, 2024
Hello, I have a problem with sharing stream on custom virtualhost.
I created virtual host using API, there is data:
Then I create app on this host(in url i add "vhost", not "default"):
For testing i use OBS studio and when i try pass stream:
rtmp://192.168.0.106:1935/custom_app
secret key: stream
In docker container i receive that log:
2024-05-20 13:14:56 [2024-05-20 10:14:56.486] E [SPRTMP-t1935:28] RTMPProvider | rtmp_stream.cpp:442 | Could not find application: #default#custom_app
2024-05-20 13:14:56 [2024-05-20 10:14:56.486] E [SPRTMP-t1935:28] RTMPProvider | rtmp_stream.cpp:341 | SendAmfCreateStreamResult Fail
I understand that the server is trying to find custom_app on the default vhost, but I don't know what to do, maybe I have set the wrong configuration for vhost/app?
Please, help me.
The text was updated successfully, but these errors were encountered: