Jason Thomas
Jason Thomas
@iBoai So you would have to fork node-webrtc, but you can take over the VideoEncoderFactory `src/interfaces/rtc_peer_connection/peer_connection_factory.cc:67`, and have it return a factory of your own making that subsequently does not...
@giovanni-bertoncelli Mediasoup is a good off the shelf nodejs scriptable approach.
It sounds like from this description, and looking at the code, the situation I am describing shouldn't be possible? I.E: Ground.ready() should only reactively update when the subscriptions have all...
Sounds like a great idea, thanks for the suggestions!
So, I'm still using GroundDB for small collections that I want to remain reactive. My eventual solution has been to use PouchDB backed by Sqlite for very large collections that...
@raix, Very cool, I look forward to it. I really think GroundDB is probably the biggest missing piece for making Meteor a viable solution to creating hybrid mobile applications. Thanks...
@raix, Any details on where this new code is located so that I can check it out?
@bgrozev http-bind is proxied, but Jetty strips all of the headers from Prosody, so even configuring Prosody itself to produce the relevant CORS headers doesn't help. In the past via...
@bgrozev, That worked great, thankyou!
I managed to do this by following the dentries structure with the following function: ``` static int read_dentry_strings( struct dentry *dtryp, char buf[DEFAULT_SUB_BUF_LEN][DEFAULT_SUB_BUF_SIZE]) { struct dentry dtry; struct dentry *lastdtryp...