https://sourceforge.net/projects/mjpg-streamer/: =============================================================== Project abandoned! Sorry, I havent found the time to keep this project updated. Please see https://github.com/jacksonliam/mjpg-streamer for the designated sucessor site. =============================================================== Looks to me if we could use it right for a bump. Just need to convince upstream to use tags. https://github.com/jacksonliam/mjpg-streamer/issues/143
Any chance the ebuild could be updated? It's also missing a systemd unit file.
(In reply to Adrian from comment #1) > Any chance the ebuild could be updated? It's also missing a systemd unit > file. Adrian, would that https://github.com/jacksonliam/mjpg-streamer/blob/master/mjpg-streamer-experimental/mjpg_streamer%40.service work for you as a systemd unit file? I'm not a gentoo systemd user, so not real candidate to test.
Looks reasonable. Not sure if a new user is needed; `nobody` seems good enough for this since all it needs is the `video` group to have access to video devices. This is what I'm using right now but I guess there's no good way besides a custom drop-in config if I want to override any of the arguments.. ``` [Unit] Description=mjpg-streamer After=network-online.target Requires=network-online.target [Service] User=nobody Group=video ExecStart=/usr/bin/mjpg_streamer -i 'input_uvc.so -d /dev/video0 -r 1280x960' -o 'output_http.so -p 12345 -c user:secret' [Install] WantedBy=default.target ```
created new PR for this: https://github.com/gentoo/gentoo/pull/16015
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547d473472b58b22729234b9d213f2a2abdca3fd commit 547d473472b58b22729234b9d213f2a2abdca3fd Author: ChaosEngine <andrzej.pauli@gmail.com> AuthorDate: 2020-05-30 14:11:09 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-08-13 23:28:06 +0000 media-video/mjpg-streamer: bump to 0_pre20200524-r1 Closes: https://bugs.gentoo.org/724802 Closes: https://bugs.gentoo.org/665122 Package-Manager: Portage-2.3.99, Repoman 2.3.22 Signed-off-by: Andrzej Pauli <andrzej.pauli@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> media-video/mjpg-streamer/Manifest | 1 + media-video/mjpg-streamer/metadata.xml | 6 ++ .../mjpg-streamer-0_pre20200524-r1.ebuild | 91 ++++++++++++++++++++++ 3 files changed, 98 insertions(+)
Thank You so much :-)