-
Notifications
You must be signed in to change notification settings - Fork 369
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
[Request] how about new streamer? #529
Comments
Do you (or anyone) have one in mind that is better? |
I've read of people using Motion with some success and it is at least an ongoing project: |
Motion is not a streamer, it takes saves only when the image has changed from an existing stream. Again - is there aa different option at all? |
I think UV4L is a good option. From what I heard UV4L better than mjpg-streamer but I personally haven't tried it yet. https://www.linux-projects.org/uv4l/ |
I ran into this interesting project as well: https://datarhei.github.io/restreamer/ https://www.raspberrypi.org/forums/viewtopic.php?t=132503 |
Ok, UV4L sounds better than restreamer that did not update in 2 years. |
I played around with UV4L a bit, seems pretty decent. curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc | apt-key add -
echo "deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main" >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install uv4l uv4l-uvc v4l-decoder uv4l-encoder uv4l-renderer uv4l-server uv4l-webrtc
sudo service uv4l_uvc add 046d:082d This one if for USB camera, the setup of a picam is a bit different. The stream URLs are then available: |
Gadget Angel posted on the community forum how to use ffmpegserver as a streamer, that is a good candidate: I am kinda busy this days, so if anyone wants to write a script/test it more. That will speed stuff up. |
Well I guess for not its not ffmpeg: tl;dr |
Hi, can you make plugin for octoprint? I'm not familiar to edit those files. thanks in advance |
Hi,
As you know a lot of people are having issues with making the mjpg-streamer work and as a matter of fact the project has been already abandoned.
Have you been thinking about moving to a different piece of software? I've heard some good opinions about motion for example.
Best regards
Greg
The text was updated successfully, but these errors were encountered: