Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Last active April 15, 2020 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leandromoreira/60714b724ad10eec6b5664ee13bf062c to your computer and use it in GitHub Desktop.
Save leandromoreira/60714b724ad10eec6b5664ee13bf062c to your computer and use it in GitHub Desktop.
# make sure you have docker
git clone https://github.com/leandromoreira/nott.git
cd nott
git checkout 1.0.2
# in a tab
make run
# wait until the platform is up and running
# and in another tab run
make broadcast_tvshow
# ^ for linux users you use --network=host and your
# IP instead of this docker.for.mac.host.internal
# for windows user I dunno =(
# but you can use OBS and point to your own machine
# open your browser and point it to http://localhost:8080/app
# observe the metrics in the network console window
# or even our custom hls manifest
# try to play our stream in clappr.io/demo/ it won't do it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment