Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad config #115

Open
lukas085 opened this issue Nov 9, 2018 · 0 comments
Open

Bad config #115

lukas085 opened this issue Nov 9, 2018 · 0 comments

Comments

@lukas085
Copy link

lukas085 commented Nov 9, 2018

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' ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant