Jachgu / VideoSteamer

0 stars 0 forks source link

Can you upload the actual YML? #1

Open Jachgu opened 4 months ago

Jachgu commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

I tried your template but it still won't run correctly. I uploaded the mediamtx.yml file.

Steve.

On Wed, Jun 26, 2024 at 4:56 PM Jachgu < @.***> wrote:

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= DuckDuckGo removed one tracker. More https://duckduckgo.com/-tXXm2oOgj33QbUiR-nbolAggdC0ID2lF2UMKI3WqSnUCAWdRFNE8jDxdX77AB0ViPfYm94oQTLriSM12JXvGCY1_KkClKQWDe3ViIPP1eJHMsC9ek9hK0d64mwpn1Bl3yaS-65PC7uSMtJYGn1uEK8YKpbiDAid0WqgWtLdwG_6l-BE9Ki8CuvLMG4mPLga7P8gXAYOS3LTI-5xg6arFv4WuvVB5rAXhvivnLTdsZvpfPWl085LM0VxAj937hCC9E_4ZBsxvFto9YenQzZU36gK1CnfK0BeX0Qu6jrCfZQLUDWxJ9GFxzc7UxJCXHkZqceQcWmiU0ng0DVYzc7sXc5DgnW3YBqCkM7LpmUABM-Y_vvuJD9kHsmhzmpYxev5FP0WQxZl8vN Report Spam https://duckduckgo.com/-tXXm2oOgj33QbUiR-nbolAggdC0ID2lF2UMKI3WqSnUCAWdRFNE8jDxdX77AB0ViPfYm94oQTLriSM12JXvGCY1_KkClKQWDe3ViIPP1eJHMsC9ek9hK0d64mwpn1Bl3yaS-65PC7uSMtJYGn1uEK8YKpbiDAid0WqgWtLdwG_6l-BE9Ki8CuvLMG4mPLga7P8gXAYOS3LTI-5xg6arFv4WuvVB5rAXhvivnLTdsZvpfPWl085LM0VxAj937hCC9E_4ZBsxvFto9YenQzZU36gK1CnfK0BeX0Qu6jrCfZQLUDWxJ9GFxzc7UxJCXHkZqceQcWmiU0ng0DVYzc7sXc5DgnW3YBqCkM7LpmUABM-Y_vvuJD9kHsmhzmpYxev5FP0WQxZl8vN

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 https://github.com/GraceBaptistChurchSA

— Reply to this email directly, view it on GitHub https://github.com/Jachgu/VideoSteamer/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5R765A6RUBLXHPZY3HAWBTZJM2JHAVCNFSM6AAAAABJ6VRR3CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3TMMZQGQYDKOA . You are receiving this because you were mentioned.Message ID: @.***>

-- Steve McConnell

Quote from Charles H. Spurgeon; Faith increases in solidity, assurance, and intensity, the more it is exercised with tribulation. Faith is precious, and its trial is precious too.

Jachgu commented 4 months ago

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