Date: Sat, 5 Dec 2020 15:26:21 +0100 From: ros@bebik.net To: freebsd-ports@freebsd.org Subject: Re: replacing ffserver? Message-ID: <02afcd44-9eea-6519-ad07-6741ca6f7772@osorio.me> In-Reply-To: <24522.44593.292701.122459@jerusalem.litteratus.org> References: <24521.30595.80033.88955@jerusalem.litteratus.org> <CAJuc1zM=G7TbuuF8MDO_YgdzxDudV_PNYJZN5Og60EGgroQRPQ@mail.gmail.com> <24521.46760.296586.537444@jerusalem.litteratus.org> <20201204075132.7fd3fee4@asd2> <24522.44593.292701.122459@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/4/20 10:46 PM, Robert Huff wrote: > Let me restate the issue. > My goal is to be able to have someone visit (e.g.) > "https://webcam.example.com:9999" and have the feed from the webcam > appear in their browser. > What I have at the moment: > > a) a system running: > > FreeBSD 13.0-CURRENT #0 r365372: Sun Sep 6 10:51:26 EDT 2020 amd64 > > b) a working webcam > c) the latest version of webcamd, which finds the webcam and > creates video0 and video1. > > So: I need to make the contents of video0 available on port 9999. > I have been unable to find a concise current method for how to do > that. (Including anything with Apache, which seems like an obvious > step.) > > > Respectfully, > > > Robert Huff > Hi Robert, Did you try to use ustreamer[1] ? it's a light, easy to use, mjpeg streamer. No config required. The following command will do the jub for what you want. # ustreamer -l -s 0.0.0.0 -p 9999 Cheers, -- rodrigo [1] https://www.freshports.org/multimedia/ustreamer/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02afcd44-9eea-6519-ad07-6741ca6f7772>