abhiTronix / vidgear

A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features :fire:
https://abhitronix.github.io/vidgear
Apache License 2.0
3.39k stars 255 forks source link

Add "rtsps" compatibility #384

Closed jonra1993 closed 7 months ago

jonra1993 commented 1 year ago

Brief Description

This add "rtsps" support. rtsp over TLS

Requirements / Checklist

Related Issue

Context

It adds TSL compatibility over RTSP already ffmpeg has this support. With this change it is able to handle this urls rtsps://localhost:8322/client1/camera2.

Types of changes

Screenshots (if available):

image

Before

image

After (It works)

image
codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4497fbb) 93.90% compared to head (21d2121) 85.76%. Report is 1 commits behind head on testing.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## testing #384 +/- ## =========================================== - Coverage 93.90% 85.76% -8.15% =========================================== Files 16 16 Lines 3169 3169 =========================================== - Hits 2976 2718 -258 - Misses 193 451 +258 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

abhiTronix commented 7 months ago

@jonra1993 Thanks for the PR,. But I've to close it, as you need to raise a Issue first and push changes. Also, push changes to dev branch as I'm currently working on it.