Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you upload the actual YML? #1

Open
Jachgu opened this issue Jun 26, 2024 · 3 comments
Open

Can you upload the actual YML? #1

Jachgu opened this issue Jun 26, 2024 · 3 comments

Comments

@Jachgu
Copy link
Owner

Jachgu commented Jun 26, 2024

Here is a default template for systemd

[Unit]
Description=MediaMTX Service
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/mediamtx -c /path/to/your/mediamtx.yml
Restart=on-failure
User=your_username
Group=your_groupname

[Install]
WantedBy=multi-user.target

Can you simply upload the .yml file to the repo @GraceBaptistChurchSA

@Jachgu
Copy link
Owner Author

Jachgu commented Jun 26, 2024

This blog migrates everything to /opt

and creates a service

https://james-batchelor.com/index.php/2023/11/10/install-mediamtx-on-raspbian-bookworm/

@GraceBaptistChurchSA
Copy link
Collaborator

GraceBaptistChurchSA commented Jun 27, 2024 via email

@Jachgu
Copy link
Owner Author

Jachgu commented Jul 7, 2024

Is that the actual yml from the pi because there are uncommented text lines in that file and that yml won’t run

at the top of the file there are proper commented out lines but at bottom straight text in the yml which will crash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants