mlsmithjr / transcoder

Python wrapper for ffmpeg for batch and/or concurrent transcoding
GNU General Public License v3.0
117 stars 27 forks source link

how can read rtsp stream with cuda? #6

Closed junedgar closed 5 years ago

junedgar commented 5 years ago

Hi, thank you for your great work! I am newer for ffmpeg. Can you give me some advice about how can I read rtsp stream in python with hardware acceleration?

mlsmithjr commented 5 years ago

I'm not familiar with it, but you might try https://pypi.org/project/rtsp/

On Tue, Aug 27, 2019 at 11:22 PM junedgar notifications@github.com wrote:

Hi, thank you for your great work! I am newer for ffmpeg. Can you give me some advice about how can I read rtsp stream in python with hardware acceleration?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mlsmithjr/transcoder/issues/6?email_source=notifications&email_token=AAHRMTFED335ZIYTGVIBKFLQGXVPPA5CNFSM4IQXXN72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHZ4RLA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHRMTFMYV57R67FRTI2YN3QGXVPPANCNFSM4IQXXN7Q .

junedgar commented 5 years ago

@MarshallSmithJr thank you for your reply!