diff --git a/docs/config.yml b/docs/config.yml index df79adf63..68c0b2b7b 100644 --- a/docs/config.yml +++ b/docs/config.yml @@ -1,4 +1,4 @@ -baseURL: "https://examplesite.com/" +baseURL: "https://docs.live.rbg.tum.de/" title: TUM-Live theme: hugo-book contentDir: content @@ -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. @@ -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 diff --git a/docs/content/docs/usage/01-lecturehall-streaming.md b/docs/content/docs/usage/01-lecturehall-streaming.md index 24b7a82a9..548dfe266 100644 --- a/docs/content/docs/usage/01-lecturehall-streaming.md +++ b/docs/content/docs/usage/01-lecturehall-streaming.md @@ -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. \ No newline at end of file +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. diff --git a/docs/content/posts/changelogs/v1.2.26.md b/docs/content/posts/changelogs/v1.2.26.md index 4a66b7c77..c77209989 100644 --- a/docs/content/posts/changelogs/v1.2.26.md +++ b/docs/content/posts/changelogs/v1.2.26.md @@ -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: diff --git a/docs/content/posts/changelogs/v1.2.27.md b/docs/content/posts/changelogs/v1.2.27.md index 8a8916e4d..809635c2e 100644 --- a/docs/content/posts/changelogs/v1.2.27.md +++ b/docs/content/posts/changelogs/v1.2.27.md @@ -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. diff --git a/docs/content/posts/changelogs/v1.4.18.md b/docs/content/posts/changelogs/v1.4.18.md index 3c4d613d5..e03afe8be 100644 --- a/docs/content/posts/changelogs/v1.4.18.md +++ b/docs/content/posts/changelogs/v1.4.18.md @@ -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. \ No newline at end of file +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 \ No newline at end of file diff --git a/docs/static/showcase-02.png b/docs/static/showcase-02.png new file mode 100644 index 000000000..ff3c08674 Binary files /dev/null and b/docs/static/showcase-02.png differ diff --git a/docs/static/showcase-03.png b/docs/static/showcase-03.png new file mode 100644 index 000000000..b143a13a4 Binary files /dev/null and b/docs/static/showcase-03.png differ