Skip to content

Configuring NGINX and NGINX Plus as a Web Server #888

@aunglinnaing749

Description

@aunglinnaing749

rtmp {
server {
listen 1935;
chunk_size 4096;

    application live {
        live on;
        hls on;
        hls_path /tmp/hls;
        hls_fragment 3;
    }
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcommunityIssues or pull requests started by community members

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions