Get Youtube's livestream information
http://url/:id/lowest- Get lowest quality videohttp://url/:id/highest- Get highest quality videohttp://url/:id/:quality- Get specific quality video (144, 240, 360, 720, 1080)
SERVER_PORTPort for HTTPUSE_HTTPS(default:0), Set it to1to use HTTPSHTTPS_KEY_FILE_PATHLocation to HTTPS key file (ex:/etc/letsencrypt/live/www.yourdomain.com/privkey.pem)HTTPS_CERT_FILE_PATHLocation to HTTPS cert file (ex:/etc/letsencrypt/live/www.yourdomain.com/fullchain.pem)HTTPS_SERVER_PORTPort for HTTPSUSE_PROXY(default:0), Set it to1to use HLSProxyPROXY_URLURL to connect to HLSProxy, If you run HLSProxy by command: (pm2 start npm --name "hlsd" -- start hls-proxy/bin/hlsd.js -- --host "www.yourdomain.com" --port 9991 --tls --tls-cert "/etc/letsencrypt/live/www.yourdomain.com/fullchain.pem" --tls-key "/etc/letsencrypt/live/www.yourdomain.com/privkey.pem", then you may set this to http://www.yourdomain.com:9991)