1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

vlc: playing video from the web (#4136)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
Jacob Hrbek 2020-07-01 11:34:49 +02:00 committed by GitHub
parent 9aa5907281
commit 3280802034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,3 +18,7 @@
- Play repeatedly:
`vlc --loop {{path/to/file}}`
- Play video from a URL:
`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`