This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
Environment=CLIENT_PORT=554 CLIENT_BIND=127.0.0.1 SERVER_PORT=5545 SERVER_BIND=127.0.0.1 LOG_LEVEL=3 -
EnvironmentFile=-/etc/default/rtsp-server-perl -
ExecStart=/usr/bin/rtsp-server-perl --clientport ${CLIENT_PORT} --serverport ${SERVER_PORT} --client_listen_address ${CLIENT_BIND} --source_listen_address ${SERVER_BIND} --loglevel ${LOG_LEVEL} $EXTRA_OPTS -
Restart=on-abnormal -
StandardError=journal -
StandardOutput=journal -
SyslogIdentifier=rtsp-server-perl -
Type=simple
-
-
[Unit]-
After=network.target -
Description=Lightweight RTSP/RTP streaming media server -
Documentation=file:///usr/share/doc/rtsp-server-perl/README.Debian
-
Additionnal notes
Nothing here.