首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > GStreamer管道图形性能现场可视化工具

GStreamer管道图形性能现场可视化工具

资 源 简 介

About This tool aims at grabbing and displaying performance indicators of a gstreamer pipeline to ease bottleneck debugging. How it works It displays performance indicators such as: * queue filling states * videorate statistics * plugin-relative time reference (using progressreport) How to use it Just place queues after elements you wish to track the status of, and the colors and statistics will help you understand what is happening. Example reasons of bad performance are: * stuck pipeline: an element is blocking the chain (which is often the case with display sinks without queues) * cpu is saturated (often encoding elements) In any case, it is advised to use queue and videorate right after your source. Screenshot How to install Dependancies: * gstream
VIP VIP
0.175651s