Hi, Roger. Any updates on the headless browser APIs? I am trying to implement a webcam streaming server using node.js and WebRTC, but it seems like there aren't any implementations of getUserMedia() for server-side node apps. I haven't had a lot of time to look through node-webkit, but I will be soon. In the meantime, could you tell me if a getUserMedia()-like API is in the works?
Kind regards, Jim On Sunday, February 3, 2013 7:59:07 PM UTC-5, Roger Wang wrote: > > [email protected] <javascript:> writes: > > > is there a way to implement getUserMedia server side? > > > > I guess this query could relate to a broader range of activities** that > > normally take place in a browser... > > In node-webkit we have plan to bridge the internals of Node.js and > WebKit so 'getUserMedia' will expose a stream interface to Node.js. And > we'll also make it headless so it could run better on the server side. > > > **apologies if this seems kooky, but I have a use case... > > Could you please give more information on your use case? > > -- > Roger WANG Intel Open Source Technology Center > > https://github.com/rogerwang/node-webkit > node-webkit <https://github.com/rogerwang/node-webkitnode-webkit>: Call > all Node.js modules directly from DOM and enable > a new way of writing applications with all Web technologies. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
