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. Serve up directory listing of recordings? (Jonathan Brown)
   2. Re: Serve up directory listing of recordings? (Thomas Drebert)
   3. Re: Serve up directory listing of recordings? (Adam Goryachev)
   4. Re: Serve up directory listing of recordings? (Jonathan Brown)


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

Message: 1
Date: Sat, 4 Apr 2020 11:20:46 -0600
From: Jonathan Brown <brown.jonat...@gmail.com>
To: Motion-user@lists.sourceforge.net
Subject: [Motion-user] Serve up directory listing of recordings?
Message-ID:
        <CA+ywV71fzvnKxN6x8_-DX=qu8vsdfeqkt65g2sbfc0r0mbu...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I'm currently running motion version 4.1.1 on a raspberry pi.  The
streaming server is running on port 8081 which I've opened up to the
internet.  I wish to make this a public video stream.  Everything appears
to be work great and people are able to view the streaming video.  I'm
currently saving the video recordings to the /var/lib/motion directory.
I'd like to allow viewers to access the recordings as well.  Is it possible
to configure motion to allow access to this directory from the web?  I
didn't see any parameter that I could set in the motion.conf file that
would enable this capability.  I know how to do this with a standard apache
web server but it doesn't look like Motion is using the same flavor of web
server.

Thanks ahead of time for any help.  And I want to say that this piece of
software is pretty great.  Thank you to all of the developers who've put
time and effort into this project.

Regards,

Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 2
Date: Sat, 4 Apr 2020 19:44:15 +0200
From: Thomas Drebert <dreb...@web.de>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Serve up directory listing of recordings?
Message-ID:
        <CANn+32j5ptDX0=qxEzY_h+Y0Kfj6Xm4WJVk=6lkjrvvbuk+...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

I think Motion can't so that, perhaps can motioneye Help.
https://github.com/ccrisan/motioneye/wiki

regarts
ThomasD

Jonathan Brown <brown.jonat...@gmail.com> schrieb am Sa., 4. Apr. 2020,
19:24:

> I'm currently running motion version 4.1.1 on a raspberry pi.  The
> streaming server is running on port 8081 which I've opened up to the
> internet.  I wish to make this a public video stream.  Everything appears
> to be work great and people are able to view the streaming video.  I'm
> currently saving the video recordings to the /var/lib/motion directory.
> I'd like to allow viewers to access the recordings as well.  Is it possible
> to configure motion to allow access to this directory from the web?  I
> didn't see any parameter that I could set in the motion.conf file that
> would enable this capability.  I know how to do this with a standard apache
> web server but it doesn't look like Motion is using the same flavor of web
> server.
>
> Thanks ahead of time for any help.  And I want to say that this piece of
> software is pretty great.  Thank you to all of the developers who've put
> time and effort into this project.
>
> Regards,
>
> Jonathan
> _______________________________________________
> 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, 6 Apr 2020 11:24:29 +1000
From: Adam Goryachev <mailingli...@websitemanagers.com.au>
To: Motion discussion list <motion-user@lists.sourceforge.net>, Thomas
        Drebert <dreb...@web.de>
Subject: Re: [Motion-user] Serve up directory listing of recordings?
Message-ID:
        <649d5a4c-8a51-b073-e306-538194c0e...@websitemanagers.com.au>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

You would just use Apache to serve up the content. You could create a 
page which would embed your live stream into it. Note you would need to 
use a second port for Apache, so need two ports forwarded from your 
router (or use reverse proxy of Apache to serve the live stream as well)

Hope it helps, replying from my mobile so keeping it brief, but let us 
know if you need more help on any of the specific configs.

Regards
Adam

On 5 April 2020 3:44:15 am AEST, Thomas Drebert <dreb...@web.de> wrote:

    Hello,

    I think Motion can't so that, perhaps can motioneye Help.
    https://github.com/ccrisan/motioneye/wiki

    regarts
    ThomasD

    Jonathan Brown <brown.jonat...@gmail.com
    <mailto:brown.jonat...@gmail.com>> schrieb am Sa., 4. Apr. 2020, 19:24:

        I'm currently running motion version 4.1.1 on a raspberry pi.?
        The streaming server is running on port 8081 which I've opened
        up to the internet.? I wish to make this a public video stream.?
        Everything appears to be work great and people are able to view
        the streaming video. I'm currently saving the video recordings
        to the /var/lib/motion directory.? I'd like to allow viewers to
        access the recordings as well.? Is it possible to configure
        motion to allow access to this directory from the web?? I didn't
        see any parameter that I could set in the motion.conf file that
        would enable this capability.? I know how to do this with a
        standard apache web server but it doesn't look like Motion is
        using the same flavor of web server.

        Thanks ahead of time for any help.? And I want to say that this
        piece of software is pretty great.? Thank you to all of the
        developers who've put time and effort into this project.

        Regards,

        Jonathan
        _______________________________________________
        Motion-user mailing list
        Motion-user@lists.sourceforge.net
        <mailto: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


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 4
Date: Sun, 5 Apr 2020 21:32:20 -0600
From: Jonathan Brown <brown.jonat...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Serve up directory listing of recordings?
Message-ID: <c3cfbe5b-0602-4405-be11-47510420d...@gmail.com>
Content-Type: text/plain; charset="utf-8"

I?ve gone ahead and switched to using MotionEyeOS. This satisfies all of my 
needs. 

Jonathan

> On Apr 5, 2020, at 9:25 PM, Adam Goryachev 
> <mailingli...@websitemanagers.com.au> wrote:
> 
> ? You would just use Apache to serve up the content. You could create a page 
> which would embed your live stream into it. Note you would need to use a 
> second port for Apache, so need two ports forwarded from your router (or use 
> reverse proxy of Apache to serve the live stream as well)
> 
> Hope it helps, replying from my mobile so keeping it brief, but let us know 
> if you need more help on any of the specific configs.
> 
> Regards
> Adam
> 
> On 5 April 2020 3:44:15 am AEST, Thomas Drebert <dreb...@web.de> wrote:
>> 
>> Hello,
>> 
>> I think Motion can't so that, perhaps can motioneye Help.
>> https://github.com/ccrisan/motioneye/wiki
>> 
>> regarts
>> ThomasD
>> 
>> Jonathan Brown <brown.jonat...@gmail.com> schrieb am Sa., 4. Apr. 2020, 
>> 19:24:
>>> I'm currently running motion version 4.1.1 on a raspberry pi.  The 
>>> streaming server is running on port 8081 which I've opened up to the 
>>> internet.  I wish to make this a public video stream.  Everything appears 
>>> to be work great and people are able to view the streaming video.  I'm 
>>> currently saving the video recordings to the /var/lib/motion directory.  
>>> I'd like to allow viewers to access the recordings as well.  Is it possible 
>>> to configure motion to allow access to this directory from the web?  I 
>>> didn't see any parameter that I could set in the motion.conf file that 
>>> would enable this capability.  I know how to do this with a standard apache 
>>> web server but it doesn't look like Motion is using the same flavor of web 
>>> server.
>>> 
>>> Thanks ahead of time for any help.  And I want to say that this piece of 
>>> software is pretty great.  Thank you to all of the developers who've put 
>>> time and effort into this project.
>>> 
>>> Regards,
>>> 
>>> Jonathan
>>> _______________________________________________
>>> 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
> 
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity. 
> _______________________________________________
> 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...

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



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

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 166, Issue 4
*******************************************

Reply via email to