1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Update nginx.conf

mp3 is not what rtmp-nginx page recommends , but mp3 does work as expected.
If issues happens , then the default option should be .audio.flv
This commit is contained in:
akhilleusuggo 2021-04-29 20:15:49 +03:00 committed by GitHub
parent be28e167a9
commit 1b39617697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,16 @@ worker_processes 1;
# record_notify on;
# record_max_size 2048M;
# record_suffix -%d-%b-%y-%T.flv;
###If live-stream is over 30FPS and you want to limit it to 30FPS recording to light the encoding task #record_max_frames 30;
# record_max_frames 30;
#}
### Record Audio Separately ( For podcast )
#recorder audio {
# record audio;
# record_path /var/www/tmp;
# record_max_size 1024M;
# record_suffix -%d-%b-%y-%T.mp3;
#}
}