How to use pyav to manage multiple rtmp live audio streams in parallel? #1786
Unanswered
XIAO-FAN-5257
asked this question in
1. Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to simultaneously connect 100-200 RTMP live audio streams within a process. In addition, resampling (16000HZ) is also required. However, when I implement it, I find that there will be a large number of threads (5k-6k), which leads to a very slow stream pulling.
How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions