Juan Navarro
Juan Navarro
Things this PR might be lacking, but I don't know internal project's "howto" in order to add adequately: * An `assets` array? The `ffi-napi` package installs a node addon that...
Ok so here's the thing: `ffi-napi` uses `ref-napi` as a dependency. `ffi-napi` installs `"node_modules/ffi-napi/build/Release/ffi_bindings.node"`, and `ref-napi` installs `"node_modules/ref-napi/prebuilds/linux-x64/node.napi.node"`. So to make it work properly, I'm thinking that an additional patch...
> > What would the contents of package.json be > > You can add the dependencies that you prefer in package.json. There are some tests that already do that So...
Ok with the latest commits I've added a test for `ffi-napi`, and an additional patch for its dependency `ref-napi`, which also contains a native Node addon that should be included...
> seem more reasonable to me to ignore all headers above and/or below a certain level That's the most typical way to skip elements in a TOC, yes. But it's...
User reported this client error: ``` code -1: org.kurento.client.internal.server.KurentoServerException:Connection with server have been closed ``` and this server error: ``` [nioEventLoopGroup-3-1] org.kurento.jsonrpc.client.JsonRpcClientNettyWebSocket - channel closed [AbstractJsonRpcClientWebSocket-disconnectExec-e4-t0] org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket - Exception trying...
Some updates: Given the problematic SDP, where this is the important line: ``` m=video 9 UDP/TLS/RTP/SAVPF 0 ``` **this is already a malformed SDP** because it requests static Payload Type...
I've fixed this behavior in Kurento with https://github.com/Kurento/bugtracker/issues/627 However we should still check why an error on the `pc.setRemoteDescription()` of the client would manage to bring a whole session down...
OK I've been surgeon-testing the code this morning and found that in case of mediasoup, the issue is that the SDP Offer fails to be processed because there are no...
> but one to one call is working perfectly Do you mean that one-to-one works perfectly when one is using iOS? What happens if the two people use iOS (in...