-
我是仿照mpi_dec_test.c里面的方法,将h264的视频采用不分帧的方式处理的,设置如下:
mpi_cmd = MPP_DEC_SET_PARSER_SPLIT_MODE;
param = &need_split;
ret = mpi->control(ctx, mpi_cmd, param);
if (MPP_OK != ret) {
…
-
Hi Ross!
In the configuration file documentation for `mpp-solar` it says:
> \# The section name needs to be unique
> \# There can be multiple sections which are processed sequentially without pau…
-
The MPP plugin builds jars for each module/subproject in a multi-project build. Intellij's JPS (IDE build system) uses classes. The latter is faster and scales better with more modules though requir…
-
CSA shouldnt need the IP address of the container for the installation... If we specify a Hostname that should be enough.
Deploying this docker container as is described, makes a configuration in wh…
-
Hi,
I set up the network with two I210 NIC. By running "sudo ./moongen-simple start load-latency:0:1:rate=1Mp/s", it seems to run normally, as shown in the first snippet as below. But if ",time=3m" …
-
## Enhancement
```
mysql> desc test;
+-------+---------+------+------+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------+---------+------+------+---------+-------+
|…
-
Heyhey @syssi,
I´ve got a MPI 15KW WP and currently use the python module https://github.com/jblance/mpp-solar/wiki.
As I got bunch of ESPHome stuff running and only want to ingest stuff into Home…
-
This [benchmark report](http://rpubs.com/lukego/205901) for single-core transmit ("packetblaster") over multiple Send Queues superceeds #1006. This is based on a new Snabb version that performs better…
-
大家好,遇到一个问题,usb摄像头mpp 走task模式解码出来给drm,半内部分配模式。一切都非常好,除了渲染出来的画面,静止的那一半区域很好,急剧变化的这一半区域有水波纹(应该就是撕裂),不知道该怎么解决。1080P,mjpeg,30帧。
试过一个线程下来,也就是usb读出来给mpp,task input 然后output都是阻塞,解码后通过fd/handle给drm(addfb2),都…
-
Hi,
I'm trying to saturate a XL710 Intel NIC with 64B packets. On a single core I manage to obtain 21Mpps (which is 11Gbps).
From your paper I understood that these NICs can get up to 22Gbps w/ 64B …