Better formatting

This commit is contained in:
Brandon Rozek 2020-05-26 00:26:15 -04:00
parent 2945159b41
commit 04dc5689eb

View file

@ -16,7 +16,11 @@ OBS has two different options, streaming and recording. Since I want the ability
We will use `ffmpeg` as our RTMP server
```bash
ffmpeg -hwaccel vdpau -fflags nobuffer -listen 1 -i rtmp://localhost:12345/live/app/ -f v4l2 /dev/video20
ffmpeg -hwaccel vdpau \
-fflags nobuffer \
-listen 1 \
-i rtmp://localhost:12345/live/app/ \
-f v4l2 /dev/video20
```
| Flag | Description |