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: mpg streams (John Baker)
   2. Re: mpg streams (tosiara)
   3. Default thread (John Baker)
   4. core dumping / timelapse / swf (John Baker)
   5. Re: Default thread (tosiara)


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

Message: 1
Date: Mon, 07 Mar 2016 10:04:44 +0000
From: John Baker <jba...@dryfish.org.uk>
Subject: Re: [Motion-user] mpg streams
To: motion-user@lists.sourceforge.net
Message-ID:
        <1457345084.3809286.541628730.5ba87...@webmail.messagingengine.com>
Content-Type: text/plain

Can you share any sample command line usage?



On Mon, Mar 7, 2016, at 09:14 AM, Colin Law wrote:
> On 7 March 2016 at 09:03, John Baker <jba...@dryfish.org.uk> wrote:
> > Yes, I've done that and it sort of works. But ffserver produces an
> > mpjpeg stream of a lower quality and with a lower fps. I can't see to
> > get a reliable rtsp -> mpjpeg stream conversion from ffserver.
> >
> > The issue I've got is the cameras don't like two clients on the rtsp
> > stream, so I was trying to use ffserver to read the rtsp and generate
> > mpjpeg for motion and other tools.
> 
> I  have found vlc is better for such things.
> 
> Colin
> 
> >
> > On Mon, Mar 7, 2016, at 08:48 AM, Colin Law wrote:
> >> On 6 March 2016 at 20:22, John Baker <jba...@dryfish.org.uk> wrote:
> >> > Hello
> >> >
> >> > Can motion consume an mpg stream over http, ie streamed from ffserver:
> >>
> >> I believe you can if you tell ffserver to make an mpjpeg stream.
> >>
> >> Colin
> >>
> >> >
> >> > <Stream drive.mpg>
> >> >   Feed drive.ffm
> >> >   Format mpeg
> >> >   VideoCodec libx264
> >> >   VideoSize 1280x720
> >> >   VideoFrameRate 15
> >> >   VideoBufferSize 10000
> >> >   VideoBitRate 2048
> >> >   VideoGopSize 12
> >> > </Stream>
> >> >
> >> > Thanks
> >> >
> >> > ------------------------------------------------------------------------------
> >> > _______________________________________________
> >> > 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
> >>
> >> ------------------------------------------------------------------------------
> >> Transform Data into Opportunity.
> >> Accelerate data analysis in your applications with
> >> Intel Data Analytics Acceleration Library.
> >> Click to learn more.
> >> http://makebettercode.com/inteldaal-eval
> >> _______________________________________________
> >> 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
> >
> > ------------------------------------------------------------------------------
> > Transform Data into Opportunity.
> > Accelerate data analysis in your applications with
> > Intel Data Analytics Acceleration Library.
> > Click to learn more.
> > http://makebettercode.com/inteldaal-eval
> > _______________________________________________
> > 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
> 
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://makebettercode.com/inteldaal-eval
> _______________________________________________
> 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



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

Message: 2
Date: Mon, 7 Mar 2016 12:33:33 +0200
From: tosiara <tosi...@gmail.com>
Subject: Re: [Motion-user] mpg streams
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CACHTdwSrVs1M4GmCUq3A6BkG7uQ=2rfzgluz5njnvfefjje...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I can't find right now, but you can check mail list archive for vlc example
- I used that to stream v4l to rtsp using VLC
Also there was an example using GStreamer which is better on low power cpus

On Mon, Mar 7, 2016 at 12:04 PM, John Baker <jba...@dryfish.org.uk> wrote:

