I have a windows application that consumes streams from IP-Cameras. Currently I am using WebEye, an open-source component that uses ffmpeg under the hood. I now want to connect to an AXIS IP-Camera which supports RTSPS (RTSP over SSL/TLS). Since WebEye doesn't support RTSPS directly I was hoping that I could get ffmpeg to do the job and adjust WebEye. Alternatively I would use any other Streaming-Library that supports viewing a secure RTSPS-stream on Windows, but I didn't come across any.
So, I guess my questions are:
Are there any Windows-Tools that supports RTSPS-Streams that I can use for reference/testing?Are there any libraries that I can use in my Windows-application to show the RTSPS-stream?Can I get ffmpeg and/or ffplay to play the RTSPS-Stream?Thanks in advance for the help!
Best Regards
Juergen