A little script to serve Youtube / Twitch / Crunchyroll videos without storage it. Uses yt-dlp HTTP data throught Flask and dynamic URLs. We can use this dynamic URLs to set STRM files.
Since the administration page is not password protected and can be accessed by anyone who is able to receive the streams it might be a good idea from a security perspective to serve those on different ports and/or make the admin page password protected.
Also I personally don't really want to allow everyone to add or remove channels; just a select number of people.
If you want to I can look into that and create a pull request.
Since the administration page is not password protected and can be accessed by anyone who is able to receive the streams it might be a good idea from a security perspective to serve those on different ports and/or make the admin page password protected. Also I personally don't really want to allow everyone to add or remove channels; just a select number of people.
If you want to I can look into that and create a pull request.
Thanks a lot for the great project!