Hi, I was wondering if the Media Player SDK has support for RTSP over TLS. I know ffmpeg supports it (i have tested it with the full builds from gyan.dev), but when I run the WPF Media Player SDK .Net Demo I only get "Unable to find input file". Maybe your ffmpeg is not built with TLS support or the Media Player does not recognize the protocol rtsps://.
Best regards, Ola
Reply
Log in please
Login
I forgot it
Login
Do not have an account?
Register
5 Answers
Feb 04, 2022
Roman Miniailovagentwrote
Hi
I suggest using Video Capture SDK .Net and choosing LAV, FFMPEG, or VLC sources to check with your source. Our FFmpeg filter should play your source, and it's compiled with TLS support.
Feb 04, 2022
Ola Nygrenwrote
Great. I will try that.
Feb 04, 2022
Ola Nygrenwrote
Yes, is it looking good. Does it also work with 64-bit?