Is it possible to add a webcam stream?

how can i (if possible) keep the stream from "timing out"? seems like sometimes it lasts a week sometimes a day....
using windowspc based version (not using docker)

https://s65.ipcamlive.com/streams/416bsldrj3mkqndbo/stream.m3u8

https://s65.ipcamlive.com/streams/418mnybaipzdeut6k/stream.m3u8

IPCamLive urls are not persistent and require a key that gets cycled. If you're just copying them from a web page, they will expire.

I built a project that tries to mitigate this. It takes the identifier of the web cam you want, and redirects the request to the proper video stream. This way it's always correct and fresh.

Using this, you'd just use the URL structure of the project as your custom channel's stream URL. So it would be:

http://$IP:$PORT/stream/ipcamlive/6495b042d1523

Where $IP and $PORT are the IP address and port of the hosted project.