cinerum

command module
v0.0.0-...-b2b8d7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2018 License: MIT Imports: 2 Imported by: 0

README

cinerum

Dependencies
Preconfigure:
  • Run
dep ensure
  • Linux: Replace nginx.conf
To test
  • Run nginx (everytime reset computer)
    • Window: run nginx.exe in nginx-window folder
  • Run main.go from IDE or go run main.go
  • Visit http://localhost:3000 to get stream key in settings after logged in
  • Run ffmpeg to push stream:
ffmpeg -re -i [fileName] -strict experimental -c:v libx264 -preset veryfast -maxrate 3000k -bufsize 6000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv rtmp://localhost:1935/app/[streamKey]
TODO
  • Adjust chat box and player size
  • Improve video player UI
Credits and References

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL