Skip to content

Bad config #115

Open
Open
@lukas085

Description

@lukas085

Hi,
I have config which works on nginx-rtmp installation. After install BLSS there is an error:

nginx: [emerg] "application" directive is not allowed here in /usr/local/nginx/conf/nginx.conf:66

There is part of my config where error occurs:
`
rtmp {
server {
listen 1935;
ping 30s;
notify_method get;
drop_idle_publisher 5s;
respawn_timeout 2s;

        application livepass {
        live on;
        record off;
        on_publish http://localhost:8080/auth.php;
        notify_method get;

        hls on;
        hls_fragment 10s;
        hls_playlist_length 30s;

        }

    }

}
`

What is wrong with 'application' ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Bad config · Issue #115 · gnolizuh/BLSS