I have a device with an RTSP stream that I can consume using the VLC media player. When connected, VLC says the stream says this about the current media info/codec:
Type: Video Codec: Motion JPEG Video (MJPG) Resolution: 352x240 Decoded format: Planar 4:2:0 YUV full scale
I have attempted to use the WPF MediaKit ( https://wpfmediakit.codeplex.com/ ) but it does not like the protocol. The error it returns is 'The specified protocol is unknown.'
What other ways are there to consume this stream and display it in a WPF app?