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. Stream audio with motion (Rusty Lemur)
   2. Re: Stream audio with motion (tosiara)
   3. Re: Stream audio with motion (Rusty Lemur)
   4. Re: Stream audio with motion (tosiara)
   5. Re: Stream audio with motion (Mike Wilson)


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

Message: 1
Date: Mon, 6 Feb 2017 08:56:21 -0600
From: Rusty Lemur <rusty.le...@gmail.com>
Subject: [Motion-user] Stream audio with motion
To: motion-user@lists.sourceforge.net
Message-ID:
        <cafzrdhsqhj9qpfvgn-hh7xgtuqbttv+sozfyxkf-yrjw6yk...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

I was wondering if it is possible to stream audio along with the video
feed.  I tried looking through the motion.conf file and FAQs, and tried
searching for it as well.  But I have been unable to find if it is
supported.

Thanks,
Rusty
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 2
Date: Mon, 6 Feb 2017 17:05:27 +0200
From: tosiara <tosi...@gmail.com>
Subject: Re: [Motion-user] Stream audio with motion
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CACHTdwQgjN1=of4rg-n8gota6-hvwsg3hp2pp9sw64-kcjk...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Motion does not support audio
But you can use ffserver+ffmpeg to stream audio at the same time, for
example, form the same usb web camera that motion is already
monitoring

On Mon, Feb 6, 2017 at 4:56 PM, Rusty Lemur <rusty.le...@gmail.com> wrote:
> Hello,
>
> I was wondering if it is possible to stream audio along with the video feed.
> I tried looking through the motion.conf file and FAQs, and tried searching
> for it as well.  But I have been unable to find if it is supported.
>
> Thanks,
> Rusty
>
> ------------------------------------------------------------------------------
> 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
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user



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

Message: 3
Date: Mon, 6 Feb 2017 12:06:01 -0600
From: Rusty Lemur <rusty.le...@gmail.com>
Subject: Re: [Motion-user] Stream audio with motion
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <cafzrdhs+s6hb346utpkwc6uyneqqked_4dg_txw+p2kksyd...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Thank you very much for the quick response and information.  My current
setup is that one computer is running motion, and another device is
connecting to that computer with Firefox pointing to the port defined in
motion's configuration file.  (I couldn't believe how quick and easy that
was to set up.  Kudos to the development team!)  With your suggestion of
ffserver, would I have to open a new connection in Firefox to a new port
that is serving the audio, or can I pipe the output from motion to ffmpeg
and combine the audio there before serving it on the original port?  Or how
would you recommend doing that?

Thanks,
Rusty

On Feb 6, 2017 9:07 AM, "tosiara" <tosi...@gmail.com> wrote:

> Motion does not support audio
> But you can use ffserver+ffmpeg to stream audio at the same time, for
> example, form the same usb web camera that motion is already
> monitoring
>
> On Mon, Feb 6, 2017 at 4:56 PM, Rusty Lemur <rusty.le...@gmail.com> wrote:
> > Hello,
> >
> > I was wondering if it is possible to stream audio along with the video
> feed.
> > I tried looking through the motion.conf file and FAQs, and tried
> searching
> > for it as well.  But I have been unable to find if it is supported.
> >
> > Thanks,
> > Rusty
> >
> > ------------------------------------------------------------
> ------------------
> > 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
> > https://motion-project.github.io/
> >
> > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
> ------------------------------------------------------------
> ------------------
> 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
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 4
Date: Mon, 6 Feb 2017 20:32:15 +0200
From: tosiara <tosi...@gmail.com>
Subject: Re: [Motion-user] Stream audio with motion
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <cachtdwrbnjg2mozhhdz7efa2o_cngm9qwfzaezg8hq9mvft...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Motion streams mjpeg and this container does not support audio
So you will need to open another port to connect using an audio player (ex, vlc)
If you want to mux video and audio you should consider some other
solution, motion is not good for just streaming video. You could use
vlc to capture video and audio and stream it over http

