Premium Only Content

Setting Up Nginx with RTMP Streaming On a Raspberry Pi Complete Walkthrough 2024 #nginx #raspberrypi
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
worker_connections 766;
# multi_accept on;
}
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
interleave on;
hls off;
hls_path /tmp/hls;
hls_fragment 15s;
dash off;
dash_path /tmp/dash;
dash_fragment 15s;
allow publish 192.168.1.0/24;
deny publish all;
}
}
server {
listen 1936;
chunk_size 4096;
application RestreamRTMP {
live on;
record off;
interleave on;
hls off;
hls_path /tmp/hls;
hls_fragment 15s;
dash off;
dash_path /tmp/dash;
dash_fragment 15s;
push rtmp://live.twitch.tv/app/streamkey;
push rtmp://stream.dlive.tv/live/streamkey;
push rtmp://a.rtmp.youtube.com/live2/streamkey;
push rtmp://127.0.0.1:1940/rtmp/streamkey;
allow publish 192.168.1.0/24;
deny publish all;
}
}
server {
listen 1937;
chunk_size 4096;
application RestreamRTMP {
live on;
record off;
interleave on;
hls off;
hls_path /tmp/hls;
hls_fragment 15s;
dash off;
dash_path /tmp/dash;
dash_fragment 15s;
# push rtmp://or.pscp.tv:80/x/f1qn4v18yrbt;
push rtmp://127.0.0.1:1940/rtmp/streamkey
allow publish 192.168.1.0/24;
deny publish all;
}
}
}
-
0:49
Lilrex
3 months agoHow to Stop Windows Auto Restart On Updates
21 -
35:14
The Pascal Show
9 hours agoHE'S GONNA SUE COLDPLAY?! Astronomer HR Resigns & Ex-CEO Set To Sue Coldplay Over Kiss Cam Drama
856 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
285 watching -
19:18
DeVory Darkins
5 hours ago $22.72 earnedDemocrat non-profit SCAM EXPOSED as Trump OBLITERATES Newsom
30.8K53 -
23:58
Stephen Gardner
7 hours ago🔥Obama THROWS Adam Schiff under the bus to obstruct Trump!
22.5K102 -
38:44
The Why Files
4 days agoProject Ancient Arrow | The NSA's Secret War Against Our Future
59K73 -
2:36:06
Barry Cunningham
8 hours agoPRESIDENT TRUMP IS TRULY USHERING IN THE GOLDEN AGE OF AMERICA! CAN YOU FEEL IT?
109K44 -
3:47:25
SynthTrax & DJ Cheezus Livestreams
3 days agoFriday Night Synthwave 80s 90s Electronica and more DJ MIX Livestream 2K Celebration SPECIAL EDITION 530pm PST / 830pm EST
46.8K5 -
2:21:54
VapinGamers
5 hours ago $3.33 earnedDestiny 2 - Edge of Fate Legendary Run Part 3 - !rumbot !music
28.7K -
2:04:25
TimcastIRL
7 hours agoTrump DOJ Gives Ghislaine Maxwell Limited IMMUNITY As She Rats On 100+ People | Timcast IRL
234K170