Skip to content

hannaeko/pauney-tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PauneyTV

Features :

  • vod recording on the server
  • multi-resolution support (currently : source, 720p, 360p)
  • adaptative streaming to the client
  • webchat via IRC

The docker file is based on the work of https://github.com/LoicMahieu/alpine-nginx/ .

Usage

docker build -t tv .
mkdir vod
docker run -d -p 8000:80 -p 1935:1935 -v "$(pwd)/vod":/data/vod tv

Set the streaming server on OBS to custom, the url to rtmp://localhost:1935/live and the streaming key to test. Then navigate with your browser to localhost:8000, done!

About

Simple streaming server configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published