On Mon, Feb 6, 2017 at 8:06 PM, Rusty Lemur <rusty.le...@gmail.com> wrote:
> Thank you very much for the quick response and information.  My current
> setup is that one computer is running motion, and another device is
> connecting to that computer with Firefox pointing to the port defined in
> motion's configuration file.  (I couldn't believe how quick and easy that
> was to set up.  Kudos to the development team!)  With your suggestion of
> ffserver, would I have to open a new connection in Firefox to a new port
> that is serving the audio, or can I pipe the output from motion to ffmpeg
> and combine the audio there before serving it on the original port?  Or how
> would you recommend doing that?
>
> Thanks,
> Rusty
>
> On Feb 6, 2017 9:07 AM, "tosiara" <tosi...@gmail.com> wrote:
>>
>> Motion does not support audio
>> But you can use ffserver+ffmpeg to stream audio at the same time, for
>> example, form the same usb web camera that motion is already
>> monitoring
>>
>> On Mon, Feb 6, 2017 at 4:56 PM, Rusty Lemur <rusty.le...@gmail.com> wrote:
>> > Hello,
>> >
>> > I was wondering if it is possible to stream audio along with the video
>> > feed.
>> > I tried looking through the motion.conf file and FAQs, and tried
>> > searching
>> > for it as well.  But I have been unable to find if it is supported.
>> >
>> > Thanks,
>> > Rusty
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > 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
>> > https://motion-project.github.io/
>> >
>> > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
> ------------------------------------------------------------------------------
> 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
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user



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

Message: 5
Date: Mon, 06 Feb 2017 18:46:10 +0000
From: Mike Wilson <knobby2...@gmail.com>
Subject: Re: [Motion-user] Stream audio with motion
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CAAVeUCpd_3UhaWneU=oakpjqb4w3gcs6bc4rxnwny-t6j4+...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

You could use the motion triggers to enable recording of video and audio. I
believe Mr Dave does this and even has an example script somewhere around
on github. This would give your motion recordings video, but would not
allow live video with audio. If we ever add support for passthrough rtsp it
could potentially carry audio as well.

I would agree with tosiara though. If you just want live video with audio
motion might not be your project currently.

On Mon, Feb 6, 2017 at 1:34 PM tosiara <tosi...@gmail.com> wrote:

> Motion streams mjpeg and this container does not support audio
> So you will need to open another port to connect using an audio player
> (ex, vlc)
> If you want to mux video and audio you should consider some other
> solution, motion is not good for just streaming video. You could use
> vlc to capture video and audio and stream it over http
>
> On Mon, Feb 6, 2017 at 8:06 PM, Rusty Lemur <rusty.le...@gmail.com> wrote:
> > Thank you very much for the quick response and information.  My current
> > setup is that one computer is running motion, and another device is
> > connecting to that computer with Firefox pointing to the port defined in
> > motion's configuration file.  (I couldn't believe how quick and easy that
> > was to set up.  Kudos to the development team!)  With your suggestion of
> > ffserver, would I have to open a new connection in Firefox to a new port
> > that is serving the audio, or can I pipe the output from motion to ffmpeg
> > and combine the audio there before serving it on the original port?  Or
> how
> > would you recommend doing that?
> >
> > Thanks,
> > Rusty
> >
> > On Feb 6, 2017 9:07 AM, "tosiara" <tosi...@gmail.com> wrote:
> >>
> >> Motion does not support audio
> >> But you can use ffserver+ffmpeg to stream audio at the same time, for
> >> example, form the same usb web camera that motion is already
> >> monitoring
> >>
> >> On Mon, Feb 6, 2017 at 4:56 PM, Rusty Lemur <rusty.le...@gmail.com>
> wrote:
> >> > Hello,
> >> >
> >> > I was wondering if it is possible to stream audio along with the video
> >> > feed.
> >> > I tried looking through the motion.conf file and FAQs, and tried
> >> > searching
> >> > for it as well.  But I have been unable to find if it is supported.
> >> >
> >> > Thanks,
> >> > Rusty
> >> >
> >> >
> >> >
> ------------------------------------------------------------------------------
> >> > 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
> >> > https://motion-project.github.io/
> >> >
> >> > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> 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
> >> https://motion-project.github.io/
> >>
> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
> >
> >
> >
> ------------------------------------------------------------------------------
> > 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
> > https://motion-project.github.io/
> >
> > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
> ------------------------------------------------------------------------------
> 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
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
-------------- 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 129, Issue 1
*******************************************

Reply via email to