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
177 stars 3 forks source link

[Question]: multiple RTSP streams #40

Open lavrenkov-sketch opened 1 year ago

lavrenkov-sketch commented 1 year ago

Issue guidelines

Issue Checklist

Describe your Question

Hi, could you share an example of how to work with multiple RTSP streams and cv2.imshow() for example using threading. My experiments end up with only 1 thread running

Terminal log output(Optional)

No response

Python Code(Optional)

No response

DeFFcode Version

0.2.5

Python version

3.11

Operating System version

Ubuntu 23.04

Any other Relevant Information?

No response

abhiTronix commented 1 year ago

@lavrenkov-sketch Multiple Source Inputs support is still in development. Thanks for bringing this to my attention, I'll try to work on it in upcoming version.