GithubHelp home page GithubHelp logo

Camera URL about node-red-contrib-smartnora HOT 18 CLOSED

T1mey avatar T1mey commented on September 28, 2024
Camera URL

from node-red-contrib-smartnora.

Comments (18)

andrei-tatar avatar andrei-tatar commented on September 28, 2024 1

Yes, it means the devices receives the commands via local fulfilment path.
However there still is a status update send to the cloud since Google Home only supports cloud queries. So when you open Google Home and Google queries what's the status for all the devices, that call goes only to nora, not to your LAN.

from node-red-contrib-smartnora.

andrei-tatar avatar andrei-tatar commented on September 28, 2024

@T1mey I never got to playing around with the camera streams. Not 100% sure, but I think it needs to be a public ip/host name.

from node-red-contrib-smartnora.

andrei-tatar avatar andrei-tatar commented on September 28, 2024

Btw, I do plan to install some cameras for myself in the next few months and I will play around with adding them to Google Home.

from node-red-contrib-smartnora.

andrei-tatar avatar andrei-tatar commented on September 28, 2024

@T1mey ah, the question is more about the codecs. No, there's no chance I can change the video codec.
You can use something like this: https://github.com/deepch/RTSPtoWebRTC to transcode to something supported by Google Home.

from node-red-contrib-smartnora.

T1mey avatar T1mey commented on September 28, 2024

Which codecs are supported by google ? I can choose between h.264 and mpeg...
Question is if this is working in my local network or if the URL must be accessable over the internet.

If yes maybe it's maybe worth changing the camera to another model which is supported by google out of the box.

from node-red-contrib-smartnora.

andrei-tatar avatar andrei-tatar commented on September 28, 2024

These are the supported stream protocols:
https://developers.home.google.com/cloud-to-cloud/traits/camerastream#streaming%20protocols

Question is if this is working in my local network or if the URL must be accessible over the internet.

No idea. The documentation doesn't specify it explicitly. I personally haven't tried yet.

from node-red-contrib-smartnora.

T1mey avatar T1mey commented on September 28, 2024

These are the supported stream protocols: https://developers.home.google.com/cloud-to-cloud/traits/camerastream#streaming%20protocols

Question is if this is working in my local network or if the URL must be accessible over the internet.

No idea. The documentation doesn't specify it explicitly. I personally haven't tried yet.

Note: CameraStream is not currently supported by local fulfillment.

Link is not reachable... seems it's called local fullfillment

Would be interested which devices are supporting local fullfillment.... Searching for some power plugs which can do that....

from node-red-contrib-smartnora.

andrei-tatar avatar andrei-tatar commented on September 28, 2024

Local fulfilment is related to something else, not the camera stream url.

It's the ability to receive commands/queries from a Google home device directly to the node-red instance, not via the cloud path.

Pretty much all devices support local fulfilment.

from node-red-contrib-smartnora.

T1mey avatar T1mey commented on September 28, 2024

Local fulfilment is related to something else, not the camera stream url.

It's the ability to receive commands/queries from a Google home device directly to the node-red instance, not via the cloud path.

Pretty much all devices support local fulfilment.

Is it possible to use that feature in smart nora somehow ?

from node-red-contrib-smartnora.

andrei-tatar avatar andrei-tatar commented on September 28, 2024

Yes, it's already supported and enabled by default for the devices that support it.
You can read more about it here:

from node-red-contrib-smartnora.

T1mey avatar T1mey commented on September 28, 2024

Yes, it's already supported and enabled by default for the devices that support it. You can read more about it here:

Wow... sounds great... I'm using Homematic (IP) devices over a CCU3 in my local network .... and the delays between commands are quite huge (2-5 seconds) .

from node-red-contrib-smartnora.

andrei-tatar avatar andrei-tatar commented on September 28, 2024

@T1mey please note that the latency between Google and node-red is at a minimum (in my case ~500msec). Not sure how you interface with the Homematic devices from node-red, but it might add up.

from node-red-contrib-smartnora.

T1mey avatar T1mey commented on September 28, 2024

m node-red, but it might add up.

Thanks for the clarification ... the status is blue in my case... so as I understood it right,,,, the call is not leaving my LAN right ?

from node-red-contrib-smartnora.

FireWizard52 avatar FireWizard52 commented on September 28, 2024

Hi, @T1mey.

Following your discussions, as I do also own DLink camera's. Unfortunately older model, DCS930L.

What is your intended use, as I only can imagine, that you want to give a voice command and then that your camera stream is displayed on a Google Nest Hub or a Max.
I have never been able to realize that, but used some work around with CATT (Cast All The Things) and a support program mqtt-launcher. This solution is posted at the Domoticz forum (as I use Domoticz).

You may want to look at that: https://www.domoticz.com/forum/viewtopic.php?f=38&t=30644&p=233183#p233183

At the end this program will run DashCast on the Google Nest Hub and display your video stream (or any other website) to the Nest Hub. Several alternative methods are available, with might be easier, but that will depend on your personal setup.

I would also prefer that a camera stream is played on the Nest hub, without CATT and/or MQTT Launcher.

Regards

from node-red-contrib-smartnora.

T1mey avatar T1mey commented on September 28, 2024

gle Nest Hub and display your video stream (or any other website) to th

@FireWizard52
Yes, that's what I want to do...
Must your cam be reachable ober the internet?

I think I do not want to have a process running for convserion and I will switch to another cam...

from node-red-contrib-smartnora.

FireWizard52 avatar FireWizard52 commented on September 28, 2024

Hi @T1mey,

You asked:

Must your cam be reachable ober the internet?

No, my cams are not reachable from the Internet. I'm able to create a VPN to my local network and it that case I can view the camera stream on my phone, tablet, etc. I do not want that everybody can look into my house.
My camera's and the Google Nest Hub are on the same private LAN, which is not accessible from the Internet.

from node-red-contrib-smartnora.

github-actions avatar github-actions commented on September 28, 2024

This issue is stale because it has been open for 14 days with no activity.

from node-red-contrib-smartnora.

github-actions avatar github-actions commented on September 28, 2024

This issue was closed because it has been inactive for 7 days since being marked as stale.

from node-red-contrib-smartnora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.