samples-server
samples-server copied to clipboard
MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
I follow [Blog](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos) but when i compile my project , no error. Everything fine but video streaming is not playing. [Webrtc-Code](https://github.com/ali2210/WizDwarf/blob/master/js/video.js). Please help me to resolve this error OS :...
Bugs
1) First of all the text chat does not work properly, most of the time you just lose the ability to post anything or receive any new messages. 2) In...
I just test the webrtc demo on https://webrtc-from-chat.glitch.me/ I found it works well when firefox calls firefox,chrome calls chrome and firefox calls chrome, but fails when chrome calls firefox. The...
This example - https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos https://mdn-samples.mozilla.org/s/webrtc-capturestill/ On iOS Safari, you open the example, it prompts for webcam use, you allow, then it takes a single frame and stays that way, doesn't...
Set playsinline attribute of video to true to make WebRTC work on mobile Safari. Solution found [here](https://github.com/webrtc/samples/issues/929). fixes #94
http://mdn-samples.mozilla.org/s/webrtc-from-chat/ Your homepage will not work. Are you no longer serving?
``` myPeerConnection = new RTCPeerConnection({ iceServers: [ // Information about ICE servers - Use your own! { urls: "turn:" + myHostname, // A TURN server username: "webrtc", credential: "turnserver" }...
Hello, First of thank you very much for providing this wonderful demo. I'm going to implement video call using webrtc with the help of this demo. It works well but...
https://github.com/mdn/samples-server/blob/master/s/webrtc-simple-datachannel/index.html : you forgot last `>`