This commit is contained in:
Daniel Flanagan 2022-06-24 23:26:24 -05:00
parent 744988fc29
commit 09b8c3b1a8
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ ffmpeg -i 'rtsp://admin:pass@10.0.0.104' -vn \
-hide_banner -loglevel error -f mp3 - \
| netcat localhost 7517 &
vlc 'tcp://localhost:7518'
cvlc 'tcp://localhost:7518'
```