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 (Mr Dave) ---------------------------------------------------------------------- Message: 1 Date: Sun, 21 Aug 2016 14:59:02 -0600 From: Mr Dave <motionmrd...@gmail.com> Subject: Re: [Motion-user] MPEG over RTSP on Jooan camera To: motion-user@lists.sourceforge.net Message-ID: <f0075d77-36b7-65f7-b774-2c13852c8...@gmail.com> Content-Type: text/plain; charset="windows-1252" I would like to make an ask. Can you write down the steps you have to go through in order to get it working on FreeBSD and send it to a maintainer? Or if you have git account, push the final working code to your repo and we'll see it on the network. I believe that some manual work may be required in the makefile. This would help with our testing process, allow us to evaluate how to get it into the base software as well as getting the how-to guide updated. Thanks MrDave On 8/21/2016 12:28 PM, Doug Penner wrote: > Alright, I've tested trunk and release-3.4.1 on Ubuntu (much faster > computer for compiling) and it works! Now to get it working in FreeBSD :) > > > ~Doug > > > > On 2016-08-21 10:33 AM, Joseph Heenan wrote: >> The latest & greatest version of motion is on master at: >> >> https://github.com/Motion-Project/motion/ >> >> >> Joseph >> >> >>> On 21 Aug 2016, at 18:17, Doug Penner <darwinsurvi...@gmail.com> wrote: >>> >>> 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 >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> 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 > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > 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 45 ********************************************