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: Is there a simpler way than rtmp/rtsp? (Mike Wilson)
   2. Re: Is there a simpler way than rtmp/rtsp? (tosiara)
   3. Re: Is there a simpler way than rtmp/rtsp? (Mark Raynsford)
   4. Re: Is there a simpler way than rtmp/rtsp? (Mark Raynsford)


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

Message: 1
Date: Sun, 16 Aug 2020 22:52:51 -0400
From: Mike Wilson <knobby2...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Is there a simpler way than rtmp/rtsp?
Message-ID:
        <CAAVeUCqox6rXe9DnK0ot25_76OJc55xfN=jtenebpd9pjm9...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Motion is using ffmpeg internally to read data. It is able to read a
variety of sources. Have you tried sending it H.264? My guess would be that
someone on the mailing list is doing that now.

On Sat, Aug 15, 2020 at 2:56 PM Mark Raynsford via Motion-user <
motion-user@lists.sourceforge.net> wrote:

> 'Ello!
>
> On 2020-08-15T19:32:27 +0100
> Dave Howorth <d...@howorth.org.uk> wrote:
>
> > On Sat, 15 Aug 2020 17:02:21 +0000
> > Mark Raynsford via Motion-user <motion-user@lists.sourceforge.net>
> > wrote:
> >
> > > $ ssh camera0 read-video 25 1296 730 2000000 | gst-launch-1.0 \
> >
> > You perhaps need to explain a bit more for people like me. What is
> > read-video as an ssh argument? I can't find it.
>
> Sorry, "read-video" is the name of an executable that's executed on the
> remote host. In this case, it pulls H.264 video from an attached
> device, at 25fps 1296x730 ~2mbit/s and writes the data to stdout.
> That's obviously then piped into gst-launch-1.0 on my local machine.
>
> --
> Mark Raynsford | https://www.io7m.com
>
> _______________________________________________
> 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: 2
Date: Mon, 17 Aug 2020 07:05:00 +0300
From: tosiara <tosi...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Is there a simpler way than rtmp/rtsp?
Message-ID:
        <cachtdwrzbgswdchnv9sq-gauza6yocgjbwnwrvaeasnf6e0...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

If you use ssh, could you just open a port forwarding to the rtsp source
and let motion read the original stream?

Or try to pipe data using netcat command which will keep the rtsp packet
format

On Mon, Aug 17, 2020, 05:54 Mike Wilson <knobby2...@gmail.com> wrote:

> Motion is using ffmpeg internally to read data. It is able to read a
> variety of sources. Have you tried sending it H.264? My guess would be that
> someone on the mailing list is doing that now.
>
> On Sat, Aug 15, 2020 at 2:56 PM Mark Raynsford via Motion-user <
> motion-user@lists.sourceforge.net> wrote:
>
>> 'Ello!
>>
>> On 2020-08-15T19:32:27 +0100
>> Dave Howorth <d...@howorth.org.uk> wrote:
>>
>> > On Sat, 15 Aug 2020 17:02:21 +0000
>> > Mark Raynsford via Motion-user <motion-user@lists.sourceforge.net>
>> > wrote:
>> >
>> > > $ ssh camera0 read-video 25 1296 730 2000000 | gst-launch-1.0 \
>> >
>> > You perhaps need to explain a bit more for people like me. What is
>> > read-video as an ssh argument? I can't find it.
>>
>> Sorry, "read-video" is the name of an executable that's executed on the
>> remote host. In this case, it pulls H.264 video from an attached
>> device, at 25fps 1296x730 ~2mbit/s and writes the data to stdout.
>> That's obviously then piped into gst-launch-1.0 on my local machine.
>>
>> --
>> Mark Raynsford | https://www.io7m.com
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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: 3
Date: Mon, 17 Aug 2020 08:30:37 +0000
From: Mark Raynsford <list+net.sourceforge.mot...@io7m.com>
To: Mike Wilson <knobby2...@gmail.com>
Cc: Motion discussion list <motion-user@lists.sourceforge.net>, Dave
        Howorth <d...@howorth.org.uk>
Subject: Re: [Motion-user] Is there a simpler way than rtmp/rtsp?
Message-ID: <20200817083037.6f418...@sunflower.int.arc7.info>
Content-Type: text/plain; charset="us-ascii"

On 2020-08-16T22:52:51 -0400
Mike Wilson <knobby2...@gmail.com> wrote:

> Motion is using ffmpeg internally to read data. It is able to read a
> variety of sources. Have you tried sending it H.264? My guess would be that
> someone on the mailing list is doing that now.

Hello!

How exactly do I do this? I've picked through the documentation but I
don't see any configuration option that would let me read an H.264
stream from a file descriptor or socket. A video file, perhaps, but not
an unseekable file descriptor.

-- 
Mark Raynsford | https://www.io7m.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature

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

Message: 4
Date: Mon, 17 Aug 2020 08:32:25 +0000
From: Mark Raynsford <list+net.sourceforge.mot...@io7m.com>
To: tosiara <tosi...@gmail.com>
Cc: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Is there a simpler way than rtmp/rtsp?
Message-ID: <20200817083225.329a8...@sunflower.int.arc7.info>
Content-Type: text/plain; charset="us-ascii"

On 2020-08-17T07:05:00 +0300
tosiara <tosi...@gmail.com> wrote:

> If you use ssh, could you just open a port forwarding to the rtsp source
> and let motion read the original stream?
> 
> Or try to pipe data using netcat command which will keep the rtsp packet
> format

There actually isn't an rtsp source. It's a directly connected hardware
camera.

-- 
Mark Raynsford | https://www.io7m.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature

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



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

Subject: Digest Footer

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


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

End of Motion-user Digest, Vol 170, Issue 12
********************************************

Reply via email to