2023

Monday, November 6, 2023

RTSP Security Camera Viewer


Working on an app to live stream four MJPEG preview streams from security cameras. Going to use WinForms on .Net Core.

Links to save for ideas about the app.

Really real full screen apps:

https://www.codeproject.com/Articles/16618/How-To-Make-a-Windows-Form-App-Truly-Full-Screen-a

RTSPClientSharp

https://github.com/BogdanovKirill/RtspClientSharp/issues/28

https://www.nuget.org/packages/RtspClientSharp

Accord-Net looked really cool, but doesn’t actually decode the video streams

https://github.com/accord-net/framework/blob/development/Samples/Video/Two%20Cameras/MainForm.Designer.cs

Didn’t want a VLC dependency (though it could be worse)

https://stackoverflow.com/questions/10280794/play-rtsp-stream-in-wpf-or-winforms