TheAntinormal

Results 4 comments of TheAntinormal

> What version of nodejs and typescript do you have? > > I'd advise you to use nodejs LTS (v14.17.1 i think), and update typescript as well ( `npm i...

Yes you can do it with the auth feature ;) Tell me if you need help understanding how it works !

I've found the solution .. if someone still need it, just tell me ^^

**The solution** : 1) **mediaroot: './media'** isn't a valid path, so the m3u8 and dash weren't written and you couldn't access it. ==> Change to mediaroot: 'C:/{path}/{to where you want...