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 Jan 30, 2017 · 6 revisions

What command I need 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.

What packages I need to install on Ubuntu or Debian?

To build on Ubuntu or debian you need need to install following packages:

  • g++
  • cmake
  • qtbase5-dev
Clone this wiki locally