Skip to content Skip to sidebar Skip to footer
Showing posts with the label Webrtc

Onaddstream Method Is Not Executed After Rtcpeerconnection Object Is Instantiated

Dear friends I am trying to build test application which allows to connect a browser window to itse… Read more Onaddstream Method Is Not Executed After Rtcpeerconnection Object Is Instantiated

How To Select Proper Backfacing Camera In Javascript?

I am using navigator.mediaDevices.getUserMedia to open MediaStream from camera device within a web … Read more How To Select Proper Backfacing Camera In Javascript?

Webrtc Error Undefined Configuration

I have the following in my client.js file... window.onload = function() { var peerConnection; … Read more Webrtc Error Undefined Configuration

How Can We Mix Canvas Stream With Audio Stream Using Mediarecorder

I have a canvas stream using canvas.captureStream(). I have another video stream from webrtc video … Read more How Can We Mix Canvas Stream With Audio Stream Using Mediarecorder

Webrtc: Createoffer's Success Callback Called Twice In Chrome

I'm playing with WebRTC and following this article. Now I experiencing strange behaviour in Chr… Read more Webrtc: Createoffer's Success Callback Called Twice In Chrome

Webrtc, Stun/turn Not Working Outside Lan

index.html (Offerer) var socket = io.connect('http://127.0.0.1:80'); //socket.io socket.emi… Read more Webrtc, Stun/turn Not Working Outside Lan

Webrtc: Called In Wrong State: State_sentoffer

I'm following this tutorial, to make a simple example of WebRTC. But the remote video does not … Read more Webrtc: Called In Wrong State: State_sentoffer

Webrtc Getusermedia Not Showing Video

I have the following code: document.addEventListener('DOMContentLoaded', function () { v… Read more Webrtc Getusermedia Not Showing Video