Questions tagged [srtp]

4 questions
1
vote
0 answers

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

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…
Lopuch
  • 664
  • 2
  • 5
  • 20
1
vote
1 answer

OR pattern with F# SRTP constraints is interpreted as AND

I'm wondering why the |, "or" pattern in a SRTP context in my function doThingsWithOrProps isn't working as expected below, aka it should be able accept a type that has either a property PropA or another property PropB, but it is interpreted as an…
Natalie Perret
  • 8,013
  • 12
  • 66
  • 129
0
votes
0 answers

How to get master secret from an SSLEngine after handshake?

Is it possible to get the master key (secret) after the SSEngine has complete the handshake? I use the TLS handshake of a DTLS connection to get the keys for an SRTP data.
Horcrux7
  • 23,758
  • 21
  • 98
  • 156
0
votes
0 answers

Why does FreeSWITCH need to open non-secure port for SIPS/SRTP to work?

I configure the FreeSwitch's external profile with and successfully setup a soft-phone client to make a fully secure connection to the FreeSwitch server (with signals over SIPS and voices over SRPT). If I…
Dev
  • 151
  • 2
  • 9