Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.
Mārtiņš Možeiko edited this page Mar 11, 2017 · 6 revisions

What command to use for streaming video?

If you need to specify full path to executables and path contains space, you need to put quotes around it:

"C:\Program Files\VideoLAN\VLC\vlc.exe" -

For macOS and GNU/Linux simply omit the .exe file extension.

How to install deb file on Ubuntu or debian?

sudo dpkg -i rclone-browser_1.2-1_amd64.deb
sudo apt install -f -y

What packages to install on Ubuntu or Debian for building from source?

To build on Ubuntu or Debian install following:

sudo apt install g++ cmake qtbase5-dev