We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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;
}
`
What is wrong with 'application' ?
The text was updated successfully, but these errors were encountered: