You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the snippet you posted is from a systemd service, which is not used in this project.
Do you use the docker container or is ustreamer directly installed on your system?
the snippet you posted is from a systemd service, which is not used in this project. Do you use the docker container or is ustreamer directly installed on your system?
You'll have to refer to the ustreamer Project located here: https://github.com/pikvm/ustreamer
This project focuses on packaging the application in Docker, not the application itself.
Host PC:
GA-3000-BASE
Intel Celeron
WI-FI 5G: 6.0 Mbit/s, 20 MHz, 54.0 Mbit/s, 40 MHz, VHT-MCS 3, VHT-NSS 1
Ubuntu latest
Klipper and Moonraker latest
Webcam Logitech C-270 1290x960 30 c/sec
Ustreamer start with ustreamer.service:
[Unit]
Description=uStreamer service
After=network.target
[Service]
User=ustreamer
ExecStart=/usr/local/bin/ustreamer --process-name-prefix ustreamer-0 --log-level 0 --device=/dev/video0 --device-timeout=8 --resolution=1280x960 --desired-fps=20 --format=MJPEG --encoder=NOOP --quality=100 --host=0.0.0.0 --port=8080 --workers=1 --static /var/www/html/ustreamer-0/
[Install]
WantedBy=multi-user.target
But FPS very slow (1-15)
And very large image delays 20-30 s
How can I set it up so that there is a live video, without delays?
The text was updated successfully, but these errors were encountered: