Files
FastDeploy/streamer/examples/video_decoder/cpp/README_CN.md
2023-01-28 21:55:12 +08:00

22 lines
408 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

简体中文 | [English](README_EN.md)
# FastDeploy Streamer Video Decoder Example
## 编译和运行
1. 需要先FastDeploy Streamer, 请参考[README](../../../)
2. 编译Example
```
mkdir build && cd build
cmake .. -DFASTDEPLOY_INSTALL_DIR=[PATH-OF-FASTDEPLOY-INSTALL-DIR]
make -j
```
3. 运行
```
# GPU解码gpu.yml或CPU解码cpu.yml
cp ../gpu.yml streamer_cfg.yml
./video_decoder
```