faryon93 / hlswatch

keep track of hls viewer stats
GNU General Public License v3.0
49 stars 9 forks source link

go run main.go issue #13

Open alitavakoli91 opened 5 years ago

alitavakoli91 commented 5 years ago

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 didn't show any content on my target Capture

and when run index.m3u8 server result : 2019/05/22 15:01:28 invalid hls url requested: /index.m3u8

how can i use currently run this project for show my hls count of viewer ? Thanks