ffplay connect to SRTP (secure RTSP or RTSPS) IP Cam stream

367 Views Asked by At

Is it possible to connect to SRTP (secure RTSP or RTSPS) IP Cam stream via ffplay?

I have Axis camera with RTSPS enabled and running on port 322.

So far I have connected to non-secure RTSP stream using this command:

ffplay -rtsp_transport tcp -i "rtsp://username:[email protected]/axis-media/media.amp"

How to connect to secured RTSPS?

0

There are 0 best solutions below