-
Dear Media-library team,
I have configured my debian system to install the dpdk and media transport library.
I followed the build and run guide and can successfully create VF and bind vfio-pci to …
-
Hi,
I am using RTSP as input and MQTT as output in the pipeline. RTSP stream is simulated using vlc from the recorded video files. The input stream is received in the code using OpenCV. When I run …
-
I tried applying the patch from master on FFmpeg 6.0 but I get an error:
```
patch -p1 < master-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
Hunk #1 succeeded at 291 (offset 3 lines…
-
Hi!
I followed https://github.com/OpenVisualCloud/SVT-VP9/tree/master/ffmpeg_plugin to get ffmpeg with svt-vp9 working in an alpine linux container.
I used this dockerfile as base https://github.c…
-
This looks like its upstream I think, but in libavcodec, libsvt_hevc.c, line 571
.encode2 = eb_encode_frame,
doesn;t work because theyve changed FFCodec so tat it no longer has an enc…
-
Hello,
I am trying to use this library on Windows Server 2022.
To do so, I followed the steps described in https://github.com/OpenVisualCloud/Media-Transport-Library/blob/main/doc/build_WIN.md
a…
-
Running `./build.sh` fails on Ubuntu 22.04 with this erorr:
> [96/99] Compiling C object RxSt20TxSt20SplitFwd.p/sample_rx_st20_tx_st20_split_fwd.c.o
FAILED: RxSt20TxSt20SplitFwd.p/sample_rx_st20_t…
-
I‘ve got some problem trying to use SvtHevcEncApp for a 8K yuv sample’s coding. It reported that “allocate memory failed…Could not allocate enough memory for channel 1”
My project is under win10 and …
-
``` bash
21:18:06 Warning: We will not accept any issues lacking any form of logs or logs.zip!
21:18:06
Starting 64bit compilation of all tools
Imported options from ffmpeg_options.txt…
-
If I call the build script with -ffmpeg-git-checkout-version=n5.0 or any greater ffmpeg version the build fails with the following error:
Unknown option: "--enable-libsvthevc".
According to the …