Provide the ability to watch an RTP stream from my security camera without requiring VLC media player.
- RtspClientSharp - an RTSP client implementation
- FFmpeg - an audio & video conversion
- NAudio - a .NET audio library
- DeviceID - unique identifier generation based on computer hardware
- Newtonsoft.Json - a JSON serialisation library
.Net Framework 4.8
It's good enough for what I need right now, here are some of the things I would change about it.
- Allow for multiple streams to run simultaneously
- Use .Net Core if possible, although I had issues calling ffmpeg from it
- Use a different UI such as WPF or UWP
