Abhishek Hingnikar

Results 66 comments of Abhishek Hingnikar

@celevra look into microphone-stream and also l16-mic in watson speech sdk you can use them together to generate a node style stream of compressed audio data, then you can use...

@jdfwarrior I suggest you use opressor or some other browserify compatible compression module aswell. (Also Heads up websockets#latest support gzip out of the box and it will be enabled by...

@joshterrill what are you trying to achieve?

This doesn't seem to work with Chrome Custom Tabs.

I am not a java/ObjC developer :-1: but here is the basics take raw cam stream and convert it to video stream using libav and keep it in memory lib...

try ldd on the png.node and kindly send the reply here , if its still relevant :-)

@victor73 its not linking libpng "clearly" Make sure your libpng is in your link paths , defined in the .gyp or re-configure it and build it as per your computer's...

@vigneshnrfs That will not work very-well with stateless api's which is exactly JWT's good for. For instance `express-jwt` Currently I re-wrote the middleware myself to read roles from JWT's, it...

@vstirbu https://github.com/cambiocreative/cordova-plugin-zeroconf this fork seems to support iOS pretty well, can't you merge it ?

@CaptainN you should check out swiper.js it performs really well on lower end mobile devices (Tested on Lumia 520). I use it here https://github.com/darkyen/react-ui-components/blob/master/src/UITabsView.js along with more high performance react...