Changes between Initial Version and Version 1 of restream


Ignore:
Timestamp:
Oct 13, 2016, 3:52:34 PM (8 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • restream

    v1 v1  
     1= Restream =
     2
     3Jitsi meetings are an excellent way to invite a handful of people to a web-based video conference. However, if more than a dozen or so people connect, the quality can start to degenerate. As a result, jitsi is not a useful way to broadcast a meeting to a lot of people.
     4
     5Restream allows us to take a jitsi meeting and send the video and audio to our icecast servers, which are designed to handle hundreds of simultaneous connections.
     6
     7This page documents how to use restream.
     8
     9The restream system is currently only available to MF/PL system administrators.
     10
     11== Setup ==
     12
     13First, ensure you have joined the jitsi meeting using the browser you intend to use for your own participation. This step ensures you are granted moderator rights.
     14
     15Next, login to dee.mayfirst.org as root:
     16
     17{{{
     18ssh root@dee.mayfirst.org
     19}}}
     20
     21Next, launch the stream specifying the final part of the jitsi URL. In other words, if your jitsi meeting is at https://meet.mayfirst.org/mfpl, you would specify "mfpl" as the only argument, e.g.:
     22
     23{{{
     24restream mfpl
     25}}}
     26
     27Then, check for the stream at: https://a.stream.mayfirst.org:8000/mfpl.webm
     28