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

How can I setup so that there is a live video, without delays? #18

Closed
Creo2005 opened this issue Apr 28, 2022 · 3 comments
Closed

How can I setup so that there is a live video, without delays? #18

Creo2005 opened this issue Apr 28, 2022 · 3 comments

Comments

@Creo2005
Copy link

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?

@mkuf
Copy link
Owner

mkuf commented Apr 28, 2022

Hi there,

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?

-Markus

@Creo2005
Copy link
Author

Hi there,

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?

-Markus

ustreamer directly installed

@mkuf
Copy link
Owner

mkuf commented Apr 28, 2022

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.

-Markus

@mkuf mkuf closed this as completed Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants