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

Service for Debian buster on arm64 #44

Closed
maxlinux2000 opened this issue Jul 20, 2020 · 2 comments
Closed

Service for Debian buster on arm64 #44

maxlinux2000 opened this issue Jul 20, 2020 · 2 comments

Comments

@maxlinux2000
Copy link

Which version are you using?

rtsp-simple-server_v0.9.3_linux_arm64.tar.gz

Here my service for debian10 buster (armbian) that works fine

wget https://github.com/aler9/rtsp-simple-server/releases/download/v0.9.4/rtsp-simple-server_v0.9.4_linux_arm64.tar.gz
tar zxvf rtsp-simple-server_v0.9.4_linux_arm64.tar.gz
install rtsp-simple-server /usr/local/bin/
cp rtsp-simple-server.yml /usr/local/etc/

now create a service with

mcedit /etc/systemd/system/rtsp-simple-server.service

and write:

[Unit]
Description=RTSP Simple Server service on local port 8554
After=network.target

[Service]
User=root
WorkingDirectory=/
ExecStart=/usr/local/bin/rtsp-simple-server /usr/local/etc/rtsp-simple-server.yml
TimeoutStopSec=10

[Install]
WantedBy=multi-user.target

then

systemctl enable rtsp-simple-server.service
systemctl start rtsp-simple-server.service

I hope to help

I will open some questions in other tickets

regards
MaX

@aler9
Copy link
Member

aler9 commented Jul 30, 2020

I'm adding a modified version of this to the README, thanks

@aler9 aler9 closed this as completed Jul 30, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2023

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants