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

add forward_auth to redirect parameters from source to target with push #1657

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

younes200
Copy link

@younes200 younes200 commented Jan 11, 2022

Add forward_auth to allow push stream with attached authentification.

Example :

worker_processes auto;
rtmp_auto_push on;
rtmp_auto_push_reconnect 1s;
events {}
rtmp {
    server {
        listen 1935;
        listen [::]:1935 ipv6only=on;
        chunk_size 4096;

        application live {
            live on;
            record off;
            push rtmp://127.0.0.1:19350/live;
            forward_auth on;
        }
        
    }
}

Related issue #920

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

Successfully merging this pull request may close these issues.

1 participant