mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +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:
parent
be28e167a9
commit
1b39617697
1 changed files with 11 additions and 1 deletions
|
@ -35,6 +35,16 @@ worker_processes 1;
|
||||||
# record_notify on;
|
# record_notify on;
|
||||||
# record_max_size 2048M;
|
# record_max_size 2048M;
|
||||||
# record_suffix -%d-%b-%y-%T.flv;
|
# 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;
|
||||||
#}
|
#}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue