Nginx RTMP streaming is not reaching the RTMP endpoint
问题 I'm trying to redirect an RTMP streaming from my pc into Ngninx using the nginx-rtmp-module following the examples to redirect the stream into an Azure Media Service live event. But it won't detect the encoder. I'm using the following nginx.conf: events {} rtmp { server { listen 1935; chunk_size 4096; application live { live on; record off; push rtmp://d-myamsacc-usct.channel.media.azure.net:1935/live/x4t/x4t; } } } My OBS is configured to stream to rtmp://191.123.1.72/live with a stream key