Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

English corrections for Architecture.md #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ All the voctomix scripts can be seen in `software/ansible/playbooks/roles/voctop

## Video streaming and recording

The voctops then forward the streams are forwarded to the main restreamer at scaleway and the backup, from the streamed-out H.264 UDP stream, using the `streamcast.sh` and `streamcast_backup.sh` scripts.
The voctop then forwards the H.264 UDP stream to the main restreamer at scaleway and the backup, using the `streamcast.sh` and `streamcast_backup.sh` scripts.

The recordings of the final material are done on the main restreamer and the backup. In addition, all udp multicast streams (the single streams from every video box as well as the merged stream per room) are also dumped on two separate laptops with the ansible role `stream-dumper`.
The recordings of the final material are done on the main restreamer and the backup. In addition, all UDP multicast streams (the single streams from every videobox as well as the merged stream per room) are also dumped on two separate laptops with the ansible role `stream-dumper`.

The main restreamer is nginx with the RTMP module (https://github.com/arut/nginx-rtmp-module) and receives the streams via RTMP. It makes there the primary recordings and server HLS to the caching servers.
The main restreamer is nginx that receives streams via RTMP (https://github.com/arut/nginx-rtmp-module). It stores primary recordings and serves HLS to the caching servers.

The end-users connect to the caching servers and see the streams via HLS.