Free sirfpsycho hi try ssh see if the port is there depending on the distribution centos firewalld or ubuntu ufw, debian ufw
sirfpsycho I used firewall-cmd --add-port=1935/tcp firewall-cmd --add-port=1935/udp it says success but still 1935 is not working.
aaPanel_Kern sirfpsycho Hello, please check whether the srs service is started and execute the following command? ps aux|grep srs If not please enable it and set it to start on boot.
sirfpsycho aaPanel_Kern I got this output [root@nv070-263 ~]# ps aux|grep srs root 33036 0.0 0.0 112812 980 pts/0 S+ 05:48 0:00 grep --color=auto srs
aaPanel_Kern sirfpsycho Hello, this is not started, please execute the command to start it, and set the boot to start
aaPanel_Kern sirfpsycho Hello, use the ps aux|grep srs command to view the process ID of srs, then kill -9 the process ID of srs, and then start srs
aaPanel_Kern sirfpsycho Hello, please refer to the official wiki https://github.com/ossrs/srs go to your srs directory This is the startup command: ./objs/srs -c conf/srs.conf