Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with Camera Stream #15

Closed
ghost opened this issue May 25, 2018 · 4 comments
Closed

Help with Camera Stream #15

ghost opened this issue May 25, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented May 25, 2018

Hi, I'm trying to add a camera node but can't get any info about it.

cameraRTPStreeamManagement is the node, here the characteristics:

SupportedVideoStreamConfiguration, 
SupportedAudioStreamConfiguration, 
SupportedRTPConfiguration, 
SelectedRTPStreamConfiguration, 
StreamingStatus, 
SetupEndpoints, 
Name

just pointing to some documentation/examples could be very helpful

@oliverrahner
Copy link
Collaborator

oliverrahner commented May 25, 2018

Just read through some documentation (IP-Camera and Camera.js) quickly and it seems that cameras aren't that easy to handle.
For starters, the whole concept of these nodes is to handle everything as bridged accesories. From the first link:

Please notice that due to protocol limitation, it's not possible to expose multiple cameras via a single HAP Endpoint. Trying to add a camera to a bridged accessory may result unexpected behavior.

Also, I don't know if it's easily possible to add camera functionality in a generic way which can be easily handled by the user in node-red.
My guess is that depending on every single camera model, custom code has to be written.
I'd suggest to go with homebridge or implement something directly on top of HAP-NodeJS for your use case...

Nevertheless, I have opened issue #16 as a reminder and maybe as an entry point for discussion regarding this feature.

@ghost
Copy link
Author

ghost commented May 25, 2018

thanks, let me know if I can help

@ghost ghost closed this as completed May 25, 2018
@Shaquu
Copy link
Member

Shaquu commented Jun 23, 2019

@leRenart we have working Camera Stream in #16
Please read topic if you are interested!

@ghost
Copy link
Author

ghost commented Jun 23, 2019

That's great! You are doing a great job guys 👍

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants