WebRTC audio/video call and conferencing server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Simon Eisenmann f029d3969a Merge pull request #35 from fancycode/styleshint 11 years ago
build Initial public release. 12 years ago
debian Prepare for 0.17.5 release. 11 years ago
doc Fixed example plugin to use the latest API. 11 years ago
html Rearange overlaybar styles to scss. 11 years ago
src Only check styles syntax using new "styleshint" target. 11 years ago
static Fixed a load of Javascript syntax errors found with jshint. 11 years ago
.gitignore Build fonts. 11 years ago
.gitmodules Get rid of submodule and directly added sleepy milestone1. 11 years ago
.travis.yml Use latest node. 11 years ago
AUTHORS Added Evan to AUTHORS. 11 years ago
LICENSE Initial public release. 12 years ago
Makefile Added target "styleshint" to check syntax of .scss files. 11 years ago
README.md Use latest node. 11 years ago
server.conf.in Added more text and translated to German. 11 years ago
spreed-speakfreely-server Added configration for maxfd and automatically use the numer of cpus for GOMAXPROCS per default. 12 years ago

README.md

Spreed Speak Freely

The latest version of Spreed Speak Freely can be found on GitHub:

https://github.com/strukturag/spreed-speakfreely

Build prerequisites

Building

Build Status

Go, Sass and NodeJS need to be in your $PATH.

$ make

Build seperately

Get Go external dependencies first with make get.

$ make styles
$ make javascript
$ make binary

Server startup

spreed-speakfreely-server [OPTIONS]

Options

-c="./server.conf": Configuration file.
-cpuprofile="": Write cpu profile to file.
-h=false: Show this usage information and exit.
-l="": Log file, defaults to stderr.
-memprofile="": Write memory profile to this file.
-v=false: Display version number and exit.

An example configuration file can be found in server.conf.in.

Usage

Connect to the server URL and port with a web browser and the web client will launch.

In place start for development

Copy the server.conf.in to server.conf.

Build styles, javascript and binary using make. Then run ./spreed-speakfreely-server

The server runs on http://localhost:8080/ per default.

HTML changes and Go rebuilds need a server restart. Javascript and CSS reload directly.

Production use

Spreed Speak Freely should be run through a SSL frontend proxy with support for Websockets. Example configuration for Nginx can be found in doc/NGINX.txt.

In addion for real work use one also needs a STUN/TURN server configured with shared secret support.

See https://code.google.com/p/rfc5766-turn-server/ for a free open source TURN server implementation. Make sure to use a recent version (We recommend 3.2). Versions below 2.5 are not supported.

Contributing

  1. "Fork".
  2. Make a feature branch.
  3. Make changes.
  4. Do your commits (run make fmt before commit).
  5. Send "pull request".

License

Spreed Speak Freely uses the AGPL license, see our LICENSE file.