Hi all!
I am doing a proyect with NGINX and OBS, and im getting crazy looking for this error
I am using my own server (Ubuntu 14.04.1 LTS ) and i configure NGINX with default cfg, adding this:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
exec ffmpeg -i rtmp://localhost/live/$name -threads 1 -c:v libx264 -profile:v baseline -b:v 350K -s 640x360 -f flv -c:a aac -ac 1 -strict -2 -b:a 56k rtmp://localhost/live360p/$name;
}
application live360p {
live on;
record off;
}
}
}
I hope you can help me with this!
Thanks so much!
Greetings
I am doing a proyect with NGINX and OBS, and im getting crazy looking for this error
I am using my own server (Ubuntu 14.04.1 LTS ) and i configure NGINX with default cfg, adding this:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
exec ffmpeg -i rtmp://localhost/live/$name -threads 1 -c:v libx264 -profile:v baseline -b:v 350K -s 640x360 -f flv -c:a aac -ac 1 -strict -2 -b:a 56k rtmp://localhost/live360p/$name;
}
application live360p {
live on;
record off;
}
}
}
I hope you can help me with this!
Thanks so much!
Greetings