Patrick Nick
Patrick Nick
I will. Could you confirm that the demo app here https://github.com/EricssonResearch/openwebrtc-examples/tree/master/web is unable to produce a bidirectional video connection (when one of the peers is Bowser)?
Thanks for the info. When you say owr, is that a synonym for Bowser? If not, what exactly does owr stand for? Good to know about the two-way video. So...
I have made an interesting realization: I had always selected all three boxes (audio/video/chat) and the audio/video never worked bidirectionally (Bowser never fired the onaddstream event). However, when I DON'T...
Some more digging into the code of mentioned "webrtcsdp.cc" shows that the empty string is passed like that in the source, it's not something taken from the SDP contents. See...
In my Javascript I have the following code: `this.configOffer={ "offerToReceiveAudio": 1, "offerToReceiveVideo": 1 }` I would then pass this in as constraints when I create the offer. It seems that...
I'm off work now, tomorrow morning I need to test if this version works for other systems/browsers or not. But I have the feeling that this is a workaround at...
Like I feared: omitting the mentioned constraints makes Bowser work but breaks Chrome, it doesn't include audio/video in the offer anymore. So now the workaround becomes more elaborate, I need...
Sure. Showing client's offers such as logged by the server. Used both desktop and mobile due to different hardware which affects offer (presence of camera). Chrome on my Ubuntu Desktop...
This might be a follow up problem caused by the above: On Bowser the onaddstream(event) callback is never invoked. I'm trying to solve this now, but so far no success....
> Another fix is to re-create the directory structure before starting CNTLM. Wouldn't that need to be arranged in the systemd service definition so that the service can still successfully...