Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2022-10-01 04:52:01 | ![]() 22,259 Views |
Own RTMP Server VLC, OBS & Nginx-RTMP
OBS & Nginx-RTMP installation in Ubuntu 20.04
Server ip:-192.168.0.118
Client ip:-192.168.0.162
OBS installation in Ubuntu 20.04
step 1:- sudo apt install v4l2loopback-dkms
step 2:- sudo add-apt-repository ppa:obsproject/obs-studio
step 3:- sudo apt update
step 4:- sudo apt install obs-studio
Nginx-RTMP Installing and Configuring in Ubuntu 20.04
step 1:- sudo apt update
step 2:- sudo apt install nginx
step 3:- sudo systemctl start nginx
step 4:- sudo systemctl enable nginx
step 5:- sudo nano /etc/nginx/nginx.conf
step 6:- add in line /etc/nginx/nginx.conf (Save Ctrl+x)
rtmp {
server {
listen 1935;
chunk_size 4096;
allow publish 127.0.0.1;
deny publish all;
application live {
live on;
record off;
}
}
}
step 6:- sudo ufw allow 1935/tcp
—————————————————————————————————-
Multicast RTMP Streaming Using VLC
Create RTMP Server with OBS and test on VLC media player.
use VLC to test multicast
vlc create rtmp streaming
Make RTMP server
Create RTMPserver
RTMP stream
RTMP stream stream with obs
RTMP stream with VLC
OBS RTMP VLC
Lan OBS RTMP VLC
Lan stream
How to setup RTMP streaming in OBS with local area network
Stream Videos and Music Over Local Network [using VLC]
Please take the opportunity to connect and share this video with your friends and family if you find it useful.