This website requires JavaScript.
Explore
Help
Sign In
crans
/
ansible
mirror of
http://gitlab.adm.crans.org/nounous/ansible.git
Watch
19
Star
0
Fork
You've already forked ansible
0
Code
Issues
Projects
Releases
Wiki
Activity
b84fcbf9ce
ansible
/
roles
/
nginx-rtmp
/
templates
/
rtmp.conf.j2
12 lines
125 B
Django/Jinja
Raw
Blame
History
rtmp
{
server
{
listen 1935;
chunk_size 4096;
application live
{
live on;
record off;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink