I have this task at work, to create a website, that will show stream from one of our IP cameras. I have looked everywhere and it seems like the only solutions are either paid, or you need some Linux server middleware to encode the RTSP stream. I do not want that, I would idealy want an opensource solution completely running inhouse.
HOWEVER I have installed DroidCam app on my android phone and turned it into an IP camera. When I put the phone's IP address into my PC browser it shows exactly what I need. A website with a running stream and some controls! I would practicaly need the exact same thing, but from a Wisenet IP camera.
Is there a way to display that stream on a website? I would prefer ASP .NET Core 2, but I can also do PHP.