-
##### FFmpeg-Webrtc Ubuntu编译
```shell
1、首先编译metartc相关包
cd ffmpeg-webrtc/FFmpeg-n4.3.3/metartc6/metartc6
cd libmetartccore6
# cmake_x64会自动创建build文件夹
./cmake_x64.sh
…
-
Unable to load Jpg files with the extension.
I believe this is a problem with the extension as PNG and WEBP image file types do load but may be an encoding issue that this extension can't handle? T…
-
I'm trying to get QTGMC deinterlacing working on linux which requires a bit of work.
I've installed the arch linux package avisynth-plugin-tivtc-git and if I run the following script:
```
LWLib…
TRPB updated
4 months ago
-
Is it possible using the PSDK to retrieve the video stream from the DJI camera and play it on the platform using fflpay or stream it to an RTMP server using ffmpeg ?
-
`FFmpegMediaSource.CreateFromUriAsync` always throws unspecified error if there is something wrong:
```
System.Exception: Unspecified error (Exception from HRESULT: 0x80004005)
```
It might be…
-
![Uploading 1.png…]()
10:06:05 INFO 开始读取 {"流": "34020000001320000001/34020000001320000001", "id": 1, "类型": "HDLSubscriber", "ID": "127.0.0.1:35354", "轨道": "h264", "mode": 0}
10:06:0…
-
### Is this a new report?
Yes
### System Info
Void 6.6.52_1 x86_64 AuthenticAMD uptodate rrmFFFFFFFFFFFFFFFFFFFFFFFF
### Package(s) Affected
ffmpeg6-6.1.2_2
### Does a report exist for this bug …
-
1. I'm add some code to enable multi spatial layer before ```InitializeExt(s->encoder, ¶m)``` in libopenh264enc.c , if not add this code , it's can play, but has't multi spatial layer:
```c++
…
wmlgl updated
12 months ago
-
ff_ffplay.c我引用了libavformat/http.h,就编译不通过,说找不到http.h
ff_ffplay.c中引用的头文件如下就没有问题,但我在ff_ffplay.c目录下并找不到libavutil和libavformat文件夹,
#include "libavutil/avassert.h"
#include "libavutil/time.h"
#include "l…
-
I'm trying to decode the stream preview GoPro Hero4. This is the command i use with FFPlay:
`ffplay -fflags nobuffer -f:v mpegts udp://192.168.1.255:8554`
and it runs like a charm.
I'm the vanilla exa…