Skip to content

Commit

Permalink
Added some more documentation and fixed some URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed May 7, 2024
1 parent 8cb7317 commit 2e7255a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: "https://examplesite.com/"
baseURL: "https://docs.live.rbg.tum.de/"
title: TUM-Live
theme: hugo-book
contentDir: content
Expand Down Expand Up @@ -64,7 +64,7 @@ params:

# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo: https://github.com/joschahenningsen/TUM-Live
BookRepo: https://github.com/TUM-Dev/gocast

# (Optional, default 'commit') Specifies commit portion of the link to the page's last modified
# commit hash for 'doc' page type.
Expand All @@ -76,7 +76,7 @@ params:
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Edit path must point to root directory of repo.
BookEditPath: edit/dev/docs
BookEditPath: edit/landing-page/docs

# Configure the date format used on the pages
# - In git information
Expand Down
22 changes: 21 additions & 1 deletion docs/content/docs/usage/01-lecturehall-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,24 @@ weight: 10

## Streaming from a lecture hall with installed SMPs

This guide contains information on how to stream from a lecture hall at TUM.
This guide contains information on how to stream from a lecture hall at TUM.

### How to stream

To stream your lecture from a SMP equipped lecture hall, follow these steps:
1. Create your course
2. Create a lecture
3. Add a room to the lecture
4. Set the date and time of the lecture (**Important:** Please also set the end time)

In most cases your lecture gets imported from TUMonline. If you want to stream a lecture that is not in TUMonline,
you can create a new course and lecture in gocast.

### How to create a livestream

1. Select `Livestream` and then press `Continue`.
![test](/showcase-02.png#showcase)
2. Enter your lecture name and select your lecture hall. You also have to insert your lecture start and end.
After these steps you can press `Create Lecture`.
![test](/showcase-03.png#showcase)
3. Your lecture will automatically start at the selected time.
2 changes: 2 additions & 0 deletions docs/content/posts/changelogs/v1.2.26.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "V1.2.26"
date: 2023-04-23T08:20:06+02:00
draft: false
summary: "This release contains the feature of downloads from the edge servers and the use of MediaMTX for selfstreams. It also contains some bugfixes."
tags: [feature, bugfix, misc]
---

Changes in this release:
Expand Down
2 changes: 2 additions & 0 deletions docs/content/posts/changelogs/v1.2.27.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "V1.2.27"
date: 2023-04-24T20:56:06+02:00
draft: false
summary: "This release contains one small bugfix."
tags: [bugfix]
---

This release contains one small bugfix.
Expand Down
17 changes: 14 additions & 3 deletions docs/content/posts/changelogs/v1.4.18.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
---
title: "V1.4.18"
date: 2024-05-7T20:56:06+02:00
date: 2024-05-06T20:56:06+02:00
draft: false
summary: "This release contains a few bug fixes and improvements. It also contains some new features and changes."
tags: [bugfix, feature]
---

This release contains some small new functionalities and also adds the feature, that watched videos (<90%) will be
marked as watched in your playlist.
This release contains a few bug fixes and improvements.
It also contains some new features and changes.

Bugfixes:
- Fixed a bug where the chat stops working after a too long message
- Fixed a bug where the `watched` state of a VoD wasn't detected correctly
- Fixed a bug where private VoDs were still listed publicly
- Skip silence button not shown if you seek into the silence

Features:
- You can now select, that the beta mode is your default mode
Binary file added docs/static/showcase-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/showcase-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e7255a

Please sign in to comment.