Skip to content

http-flv pull failed #1

@peterjerry

Description

@peterjerry

http-flv pull failed. config as follows:

_http {
include mime.types;
default_type application/octet-stream;

sendfile        on;

keepalive_timeout  65;

server {
    listen       80;

    location / { 
        root   /var/www;
        index  index.html index.htm;
    } 
     
    error_page   500 502 503 504  /50x.html;
    location = /50x.html {
        root   html;
    }
    
    location /live {
        flv_live on;
        chunked  on;
    }
}

}

rtmp_auto_push on;
rtmp_auto_push_reconnect 1s;
rtmp_socket_dir /tmp;

rtmp {
out_queue 4096;
out_cork 8;
max_streams 64;

server {
    listen 1935;

    application myapp {
        live on;
        gop_cache on;

        pull rtmp://live.hkstv.hk.lxdns.com/live/hks;

        on_play http://127.0.0.1:8080/on_play;
        #record all;
        #record_path /tmp;
        #record_suffix -%d-%b-%y-%T.flv;
    }
}

}_

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