Last active
April 15, 2020 14:14
-
-
Save leandromoreira/60714b724ad10eec6b5664ee13bf062c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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