ramesh8830
ramesh8830
``` COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME nginx 99234 root 10u IPv4 391411 0t0 TCP *:1935 (LISTEN) nginx 99235 www-data 10u IPv4 391411 0t0 TCP *:1935 (LISTEN)...
``` stdClass Object ( [topCopyKeysButtonTitle] => Copy Live Keys [hideTopCopyKeysButton] => 1 [button_title] => LIVE [server_type] => stdClass Object ( [type] => Array ( [0] => Public UNDER DEVELOPMENT [1]...
Please help me
``` 2022/08/11 13:53:57 [info] 218627#0: *11 connect: app='live' args='s=ZXhSYzZyZ3FJYVhUMmtlSjF4R3VCQT09&webSiteRootURL=aHR0cHM6Ly9nbzJ1YmUuY29tLw' flashver='FMLE/3.0 (compatible; FMSc/1.0)' swf_url='rtmp://mysite/live?s=ZXhSYzZyZ3FJYVhUMmtlSjF4R3VCQT09&webSiteRootURL=aHR0cHM6Ly9nbzJ1YmUuY29tLw' tc_url='rtmp://mysite/live?s=ZXhSYzZyZ3FJYVhUMmtlSjF4R3VCQT09&webSiteRootURL=aHR0cHM6Ly9nbzJ1YmUuY29tLw' page_url='' acodecs=0 vcodecs=0 object_encoding=0, client: Client_ip, server: 0.0.0.0:1935 2022/08/11 13:53:58 [info] 218627#0: *11 createStream, client: Client_ip,...
Any help?
Below is my nginx.conf file ``` user www-data; worker_processes 1; error_log logs/error.log debug; events { worker_connections 1024; } rtmp { server { listen 1935; buflen 1000ms; chunk_size 4096; ping_timeout 30s;...
Thank you so much for your help. I modified nginx configuration to listen port 80 and able to connect to obs studio stream  ``` root@mysite:~# lsof -i:1935 COMMAND PID...
``` 2022/08/16 07:30:18 [info] 574318#0: *9153 client connected 'client_ip' 2022/08/16 07:30:19 [info] 574318#0: *9153 connect: app='live' args='s=TUs3VjlGL0dvVUpqZDZybmxDL2Vsdz09&webSiteRootURL=aHR0cHM6Ly9nbzJ1YmUuY29tLw' flashver='FMLE/3.0 (compatible; FMSc/1.0)' swf_url='rtmp://mysite.com/live?s=TUs3VjlGL0dvVUpqZDZybmxDL2Vsdz09&webSiteRootURL=aHR0cHM6Ly9nbzJ1YmUuY29tLw' tc_url='rtmp://mysite.com/live?s=TUs3VjlGL0dvVUpqZDZybmxDL2Vsdz09&webSiteRootURL=aHR0cHM6Ly9nbzJ1YmUuY29tLw' page_url='' acodecs=0 vcodecs=0 object_encoding=0, client: client_ip, server: 0.0.0.0:1935...
> That is also a known problem Please help me solve this problem
``` root@mysite:~# curl -I http://mysite.com/plugin/Live/on_publish.php HTTP/1.1 302 Found Server: nginx/1.16.1 Date: Tue, 16 Aug 2022 14:40:34 GMT Content-Type: text/html; charset=iso-8859-1 Connection: keep-alive Location: https://mysite.com/plugin/Live/on_publish.php ```