Add rtsp_client for testing ghost exec process

This commit is contained in:
Alex X
2024-06-05 20:00:41 +03:00
parent 9bb36ebb6c
commit e0b1a50356
3 changed files with 59 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
## Testing notes
```yaml
streams:
test1-basic: ffmpeg:virtual?video#video=h264
test2-reconnect: ffmpeg:virtual?video&duration=10#video=h264
test3-execkill: exec:./examples/rtsp_client/rtsp_client/rtsp_client {output}
```