> Can you share any sample command line usage?
>
>
>
> On Mon, Mar 7, 2016, at 09:14 AM, Colin Law wrote:
> > On 7 March 2016 at 09:03, John Baker <jba...@dryfish.org.uk> wrote:
> > > Yes, I've done that and it sort of works. But ffserver produces an
> > > mpjpeg stream of a lower quality and with a lower fps. I can't see to
> > > get a reliable rtsp -> mpjpeg stream conversion from ffserver.
> > >
> > > The issue I've got is the cameras don't like two clients on the rtsp
> > > stream, so I was trying to use ffserver to read the rtsp and generate
> > > mpjpeg for motion and other tools.
> >
> > I  have found vlc is better for such things.
> >
> > Colin
> >
> > >
> > > On Mon, Mar 7, 2016, at 08:48 AM, Colin Law wrote:
> > >> On 6 March 2016 at 20:22, John Baker <jba...@dryfish.org.uk> wrote:
> > >> > Hello
> > >> >
> > >> > Can motion consume an mpg stream over http, ie streamed from
> ffserver:
> > >>
> > >> I believe you can if you tell ffserver to make an mpjpeg stream.
> > >>
> > >> Colin
> > >>
> > >> >
> > >> > <Stream drive.mpg>
> > >> >   Feed drive.ffm
> > >> >   Format mpeg
> > >> >   VideoCodec libx264
> > >> >   VideoSize 1280x720
> > >> >   VideoFrameRate 15
> > >> >   VideoBufferSize 10000
> > >> >   VideoBitRate 2048
> > >> >   VideoGopSize 12
> > >> > </Stream>
> > >> >
> > >> > Thanks
> > >> >
> > >> >
> ------------------------------------------------------------------------------
> > >> > _______________________________________________
> > >> > 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
> > >>
> > >>
> ------------------------------------------------------------------------------
> > >> Transform Data into Opportunity.
> > >> Accelerate data analysis in your applications with
> > >> Intel Data Analytics Acceleration Library.
> > >> Click to learn more.
> > >> http://makebettercode.com/inteldaal-eval
> > >> _______________________________________________
> > >> 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
> > >
> > >
> ------------------------------------------------------------------------------
> > > Transform Data into Opportunity.
> > > Accelerate data analysis in your applications with
> > > Intel Data Analytics Acceleration Library.
> > > Click to learn more.
> > > http://makebettercode.com/inteldaal-eval
> > > _______________________________________________
> > > 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
> >
> >
> ------------------------------------------------------------------------------
> > Transform Data into Opportunity.
> > Accelerate data analysis in your applications with
> > Intel Data Analytics Acceleration Library.
> > Click to learn more.
> > http://makebettercode.com/inteldaal-eval
> > _______________________________________________
> > 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
>
>
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://makebettercode.com/inteldaal-eval
> _______________________________________________
> 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: Mon, 07 Mar 2016 15:24:47 +0000
From: John Baker <jba...@dryfish.org.uk>
Subject: [Motion-user] Default thread
To: motion-user@lists.sourceforge.net
Message-ID:
        <1457364287.3876864.541911570.1e113...@webmail.messagingengine.com>
Content-Type: text/plain

I've got five cameras specified with five threads, as five separate
files. But motion appears to start a sixth 'all' thread from the
settings in motion.conf. How do I disable this? Or do I mis-understand?



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

Message: 4
Date: Mon, 07 Mar 2016 16:37:00 +0000
From: John Baker <jba...@dryfish.org.uk>
Subject: [Motion-user] core dumping / timelapse / swf
To: motion-user@lists.sourceforge.net
Message-ID:
        <1457368620.3893960.541994522.38384...@webmail.messagingengine.com>
Content-Type: text/plain

If I set:

ffmpeg_video_codec swf

and enable timelapse, the core dumps regularly. If I set

ffmpeg_video_codec mpeg4

It doesn't. But I don't really understand the relationship between this
option and movies / timelapse. It seems that there is a limited set of
options for timelapse files (can they use ogg?) but movie has a greater
set of options. 

Some clearer comments here may help.



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

Message: 5
Date: Mon, 7 Mar 2016 19:38:58 +0200
From: tosiara <tosi...@gmail.com>
Subject: Re: [Motion-user] Default thread
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <cachtdwqvkzeuryrixbd00h_ety2mwrnwyn-zkuxsxc3dag1...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

why do you want to disable it?

On Mon, Mar 7, 2016 at 5:24 PM, John Baker <jba...@dryfish.org.uk> wrote:

> I've got five cameras specified with five threads, as five separate
> files. But motion appears to start a sixth 'all' thread from the
> settings in motion.conf. How do I disable this? Or do I mis-understand?
>
>
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://makebettercode.com/inteldaal-eval
> _______________________________________________
> 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...

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

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval

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

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


End of Motion-user Digest, Vol 118, Issue 4
*******************************************

Reply via email to