hlswatch
hlswatch copied to clipboard
keep track of hls viewer stats
Just wondering if there is a non-docker version of deployment/installation instruction? Honestly, I am not familiar with Docker and not familiar with GO. Already have an existing Nginx-rtmp system which...
``` Step 5/18 : WORKDIR /go/src/github.com/faryon93/hlswatch ---> Running in f24c57976c4f Removing intermediate container f24c57976c4f ---> ba967e993ae8 Step 6/18 : ADD ./ ./ ---> 4eebf9040f52 Step 7/18 : RUN go get...
Fixed on Issue #10 where the Nginx proxy is not passing real IP to hlswatch. This is fixed by making Nginx attach the original requester's IP to the X headers....
Is it possible to make the installation procedure simpler? For example, install with 1 bash / sh
hey, lunch main.go with go run -> result : 2019/05/22 15:01:03 using up to 8 cpu cores 2019/05/22 15:01:03 http is listening on 95.156.254.46:3000 but web browsing on port :3000...
Hello I have a problem with the installation of HLS Watch on my server. I am using a Debian server. When I run docker build -t faryon93 / hlswatch here...
I am trying to stream from two IP address but it is not accurate. I think what happened was that when I get the m3u8 file from Nginx and Nginx...
Hello, I’m running Nginx on windows server, the hls is working normally, how can I Install this library on it? Thank you