-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
85 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: "Connect Campus Management Systems" | ||
draft: false | ||
draft: true | ||
weight: 50 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: "Communication" | ||
draft: false | ||
draft: true | ||
weight: 30 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: "Lecture Hall Streaming" | ||
draft: false | ||
weight: 10 | ||
--- | ||
|
||
## Streaming from a lecture hall with installed SMPs | ||
|
||
This guide contains information on how to stream from a lecture hall at TUM. | ||
|
||
|
||
### Gather streaming key. | ||
|
||
- Open the courses admin page | ||
- Create a stream with the location "self stream" if it doesn't exist already. | ||
- Navigate to the stream and click `show keys`. | ||
|
||
### OBS | ||
|
||
- Download and install OBS from [here](https://obsproject.com/). | ||
- Open OBS and click on `Settings` in the bottom right corner. | ||
- Click on `Stream` in the left sidebar. | ||
- Select `Custom` from the dropdown menu. | ||
- Paste the stream key and the stream server from the courses admin page into the `Stream key` and `Stream server` field. | ||
- Click on `Output` in the left sidebar. | ||
- Click on `Streaming` in the top menu. | ||
- Select `Simple` from the `Output Mode` dropdown menu. | ||
- Insert the following settings: | ||
- Video Bitrate: 2500 - 4000 | ||
- Audio Bitrate: 192 kbp/s (or 128kbp/s) | ||
- Video Encoder: x264 | ||
- Please ensure that your output is scaled to 1920x1080. | ||
|
||
#### Zoom | ||
|
||
To use zoom for streaming, login to your account, navigate to... Click... |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: "Self Streaming" | ||
draft: false | ||
weight: 10 | ||
--- | ||
|
||
## Self Streaming | ||
|
||
This guide contains information on how to stream from your own computer. | ||
|
||
|
||
### Gather streaming key. | ||
|
||
- Open the courses admin page | ||
- Create a stream with the location "self stream" if it doesn't exist already. | ||
- Navigate to the stream and click `show keys`. | ||
|
||
### OBS | ||
|
||
- Download and install OBS from [here](https://obsproject.com/). | ||
- Open OBS and click on `Settings` in the bottom right corner. | ||
- Click on `Stream` in the left sidebar. | ||
- Select `Custom` from the dropdown menu. | ||
- Paste the stream key and the stream server from the courses admin page into the `Stream key` and `Stream server` field. | ||
- Click on `Output` in the left sidebar. | ||
- Click on `Streaming` in the top menu. | ||
- Select `Simple` from the `Output Mode` dropdown menu. | ||
- Insert the following settings: | ||
- Video Bitrate: 2500 - 4000 | ||
- Audio Bitrate: 192 kbp/s (or 128kbp/s) | ||
- Video Encoder: x264 | ||
- Please ensure that your output is scaled to 1920x1080. | ||
|
||
#### Zoom | ||
|
||
To use zoom for streaming, login to your account, navigate to... Click... |