Anonymousdog / displaycameras

System for displaying RTSP feeds from IP cameras on the Raspberry Pi
Apache License 2.0
566 stars 113 forks source link

Not a Issue but a Question #63

Closed Therealjosephchrzempiec closed 2 years ago

Therealjosephchrzempiec commented 4 years ago

Hello i wonder if it is possible to Stream the camera to a webpage on the system that is displaying on the monitor. In my case I have a raspberry pi That I'm displaying right now a Single camera on the monitor. I'm also running lampp webpage server. I would like to stream my camera on a webpage served by the same system. Is this possible and How can i do this? I'm not a programmer by any means I'm learning as i go along.

Joseph

Anonymousdog commented 4 years ago

I don't think this project is a good match for that. Your needs are well outside the scope of what this does.

You're probably looking for Apache modules that would serve up the RTSP feed without another package being involved.

On Wed, Aug 5, 2020 at 3:53 AM Therealjosephchrzempiec < notifications@github.com> wrote:

Hello i wonder if it is possible to Stream the camera to a webpage on the system that is displaying on the monitor. In my case I have a raspberry pi That I'm displaying right now a Single camera on the monitor. I'm also running lampp webpage server. I would like to stream my camera on a webpage served by the same system. Is this possible and How can i do this? I'm not a programmer by any means I'm learning as i go along.

Joseph

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/63, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKJILJYJCSRFP6ACEVLR7EFXLANCNFSM4PVGG4EA .

Therealjosephchrzempiec commented 4 years ago

Hello Anonymousdog, l have looked up a few things and i couldn't find anything to get to work. Might be my lack of programming skills that is stopping that. Also most of these sites are not very good at detailing information on how to make it work. I'm using your code because it is the first one i got to work where the information i could understand.

Joseph

Anonymousdog commented 4 years ago

This package and a javascript media player would work.

https://github.com/Roverr/rtsp-stream

Andy

On Wed, Aug 5, 2020, 12:23 PM Therealjosephchrzempiec < notifications@github.com> wrote:

Hello Anonymousdog, l have looked up a few things and i couldn't find anything to get to work. Might be my lack of programming skills that is stopping that. Also most of these sites are not very good at detailing information on how to make it work. I'm using your code because it is the first one i got to work where the information i could understand.

Joseph

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/63#issuecomment-669292870, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKJ3SZEQKQVDXI5FO2LR7GBP3ANCNFSM4PVGG4EA .

Therealjosephchrzempiec commented 4 years ago

Hello thank you i will check it out.