Welcome! Log In Create A New Profile

Advanced

RTMPS camera video need to straem

Posted by Prasanth 
RTMPS camera video need to straem
March 15, 2024 01:46AM
Hi,

I have setup a video streaming server in Ubuntu 22.04 with Nginx-RTMP module and it was successfully working. Now a days we need to stream the rtmps stream. How it configure tin nginx configurations.

below is my "nginx.conf" file configuration.

rtmp {
server {
listen 1935;
chunk_size 4096;
notify_method get;
application live {
live on;
allow publish all;
allow play all;
}
}
}
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 170
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready