[Streamer] Build without deepstream, add CPU decoder (#1178)

build without deepstream
This commit is contained in:
Wang Xinyu
2023-01-28 21:55:12 +08:00
committed by GitHub
parent 2e8632ce37
commit 17cae379c8
10 changed files with 38 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ make -j
3. 运行
```
cp ../streamer_cfg.yml .
# GPU解码gpu.yml或CPU解码cpu.yml
cp ../gpu.yml streamer_cfg.yml
./video_decoder
```

View File

@@ -15,6 +15,7 @@ make -j
3. Run
```
cp ../streamer_cfg.yml .
# GPU decoding(gpu.yml) or CPU decoding(cpu.yml)
cp ../gpu.yml streamer_cfg.yml
./video_decoder
```

View File

@@ -0,0 +1,17 @@
app:
type: video_decoder
enable-perf-measurement: true
perf-measurement-interval-sec: 5
uridecodebin:
uri: file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_ride_bike.mov
videoconvert:
capsfilter:
caps: video/x-raw,format=(string)BGR
appsink:
sync: true
max-buffers: 60
drop: false