All Projects → illuspas → Nginx Rtmp Win32

illuspas / Nginx Rtmp Win32

Licence: bsd-2-clause
Nginx-rtmp-module Windows builds.

Labels

Projects that are alternatives of or similar to Nginx Rtmp Win32

scalaui
Scala Native GUI framework based on libui
Stars: ✭ 56 (-93.44%)
Mutual labels:  win32
Workspacer
a tiling window manager for Windows
Stars: ✭ 486 (-43.09%)
Mutual labels:  win32
Jdupes
A powerful duplicate file finder and an enhanced fork of 'fdupes'.
Stars: ✭ 790 (-7.49%)
Mutual labels:  win32
simple-opengl-loader
An extensible, cross-platform, single-header C/C++ OpenGL loader library.
Stars: ✭ 71 (-91.69%)
Mutual labels:  win32
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (+367.68%)
Mutual labels:  win32
Sigma coding youtube
This is a collection of all the code that can be found on my YouTube channel Sigma Coding.
Stars: ✭ 611 (-28.45%)
Mutual labels:  win32
XScreenSaverWin
XScreenSaver for Windows
Stars: ✭ 76 (-91.1%)
Mutual labels:  win32
Xtd forms
Modern c++17 library to create native gui for Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 25 (-97.07%)
Mutual labels:  win32
Wubi Lex
WIN10系统自带五笔的码表与短语词库安装、管理工具( 可将五笔替换为郑码等其他形码输入法 ),并可增强微软五笔的设置、热键等功能。 发布后的软件仅890KB, 只要一个EXE文件( 绿色免安装 )。软件已自带五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、昱琼词库、海峰词库等。甚至自带了郑码大词库、可以一键把微软五笔替换为郑码输入法。
Stars: ✭ 385 (-54.92%)
Mutual labels:  win32
Sumatrapdf
SumatraPDF reader
Stars: ✭ 7,462 (+773.77%)
Mutual labels:  win32
wcecl
Allows to run Windows CE applications on Windows!
Stars: ✭ 54 (-93.68%)
Mutual labels:  win32
Photodemon
A free portable photo editor focused on pro-grade features, high performance, and maximum usability.
Stars: ✭ 356 (-58.31%)
Mutual labels:  win32
Walk
A Windows GUI toolkit for the Go Programming Language
Stars: ✭ 5,813 (+580.68%)
Mutual labels:  win32
programming-windows-5th-edition
Unofficial source code repo for Charles Petzold's Programming Windows 5th Edition.
Stars: ✭ 28 (-96.72%)
Mutual labels:  win32
Mt
tlock, RWMUTEX, Collab, USM, RSem and other C++ templates for Windows to provide read/write mutex locks, various multithreading tools, collaboration, differential updates and more
Stars: ✭ 18 (-97.89%)
Mutual labels:  win32
dllhook
A tool for hooking Windows applications and jumping to your Python code with the injected Python interpreter
Stars: ✭ 20 (-97.66%)
Mutual labels:  win32
Swift Win32
A Win32 application framework for Swift
Stars: ✭ 586 (-31.38%)
Mutual labels:  win32
Vst3sdk
VST 3 Plug-In SDK
Stars: ✭ 853 (-0.12%)
Mutual labels:  win32
Glbind
Single file OpenGL API loader.
Stars: ✭ 23 (-97.31%)
Mutual labels:  win32
Windows 10 Toast Notifications
Python library to display Windows 10 Toast Notifications
Stars: ✭ 672 (-21.31%)
Mutual labels:  win32

nginx-rtmp-win32

  • Nginx: 1.14.1
  • Nginx-Rtmp-Module: 1.2.1
  • openssl-1.0.2p
  • pcre-8.42
  • zlib-1.2.11

dev分支说明

在1.2.1基础上做一些小修改,原版请用master分支

configure arguments

nginx version: nginx/1.14.1
built by cl 18.00.40629 for x86
built with OpenSSL 1.0.2p  14 Aug 2018
TLS SNI support enabled
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-pat
h=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-te
mp-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.42 --with-zlib=objs/lib/zlib-1.2.11 --with-select_module --with-http_v2_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 --wit
h-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --wit
h-http_auth_request_module --with-http_random_index_module --with-http_secure_li
nk_module --with-http_slice_module --with-mail --with-stream --with-openssl=objs
/lib/openssl-1.0.2p --with-openssl-opt=no-asm --with-http_ssl_module --with-mail
_ssl_module --with-stream_ssl_module --add-module=objs/lib/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 源码在此:https://github.com/NodeMedia/NodeMediaDevClient

H265

支持ID=12的h265流,需要客户端支持.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].