Skip to content

Instantly share code, notes, and snippets.

View bysorry's full-sized avatar

Andrew Platt bysorry

  • Utah
View GitHub Profile
@bysorry
bysorry / 0-win10-live-stream-server.txt
Created January 23, 2020 20:34 — 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