https://github.com/coloryr/ffclient
https://github.com/coloryr/ffclient
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coloryr/ffclient
- Owner: Coloryr
- License: gpl-3.0
- Created: 2024-04-11T00:45:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T01:41:54.000Z (almost 2 years ago)
- Last Synced: 2025-07-26T03:53:09.516Z (11 months ago)
- Language: C
- Homepage:
- Size: 217 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFClient
使用FFMPEG解码后通过内存共享方式传输图像
FFClient.Avalonia 为MIT协议
FFClient 为GPlv3协议
## 构建方法
自行准备6.1的ffmpeg,SDL2,构建ffclient
需要修改cmakelists中的,为你自己的路径
```
set(FFMPEG_PATH "E:/environment/ffmpeg-n6.1-latest-win64-gpl-shared-6.1")
set(SDL_PATH "E:/environment/SDL2")
```
然后复制dll运行库到ffclient文件夹下

## Avalonia结合
`VideoSource` 视频地址
`ClientPath` ffclient所在路径