Send Motion-user mailing list submissions to motion-user@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/motion-user or, via email, send a message with subject or body 'help' to motion-user-requ...@lists.sourceforge.net You can reach the person managing the list at motion-user-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Motion-user digest..." Today's Topics: 1. Re: MPEG over RTSP on Jooan camera (Doug Penner) 2. Re: MPEG over RTSP on Jooan camera (Dave Fournier) ---------------------------------------------------------------------- Message: 1 Date: Sun, 21 Aug 2016 10:17:32 -0700 From: Doug Penner <darwinsurvi...@gmail.com> Subject: Re: [Motion-user] MPEG over RTSP on Jooan camera To: motion-user@lists.sourceforge.net Message-ID: <bab00002-607b-d960-c9d7-89f71d6a8...@gmail.com> Content-Type: text/plain; charset="windows-1252" Is there a particular branch or fork that I should try? I would need both RTSP and H264 support. ~Doug On 2016-08-21 10:13 AM, Mike Wilson wrote: > RTSP support is probably not in any package systems yet. > On Sun, Aug 21, 2016 at 1:07 PM Doug Penner <darwinsurvi...@gmail.com > <mailto:darwinsurvi...@gmail.com>> wrote: > > Yes I agree it is a strange url, I found them at > https://www.ispyconnect.com/man.aspx?n=Jooan . I have confirmed > that the version with _'s works in VLC while the other 2 do not. > > I tried the other 2 in motion as well, to see if it would at least > accept the format, but I got the same error message. > > > > ~Doug > > > > > On 2016-08-21 08:48 AM, tosiara wrote: >> Or even better, like this: >> >> rtsp://10.1.1.55/?user=admin&password=&channel=1&stream=0.sdp >> <http://10.1.1.55/?user=admin_password=_channel=1_stream=0.sdp> >> >> On Sun, Aug 21, 2016 at 5:38 PM, tosiara <tosi...@gmail.com >> <mailto:tosi...@gmail.com>> wrote: >> >> Are you sure the stream url is correct? >> You are missing "?" in your request which separates request >> path and parameters, like: >> >> http://server:port/path?param=1¶m2=2 >> >> But your url contains no "?" while it has "=" symbols. Looks >> strange. Maybe it should look like this: >> >> rtsp://10.1.1.55/?user=admin_password=_channel=1_stream=0.sdp >> <http://10.1.1.55/?user=admin_password=_channel=1_stream=0.sdp> >> >> >> >> On Sun, Aug 21, 2016 at 10:45 AM, Doug Penner >> <darwinsurvi...@gmail.com <mailto:darwinsurvi...@gmail.com>> >> wrote: >> >> I am trying to connect a couple of Jooan cameras to >> motion on a FreeBSD >> server. I set the netcam_url to >> rtsp://10.1.1.55/user=admin_password=_channel=1_stream=0.sdp >> <http://10.1.1.55/user=admin_password=_channel=1_stream=0.sdp> >> (works in >> VLC), but I get an "invalid netcam_url" error. >> >> motion was installed from ports with the ffmpeg option >> enabled. The >> installed version is 3.2.12, but I noticed that 3.4 is >> the recommended >> version on the website. >> >> I've read conflicting comments online about motion >> working and not >> working with RTSP and MPEG, but none of them seem to >> mention which >> version they are referring to. >> >> >> At this point I'm not sure if my problem is that I need a >> newer version, >> different compile-time flags or that the feature simply >> does not exist yet. >> >> I am not adverse to custom compiling if that is what is >> needed and have >> built FreeBSD ports in the past if the current port >> maintainer (listed >> as po...@freebsd.org <mailto:po...@freebsd.org>) does not >> have time to update it to the newest version. >> >> >> ~Doug >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> <mailto:Motion-user@lists.sourceforge.net> >> https://lists.sourceforge.net/lists/listinfo/motion-user >> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> <mailto:Motion-user@lists.sourceforge.net> >> https://lists.sourceforge.net/lists/listinfo/motion-user >> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome > > > ------------------------------------------------------------------------------ > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > <mailto:Motion-user@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/motion-user > http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Sun, 21 Aug 2016 10:20:21 -0700 From: Dave Fournier <xdavefourn...@gmail.com> Subject: Re: [Motion-user] MPEG over RTSP on Jooan camera To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <capiboccemfn-nrobnq4+zldjjkfb5l1q4y2xfu4twhjigam...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" for what it is worth I got the same message trying to use the rtsp:// part with a version of motion for which rtsp was not enabled. It seemed to have nothing to do with the rest of the url. On Sun, Aug 21, 2016 at 8:48 AM, tosiara <tosi...@gmail.com> wrote: > Or even better, like this: > > rtsp://10.1.1.55/?user=admin&password=&channel=1&stream=0.sdp > <http://10.1.1.55/?user=admin_password=_channel=1_stream=0.sdp> > > On Sun, Aug 21, 2016 at 5:38 PM, tosiara <tosi...@gmail.com> wrote: > >> Are you sure the stream url is correct? >> You are missing "?" in your request which separates request path and >> parameters, like: >> >> http://server:port/path?param=1¶m2=2 >> >> But your url contains no "?" while it has "=" symbols. Looks strange. >> Maybe it should look like this: >> >> rtsp://10.1.1.55/?user=admin_password=_channel=1_stream=0.sdp >> >> >> >> On Sun, Aug 21, 2016 at 10:45 AM, Doug Penner <darwinsurvi...@gmail.com> >> wrote: >> >>> I am trying to connect a couple of Jooan cameras to motion on a FreeBSD >>> server. I set the netcam_url to >>> rtsp://10.1.1.55/user=admin_password=_channel=1_stream=0.sdp (works in >>> VLC), but I get an "invalid netcam_url" error. >>> >>> motion was installed from ports with the ffmpeg option enabled. The >>> installed version is 3.2.12, but I noticed that 3.4 is the recommended >>> version on the website. >>> >>> I've read conflicting comments online about motion working and not >>> working with RTSP and MPEG, but none of them seem to mention which >>> version they are referring to. >>> >>> >>> At this point I'm not sure if my problem is that I need a newer version, >>> different compile-time flags or that the feature simply does not exist >>> yet. >>> >>> I am not adverse to custom compiling if that is what is needed and have >>> built FreeBSD ports in the past if the current port maintainer (listed >>> as po...@freebsd.org) does not have time to update it to the newest >>> version. >>> >>> >>> ~Doug >>> >>> ------------------------------------------------------------ >>> ------------------ >>> _______________________________________________ >>> Motion-user mailing list >>> Motion-user@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/motion-user >>> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome >>> >> >> > > ------------------------------------------------------------ > ------------------ > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome > > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user End of Motion-user Digest, Vol 123, Issue 42 ********************************************