This commit is contained in:
root 2025-10-01 11:21:36 +00:00
parent 11fbc6717a
commit 355544a560
3 changed files with 2 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@ -275,26 +275,16 @@ rtmp {
application " . $input_rtmp_mount . " {
live on;
drop_idle_publisher 10;
idle_streams off;
record off;
meta off;
wait_video on;
allow publish all;
deny play all;
allow play 127.0.0.1;
}
application shree {
live on;
drop_idle_publisher 10;
idle_streams off;
record off;
meta off;
wait_video on;
deny publish all;
allow publish 127.0.0.1;
allow play all;
" .
$rtmp_push
. "
@ -311,14 +301,9 @@ rtmp {
application shree {
live on;
drop_idle_publisher 10;
idle_streams off;
record off;
meta off;
wait_video on;
deny publish all;
allow publish 127.0.0.1;
allow play all;
" .
$rtmp_push
. "

View File

@ -1,7 +1,7 @@
sudo mkdir /etc/srt;
sudo apt update
sudo apt install -y vainfo intel-media-va-driver-non-free i965-va-driver-shaders ffmpeg nginx v4l-utils python3-pip php-fpm mpv libnginx-mod-rtmp alsa-utils vlan git zlib1g-dev
sudo pip3 install psutil
sudo pip3 install psutil --break-system-packages
dpkg -i srt-1.5.5-Linux.deb