mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-25 01:26:30 -05:00
Better formatting
This commit is contained in:
parent
2945159b41
commit
04dc5689eb
1 changed files with 5 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue