We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用test_gpu_decode_multi_processes.py脚本测试并发解码,最多只支持10路4K流 测试环境: Linux服务器,4090显卡 input_video_path:从一个流媒体拉取的一条实时流(4K, 25fps, 2M码率)(流媒体的输出能力足够,与bmf程序在同一个服务器上) num_processes:设置为10的时候,可以正常持续运行,设置为12的时候会随机有2~4路挂掉(timestamp=EOF)
input_video_path:换成720P的实时流时,num_processes设置为12路可以正常持续运行
测试过程中显存以及gpu使用率都充足
所以解码是在哪里有什么限制吗?感谢~
The text was updated successfully, but these errors were encountered:
试试本地文件呢 最多可以支持多少路 这个感觉可能还是带宽的问题,不仅仅是网络带宽 内存显存交换也有性能瓶颈
Sorry, something went wrong.
JackLau1222
No branches or pull requests
使用test_gpu_decode_multi_processes.py脚本测试并发解码,最多只支持10路4K流
测试环境:
Linux服务器,4090显卡
input_video_path:从一个流媒体拉取的一条实时流(4K, 25fps, 2M码率)(流媒体的输出能力足够,与bmf程序在同一个服务器上)
num_processes:设置为10的时候,可以正常持续运行,设置为12的时候会随机有2~4路挂掉(timestamp=EOF)
input_video_path:换成720P的实时流时,num_processes设置为12路可以正常持续运行
测试过程中显存以及gpu使用率都充足
所以解码是在哪里有什么限制吗?感谢~
The text was updated successfully, but these errors were encountered: