Ik heb deze guide gevolgd:
https://www.digikey.com/e...3dfd443838fca109f3c1e6c92
In deze guide hebben ze het over "rtsp-simple-server" maar dit project heet inmiddels "MediaMTX". Daarom heb ik dit ook aangepast in de commands/mappen/filenames. Ik heb de stream al aan de praat maar ik loop tegen een probleem aan als ik de executable als service wil runnen (zie onderkant van de guide voor de stappen). Als ik het commando "sudo systemctl enable mediamtx.service" gebruik krijg ik de foutmelding:
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
• A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
Wie weet wat ik fout doe? Heb ik misschien een typfout gemaakt bij het verwisselen van rtsp-simple-server en mediamtx?
https://www.digikey.com/e...3dfd443838fca109f3c1e6c92
In deze guide hebben ze het over "rtsp-simple-server" maar dit project heet inmiddels "MediaMTX". Daarom heb ik dit ook aangepast in de commands/mappen/filenames. Ik heb de stream al aan de praat maar ik loop tegen een probleem aan als ik de executable als service wil runnen (zie onderkant van de guide voor de stappen). Als ik het commando "sudo systemctl enable mediamtx.service" gebruik krijg ik de foutmelding:
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
• A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
Wie weet wat ik fout doe? Heb ik misschien een typfout gemaakt bij het verwisselen van rtsp-simple-server en mediamtx?