Skip to content

Instantly share code, notes, and snippets.

View matrixdekoder's full-sized avatar

Matrix Decoder matrixdekoder

View GitHub Profile
@matrixdekoder
matrixdekoder / 0-win10-live-stream-server.txt
Created March 5, 2019 21:25 — forked from unitycoder/0-win10-live-stream-server.txt
Setting up Live Video Stream Server on Windows 10 (RTPM + HLS + OBS)
from http://zqdevres.qiniucdn.com/data/20170907091103/index.html
- download ngingx with RTPM module http://nginx-win.ecsds.eu/download/ *nginx 1.7.12.1 Lizard.zip
- unzip
- create start.bat script
@echo off
title Start Stream
cd /d "C:\nginx"
start nginx
exit