Introduction Letter concerning Issue Resolution Effort #336
Replies: 2 comments 2 replies
-
That sounds amazing! I'll add you to our dev-chat on matrix.in.tum.de. Feel free to approach us there for help/onboarding or whatever else you might need :) Do you already have an issue in mind that you want to approach first? |
Beta Was this translation helpful? Give feedback.
-
Hi there, Sorry for coming back to this so late. Here is a demo database you should be able to just import into a standard mariadb database: I run mariadb in a docker container because it's very simple to set up : docker run --detach --name mariadb-tumlive --env MARIADB_USER=root --env MARIADB_PASSWORD=root --env MARIADB_ROOT_PASSWORD=example --restart always -p 3306:3306 mariadb:latest Then I connect to the database using DataGrip (you can ofc also use mysql-client). From there its easy to create the database The dump contains multiple users with different roles:
The password for the accounts is always |
Beta Was this translation helpful? Give feedback.
-
Hi all, my name is Ata Keskin. As part of my B.Sc. in Informatics I am doing a practical course on open source projects. I'd like to provide my assistance concerning the issues I have listed below. I have little knowledge in Go, but I have coded in TypeScript before and I look forward to learning the language before I go forward with the issues. I will make sure to ask for feedback where possible.
Issues I plan on working on:
Title: Stream ingest URL bugfix
Description: Stream ingest URL is not visible until reload after changing stream to selfstream
Motivation: Working on this issue will help me get familiar with the codebase and help speed up the development efforts.
Issue: #236
Title: Presentation only/camera only streams
Description: Some professors only use the blackboard or don't need a camera image. They only use a subset of the three streams. On the stream administration page, theres should be an option to select camera only or presentation only. The selected stream should be streamed as default (playlist_url)
Motivation: Working on this issue will improve the quality of TUM_LIVE and help reduce unnecessary workload.
Issue: #226
Title: .ics file for course
Description: Implement a tool that would be avaliable on the course pages on TUM-Live (https://live.rbg.tum.de), that export the date data of courses in an .ics format.
Motivation: The ability to export this data will be useful to students for organizing their schedule.
Issue: #330
Title: Combined presentation and camera view
Description: In addition to the “comb-view” video there should be an option to view both the camera display and presentation display side by side and modify their sizes. We need to make sure the videos are synchronized and at most one of them is unmuted at the same time.
Motivation: ThIs functionality will enable users to customize their display sizes, which will improve user experience.
Issue: #120
Beta Was this translation helpful? Give feedback.
All reactions