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;
}
}
}
-
13:43
Cooking with Gruel
2 days agoCreamy Saffron Risotto
74.1K20 -
18:38
DeVory Darkins
23 hours ago $3.38 earnedTrump Makes HUGE Announcement that may spark GOP Battle
51.3K72 -
2:13:05
The Nerd Realm
8 hours ago $2.57 earnedNew Years Eve! Fortnite Hunters w/ YOU! Creator Code: NERDREALM
40.2K3 -
LIVE
FusedAegisTV
1 day agoNYE Eve! - 2025 Incoming 🎉 - 12hr Variety Stream!
1,001 watching -
1:18:52
Awaken With JP
11 hours agoSomehow The World DIDN’T End This Year! - LIES Ep 72
126K67 -
1:19:34
Michael Franzese
9 hours agoWhat 2024 Taught Us About the Future?
106K26 -
1:48:09
The Quartering
10 hours agoBird Flu PANIC, Sam Hyde DESTROYS Elon Musk & Patrick Bet David & Woke Witcher?
115K68 -
4:47
SLS - Street League Skateboarding
3 days agoLiz Akama’s 2nd Place Finish at SLS Tokyo 2024 | Best Tricks
46.6K3 -
4:06:54
LumpyPotatoX2
9 hours agoHappy New Year Rumble ! - #RumbleGaming
33.2K -
10:37
One Bite Pizza Reviews
1 day agoBest of Barstool Pizza Reviews 2024
59.8K32