abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
https://abhitronix.github.io/deffcode
Apache License 2.0
182 stars 4 forks source link

[Idea]: Add SRTP/RTSPS compatibility #50

Closed abhiTronix closed 3 months ago

abhiTronix commented 3 months ago

Issue guidelines

Issue Checklist

Describe your Idea

Adding support for SRTP/RTSPS or Secure RTSP streaming protocol.

Use Cases

This issue aimed at adding support for SRTP/RTSPS or Secure RTSP streaming, is protocol that is an extension of the RTSP/RTP protocol to encrypt the video frames and audio data. SRTP uses the same ciphers as HTTPS, typically AES with 128 bit key length. As AES uses a symmetric key, both the video producer and video consumer need to know the key.

Any other Relevant Information?

No response

abhiTronix commented 3 months ago

Successfully resolved in commit https://github.com/abhiTronix/deffcode/commit/b6ee94b2c0b9db95dbd600fbeb311701d8358b05