xoraingroup

Results 5 issues of xoraingroup

Using a very simple example from peerjs.com between two peers. ```javascript var getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia; peer.on('call', function(call) { getUserMedia({video: true, audio: true}, function(stream) { call.answer(stream); //...

bug
investigating
client

Hi, The getMediaInfo api call is missing KeyFrame information. I guess its pretty easy to add. Can you comment on this? Thank you

意见建议

As the title says, does it support zerossl? Any documentation on this or tips?

**What do you want to do with Clappr?** I am trying to set custom headers on an hls stream using demo. **What have you tried so far?** I can see...

question

### Contact Details _No response_ ### What happened? 1. Try to spin test server with ``` sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh && sudo chmod +x /root/nm-quick.sh && sudo /root/nm-quick.sh ```...

bug