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 (tosiara)
   2. Re: MPEG over RTSP on Jooan camera (Doug Penner)
   3. Re: MPEG over RTSP on Jooan camera (Mike Wilson)


----------------------------------------------------------------------

Message: 1
Date: Sun, 21 Aug 2016 18:48:13 +0300
From: tosiara <tosi...@gmail.com>
Subject: Re: [Motion-user] MPEG over RTSP on Jooan camera
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CACHTdwS1E39Y8RnWK1Vd3=tSp=hxeokphr2zvg+03dqs2cw...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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&param2=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
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Sun, 21 Aug 2016 10:05:28 -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: <099ac414-b191-28bc-68b6-69b4f5ec3...@gmail.com>
Content-Type: text/plain; charset="windows-1252"

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&param2=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
>         <https://lists.sourceforge.net/lists/listinfo/motion-user>
>         http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
>         <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: 3
Date: Sun, 21 Aug 2016 17:13:45 +0000
From: Mike Wilson <knobby2...@gmail.com>
Subject: Re: [Motion-user] MPEG over RTSP on Jooan camera
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CAAVeUCqSDu3YEviVW8fftDc4nftx0_g5zcXO=7rtxlgkzm0...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

RTSP support is probably not in any package systems yet.
On Sun, Aug 21, 2016 at 1:07 PM Doug Penner <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> 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&param2=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 
> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttp://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 41
********************************************

Reply via email to