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
Hi,
first of all: Thanks a lot for that nice tool! I'm loving it!
I have a quick question, or rather a change request.
Currently my webcam stream starts as soon as I run the following code: /usr/local/bin/mjpg_streamer -i "input_uvc.so -f 24 -r 1920x1080" -o "output_http.so -w /usr/local/share/mjpg-streamer/www"
Is there a possibility to start and stop the stream only when the URL is called or closed in the web browser? Long time ago I used a git project (PICS by kwasmich) which had this feature.
This feature could save a lot of power and computing capacity, since 99% of the time I don't look at the stream.
I don't want to rule out that I just haven't discovered the feature yet. :D
Could someone help me with this perhaps? Thanks a lot!
The text was updated successfully, but these errors were encountered:
I'd like to second cjjaeckson's both thanks for the great tool and his request. It would be great if mjpg_streamer would just pause when there's no client connected.
Context: I'm running octopi with two cameras (only capable of yuv, that saved me some bucks) and most of the time, I'm not looking at any of them, even less at both of them at the same time. So the processor is constantly veeery busy with two processes that actually wouldn't need to do anything.
Hi,
first of all: Thanks a lot for that nice tool! I'm loving it!
I have a quick question, or rather a change request.
Currently my webcam stream starts as soon as I run the following code:
/usr/local/bin/mjpg_streamer -i "input_uvc.so -f 24 -r 1920x1080" -o "output_http.so -w /usr/local/share/mjpg-streamer/www"
Is there a possibility to start and stop the stream only when the URL is called or closed in the web browser? Long time ago I used a git project (PICS by kwasmich) which had this feature.
This feature could save a lot of power and computing capacity, since 99% of the time I don't look at the stream.
I don't want to rule out that I just haven't discovered the feature yet. :D
Could someone help me with this perhaps? Thanks a lot!
The text was updated successfully, but these errors were encountered: