arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.37k stars 3.51k forks source link

Why doesn't it work :( ? #901

Open ghost opened 7 years ago

ghost commented 7 years ago

My config for app: `rtmp { server { listen 1935; chunk_size 4096;

            application live {
                    live on;
                    record off;
            }
    }

}` If I play RTMP stream I have error: https://kazpic.kz/vnR

akotulu commented 7 years ago

Why you have /app/live, it should be just /live