Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.45 KB

README.rst

File metadata and controls

51 lines (37 loc) · 1.45 KB

picam360-server

Introduction

This is video streaming web server software of picam360.

picam360-server is maintained and supported by OHMYDIGIFAB and developed in collaboration with a productive community of contributors.

License

picam360-server is distributed under the GPL License. See Copyright.txt for details.

Building picam360-server

Supported Platforms

  • Linux
  • Apple macOS

Building picam360-server from Scratch

UNIX/Mac OSX/

You need to have a C++ compiler (supporting C++11) and a cmake, a make installed. Run the cmake /path/to/CMakeList.txt in the source directory of picam360-server. You can use the --list option to see the supported options. You may use the --prefix=<install_prefix> option to specify a custom installation directory for picam360-server. You can run the cmake /path/to/CMakeList.txt from within the picam360-server source directory or any other build directory of your choice. Once this has finished successfully, run make and make install. In summary:

$ sudo apt-get install cmake nodejs npm
$ git clone https://github.com/picam360/perver.git
$ cd pserver
$ cmake . && make && sudo make install
$ pserver -f /path/your_great_video.pvf -w your_great_key