Git Product home page Git Product logo

Comments (3)

MayaPosch avatar MayaPosch commented on August 20, 2024

Hello Brent,
Can you comment on the exact use case? What kind of sensor type and data?
Are we talking about camera sources and video streams? Or something more generic?

NymphCast supports sending and receiving commands and data to/from custom apps that run on the server. It is primarily aimed at streaming multimedia content to a remote receiver (NC server), similar to how ChromeCast works.

NymphCast Client implementations should support screen casting and live streams at some point in the future. This could include video and audio streams from webcams and similar standard USB devices.

The NymphCast protocol is realized as an API implemented in NymphRPC ( https://github.com/MayaPosch/NymphRPC ).

Depending on the type of sensor data and depth of integration into NymphCast we're talking about here (through integration of vendor drivers and APIs) a custom application built on top of NymphRPC, or as you said WebRTC might make more sense.

from nymphcast.

brentgracey avatar brentgracey commented on August 20, 2024

Thanks for the quick response!

My thought process follows from looking at products like - https://shop-eu.framos.com/Intel%C2%AE-RealSense%E2%84%A2-Depth-Camera-D415-Camera-only-p130509294

So yes I am specifically thinking of a camera; I haven't looked into detail on the format of the data that comes out of that camera; it is a little bit more than RGB; since it has depth data in it too which is called RGB-D I believe. I'm not sure how much of an extract protocol that is.

Am I correct in thinking that its the software "on the other side" of the NC server that will have to be aware of the format of the data being cast? And to the NC client and server - the data being cast is just a sequence of bytes?

Slightly further on alternatives - my mental model of chromecast - is the data is staying local to the wifi network. Do you know if the same would hold for two webRTC clients that happen to be connected to the same router? webRTC requires a server to help establish the p2p connection - but I'm not sure if once that p2p connection is established what network hops would be involved in the p2p data stream. Appreciate that is far from a NC question! And I'm a bit past my own understanding - so I might have some terminology wrong in the question.

Would webRTC stay local to the Wifi network_

from nymphcast.

MayaPosch avatar MayaPosch commented on August 20, 2024

I would advise looking at WebRTC and a custom RPC solutions.

Closing this topic because it's fully off-topic for NymphCast.

from nymphcast.

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.