Skip to content

portl4t/nginx-rtmp-imitate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-rtmp-imitate

Description

Based on nginx-rtmp-module, flush the rtmp stream which is read from file to the player.

Example

rtmp {
    chunk_size 40960;

    server {
        listen 1935;

        application myapp {
            live on;
            imitate_fname /xxx/1.rtmp;      # raw rtmp data, start from onMetaData
        }
    }
}

About

NGINX-based RTMP Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • XSLT 3.0%