Open
Conversation
SebiWrn
requested changes
Apr 30, 2026
| - Start the db and meilisearch first. We use hybrid approach to run db and meilisearch in docker. You can run the following command to start them: | ||
|
|
||
| ```bash | ||
| docker start meilisearch mariadb-tumlive |
Collaborator
There was a problem hiding this comment.
This only works if you already set up these containers once. Please provide more information on how to set them up for the first time
|
|
||
| 3. After creating the lecture you can click the `show keys` button to see the `URL` and `key`. Copy them into the streaming software of your choice. | ||
| 4. Change the `tum.ingest.live/` to `localhost/`. | ||
| 5. Start streaming, and you should see the stream in the admin section after a few seconds. You can also check the `meidamtx` logs to see if the stream is being ingested correctly. |
Collaborator
There was a problem hiding this comment.
Suggested change
| 5. Start streaming, and you should see the stream in the admin section after a few seconds. You can also check the `meidamtx` logs to see if the stream is being ingested correctly. | |
| 5. Start streaming, and you should see the stream in the admin section after a few seconds. You can also check the `mediamtx` logs to see if the stream is being ingested correctly. |
|
|
||
| go run ./worker/edge | ||
| ``` | ||
| - Start the `meidamtx` server: |
Collaborator
There was a problem hiding this comment.
Suggested change
| - Start the `meidamtx` server: | |
| - Start the `mediamtx` server: |
| # in the web/ directory | ||
|
|
||
| npm install | ||
| npm run buil-dev |
Collaborator
There was a problem hiding this comment.
Suggested change
| npm run buil-dev | |
| npm run build-dev |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
A new section dedicated for development and contributing to the project. Like from setting up the project, running services and more.
Closes #1653
Description
Added a development section and a selfstream page for setting up everything locally and running the services using docker or local.
Steps for Testing
Prerequisites:
npm installand thennpm run startScreenshots