Coder Social home page Coder Social logo

friman / nginx-rtmp-win32 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from illuspas/nginx-rtmp-win32

0.0 2.0 0.0 5.82 MB

Nginx-rtmp-module Windows builds.

License: BSD 2-Clause "Simplified" License

Nginx 3.15% JavaScript 12.45% HTML 36.63% XSLT 47.77%

nginx-rtmp-win32's Introduction

nginx-rtmp-win32

Nginx: 1.10.1
Nginx-Rtmp-Module: 1.1.7
openssl-1.0.2h
pcre-8.38
zlib-1.2.8

#configure arguments

--with-cc=cl --builddir=objs --with-debug --prefix= --conf-path=conf/nginx.conf \
--pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log \
--sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp \
--http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp \
--http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uwsgi_temp \
--with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.38 \
--with-zlib=objs/lib/zlib-1.2.8 --with-select_module --with-http_realip_module \
--with-http_addition_module --with-http_sub_module --with-http_dav_module \
--with-http_stub_status_module --with-http_flv_module --with-http_mp4_module \
--with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module \
--with-http_random_index_module --with-http_secure_link_module --with-http_slice_module \
--with-mail --with-stream --with-openssl=objs/lib/openssl-1.0.2h --with-openssl-opt=no-asm \
--with-http_ssl_module --with-mail_ssl_module --with-stream_ssl_module --with-ipv6 \
--add-module=../nginx-rtmp-module

使用方法

双击nginx.exe

简要说明

conf/nginx.conf 为配置文件实例
RTMP监听 1935 端口,启用live 和hls 两个application
HTTP监听 8080 端口,

  • :8080/stat 查看stream状态
  • :8080/index.html 为一个直播播放与直播发布测试器
  • :8080/vod.html 为一个支持RTMP和HLS点播的测试器

注意

不支持exec

直播测试工具

内置了一个方便测试的pc端推流于播放的工具 ![img] [img]:https://github.com/NodeMedia/NodeMediaDevClient/raw/master/QQ20160310-0.png 源码在此:https://github.com/NodeMedia/NodeMediaDevClient

另一个选择(experimental)

Simple-Rtmp-Server-win32 https://github.com/illuspas/srs-win32

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.