cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.21k stars 474 forks source link

Sample application for video streaming #485

Closed santhoshht closed 4 years ago

santhoshht commented 4 years ago

Hello,

I'm a newbie on video streaming. I searched sample implementation in /test folder.

My requirement is to securely stream video frames dynamically. Could you please provide any sample application which uses the libsrtp protocol used.

Thanks in advance.

pabuhler commented 4 years ago

Hi, libsrtp is a library that provides encryption for RTP packets, capturing media and encoding into RTP or streaming RTP packets over a network is out of the scope of this library.