Secure Video Streaming with Axis Cameras #58
-
Hello, we've developed an ONVIF plugin primarly for AXIS cameras in C# under Windows for our application which works as expected. Now we've to implement a secure video streaming and for newer AXIS devices there is the option to use now the stream But our app uses live555 (which is also the rtsp-client in VLC) the streaming fails: We've the same problem with ffme (test with ffplay) or Mplayer. Also using the C# lib RtspClientSharp with this test program:
failed with the output:
Question: How to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Additional information with the output from our application (at first using port 322, which is not working and then using the default port rtsp port 554):
As you can see: |
Beta Was this translation helpful? Give feedback.
-
Hi @burpet! I don't know much about RTSPS, but I'll see what I find. The problem here is that we haven't pinned down the issue, that it possibly isn't a configuration issue. I'll see if anyone here has encountered this issue before, if not I won't be able to help you. |
Beta Was this translation helpful? Give feedback.
-
I've talked to the team responsible and found that RTSPS is something we unfortunately don't support on |
Beta Was this translation helpful? Give feedback.
I've talked to the team responsible and found that RTSPS is something we unfortunately don't support on
onvif-media
.