Is there a way to play the rtsp: // stream in WPF (or, alternatively, WinForms)?
I tried MediaElementand MediaUriElementand none of them worked. I also read a lot about how WMP can play rtsp (which should also translate to MediaElement), but in fact WMP does not play it on Windows 7 x64. I saw this one , but I hope this is not a definite answer.
Is this something related to the video codec used?
VLC plays rtsp stream just fine.
I am looking for a WPF or WinForms component or an alternative solution.
source
share