Closed ewertonhm closed 5 years ago
Hello,
I didn't test Facebook live, but from what I see, the RTMP URL is this: rtmp://live-api-a.facebook.com:80/rtmp/
So you should do something like that instead: push rtmp://live-api-a.facebook.com:80/rtmp/2415039085192327?s_ps=1&s_sw=0&s_vt=api-s&a=AbwIId-qcTTVEkLA;
yes, my mistake, forget the /rtmp/
https://i.imgur.com/RsfF3jC.png
it seens to be ok, but nothing show on my facebook live, here is my .conf:
`#user nobody; worker_processes 1;
error_log logs/error.log debug; error_log logs/error.log notice; error_log logs/error.log info; pid logs/nginx.pid;
events { worker_connections 1024; }
http { include mime.types; default_type application/octet-stream;
}
rtmp { server { listen 1935; chunk_size 8192;
}`