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: onvif (Mike Wilson)
   2. Re: onvif (Harlan Daneker)


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

Message: 1
Date: Tue, 11 Oct 2016 15:19:22 +0000
From: Mike Wilson <knobby2...@gmail.com>
Subject: Re: [Motion-user] onvif
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <caaveucrhyqnjc1swmmu3rkuzdrcw5wwsyhjt9trhyufghj_...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

If you want to compile motion from source, check out github here:
https://github.com/Motion-Project/motion/blob/master/README.md

You will want ffmpeg with h264 support.

Another option is to use the mjpeg URL from the comments in that amazon
link you sent.

On Tue, Oct 11, 2016 at 11:00 AM Harlan Daneker <hdane...@gmail.com> wrote:

> I think I need to compile from source, I'm using an old rpm version of
> motion from rpmfusion.org. Do I need to have h264 compiled with motion
> support for this to work?
>
> Any links would be very helpful.
>
> Thanks
>
> On Tue, Oct 11, 2016 at 10:38 AM, Mike Wilson <knobby2...@gmail.com>
> wrote:
>
> The rtsp line is what you would use for your netcam_url. Just grab the
> whole thing.
>
> On Tue, Oct 11, 2016 at 10:26 AM Harlan Daneker <hdane...@gmail.com>
> wrote:
>
> This is all new to me. What am I looking for?
>
> VideoSource_token1:Profile1
> VideoSource_cfg1
> VideoSource_token1
> rstp://192.168.1.11:554/live/ch0
>
> On Tue, Oct 11, 2016 at 1:01 AM, Mike Wilson <knobby2...@gmail.com> wrote:
>
> You can try some software to probe the camera like
> http://sourceforge.net/projects/onvifdm/
>
> On Mon, Oct 10, 2016 at 7:30 PM Harlan Daneker <hdane...@gmail.com> wrote:
>
> I bought a wireless camera that is onvif compatible.
> Does being onvif mean there a standard path to the stream?
>
> This is the camera I would like to get to work with motion.
>
>
> https://www.amazon.com/gp/product/B01K4HL2NC/ref=oh_aui_detailpage_o05_s00?ie=UTF8&psc=1
>
> Thanks
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> 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
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> 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
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> 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
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> 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
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> 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: Tue, 11 Oct 2016 12:26:32 -0400
From: Harlan Daneker <hdane...@gmail.com>
Subject: Re: [Motion-user] onvif
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CAC1WkiQMSYcSug=huii-2keej+sxv250vyaru7toem0q-od...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Trying mjpeg stream:
netcam_url http://192.168.1.11/mjpeg/stream.cgi?chn=0
netcam_userpass admin:123456
This works fine in a browser, but

[1] [NTC] [NET] [Oct 11 12:19:15] netcam_read_first_header: Removed netcam
Keep-Alive flagdue to apparent closed HTTP connection.
[1] [NTC] [NET] [Oct 11 12:19:15] netcam_setup_html: connected, going on to
read image.
[1] [NTC] [NET] [Oct 11 12:19:15] netcam_read_html_jpeg: disconnecting
netcam since keep-alive not set.
[1] [NTC] [NET] [Oct 11 12:19:15] netcam_read_html_jpeg: leaving netcam
connected.
[1] [CRT] [NET] [Oct 11 12:19:15] netcam_start: libjpeg decompression
failure on first frame - giving up!


On Tue, Oct 11, 2016 at 11:19 AM, Mike Wilson <knobby2...@gmail.com> wrote:

> If you want to compile motion from source, check out github here:
> https://github.com/Motion-Project/motion/blob/master/README.md
>
> You will want ffmpeg with h264 support.
>
> Another option is to use the mjpeg URL from the comments in that amazon
> link you sent.
>
> On Tue, Oct 11, 2016 at 11:00 AM Harlan Daneker <hdane...@gmail.com>
> wrote:
>
>> I think I need to compile from source, I'm using an old rpm version of
>> motion from rpmfusion.org. Do I need to have h264 compiled with motion
>> support for this to work?
>>
>> Any links would be very helpful.
>>
>> Thanks
>>
>> On Tue, Oct 11, 2016 at 10:38 AM, Mike Wilson <knobby2...@gmail.com>
>> wrote:
>>
>> The rtsp line is what you would use for your netcam_url. Just grab the
>> whole thing.
>>
>> On Tue, Oct 11, 2016 at 10:26 AM Harlan Daneker <hdane...@gmail.com>
>> wrote:
>>
>> This is all new to me. What am I looking for?
>>
>> VideoSource_token1:Profile1
>> VideoSource_cfg1
>> VideoSource_token1
>> rstp://192.168.1.11:554/live/ch0
>>
>> On Tue, Oct 11, 2016 at 1:01 AM, Mike Wilson <knobby2...@gmail.com>
>> wrote:
>>
>> You can try some software to probe the camera like
>> http://sourceforge.net/projects/onvifdm/
>>
>> On Mon, Oct 10, 2016 at 7:30 PM Harlan Daneker <hdane...@gmail.com>
>> wrote:
>>
>> I bought a wireless camera that is onvif compatible.
>> Does being onvif mean there a standard path to the stream?
>>
>> This is the camera I would like to get to work with motion.
>>
>> https://www.amazon.com/gp/product/B01K4HL2NC/ref=oh_aui_
>> detailpage_o05_s00?ie=UTF8&psc=1
>>
>> Thanks
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot______
>> _________________________________________
>> 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
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>> _______________________________________________
>> 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
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot______
>> _________________________________________
>> 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
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>> _______________________________________________
>> 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
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot______
>> _________________________________________
>> 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
>>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> 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...

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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

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

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


End of Motion-user Digest, Vol 125, Issue 6
*******************************************

Reply via email to