-c:v
This commit is contained in:
parent
11fbc6717a
commit
355544a560
File diff suppressed because one or more lines are too long
|
|
@ -275,26 +275,16 @@ rtmp {
|
||||||
|
|
||||||
application " . $input_rtmp_mount . " {
|
application " . $input_rtmp_mount . " {
|
||||||
live on;
|
live on;
|
||||||
drop_idle_publisher 10;
|
|
||||||
idle_streams off;
|
|
||||||
record off;
|
record off;
|
||||||
meta off;
|
meta off;
|
||||||
wait_video on;
|
wait_video on;
|
||||||
allow publish all;
|
|
||||||
deny play all;
|
|
||||||
allow play 127.0.0.1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
application shree {
|
application shree {
|
||||||
live on;
|
live on;
|
||||||
drop_idle_publisher 10;
|
|
||||||
idle_streams off;
|
|
||||||
record off;
|
record off;
|
||||||
meta off;
|
meta off;
|
||||||
wait_video on;
|
wait_video on;
|
||||||
deny publish all;
|
|
||||||
allow publish 127.0.0.1;
|
|
||||||
allow play all;
|
|
||||||
" .
|
" .
|
||||||
$rtmp_push
|
$rtmp_push
|
||||||
. "
|
. "
|
||||||
|
|
@ -311,14 +301,9 @@ rtmp {
|
||||||
|
|
||||||
application shree {
|
application shree {
|
||||||
live on;
|
live on;
|
||||||
drop_idle_publisher 10;
|
|
||||||
idle_streams off;
|
|
||||||
record off;
|
record off;
|
||||||
meta off;
|
meta off;
|
||||||
wait_video on;
|
wait_video on;
|
||||||
deny publish all;
|
|
||||||
allow publish 127.0.0.1;
|
|
||||||
allow play all;
|
|
||||||
" .
|
" .
|
||||||
$rtmp_push
|
$rtmp_push
|
||||||
. "
|
. "
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
sudo mkdir /etc/srt;
|
sudo mkdir /etc/srt;
|
||||||
sudo apt update
|
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 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
|
dpkg -i srt-1.5.5-Linux.deb
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue