Globik

Results 48 comments of Globik

Something like this methods.forEach bla bla bla exports[name]=(...n)=>{return new Promise((res,rej)=>{ fs[name](...n,(er,d)=>{ if(er)rej(er) res(d)})})}

And how to use this stuff?

Only webrtc technologies to the riscue for a live streaming from rtsp to the browser via server side webrtc sfu gateway.

@muaz-khan thank you for a explanation. Today tried your code of this scalable broadcast in both, in chrom and firefox, it works great with tandem of audio plus video. But...

Libuv has interface for epoll / poll fd communications to other events outside of libuv ecosystem.

@junky89 or could be used the mqueue from libre lib.

How to enable a rawrtc in to the code of your own? Must be event loop started in background?

For what this simple-peer? For communications between applications? Or for a webRTC/ORTC gateway server?

For nodejs rawrtc bindings it is no problem if one thread and event loop based on uv.c If there is a glib loop so its simplier to write an webapplication...