mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00

* update streamer readme * update streamer readme * update streamer readme * update streamer readme * update streamer readme
21 lines
341 B
Markdown
21 lines
341 B
Markdown
English | [简体中文](README_CN.md)
|
|
|
|
# FastDeploy Streamer Video Decoder Example
|
|
|
|
## Build and Run
|
|
|
|
1. Build FastDeploy Streamer first, [README](../../../)
|
|
|
|
2. Build Example
|
|
```
|
|
mkdir build && cd build
|
|
cmake .. -DFASTDEPLOY_INSTALL_DIR=[PATH-OF-FASTDEPLOY-INSTALL-DIR]
|
|
make -j
|
|
```
|
|
|
|
3. Run
|
|
```
|
|
cp ../streamer_cfg.yml .
|
|
./video_decoder
|
|
```
|