# 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