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

Where To Store Webrtc Streams When Building React App With Redux

I'm building a React.js application that interacts with the WebRTC apis to do audio/video calli… Read more Where To Store Webrtc Streams When Building React App With Redux

How To Send And Receive Desktop Capture Stream Generated Via Getusermedia()

I am making a Screen sharing app with WebRTC + Socket.io and stuck at a place. Connected with two b… Read more How To Send And Receive Desktop Capture Stream Generated Via Getusermedia()

Navigator.mediadevices.enumeratedevices() Returns Empty Labels

Background The machine I am trying to implement this on contains multiple cameras, I want to select… Read more Navigator.mediadevices.enumeratedevices() Returns Empty Labels

Does Phonegap Support Webrtc?

I want to build an augmented reality app. I was thinking of using something like the Wikitude SDK h… Read more Does Phonegap Support Webrtc?

Websockets: Send Messages And Notifications To All Clients Except Sender

I am developing chat based on websockets and webrtc. I would like to send messages to all connected… Read more Websockets: Send Messages And Notifications To All Clients Except Sender

Webrtc - Differentiate Between Temporary Disconnect Or Failure And Permanant

UPDATE It seems I can do myPeerConnection.getStats() as described here I can measure the bytes sent… Read more Webrtc - Differentiate Between Temporary Disconnect Or Failure And Permanant

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

Cannot Get Pubnub Webrtc Tutorial To Work

I'm trying to build my first WebRTC app by following a PubNub tutorial (https://www.pubnub.com/… Read more Cannot Get Pubnub Webrtc Tutorial To Work

Ios 11 Getusermedia Not Working?

Apple released a statement that getUserMedia will be fully functional on iOS 11. After installing i… Read more Ios 11 Getusermedia Not Working?

How To Exchange Streams From Two Peerconnections With Offer/answer

I am trying to setup video chat where two peer connections exchange video. This happens after creat… Read more How To Exchange Streams From Two Peerconnections With Offer/answer

Webrtc Getusermedia Not Showing Video

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

Webrtc Error Undefined Configuration

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

Is My Understanding Of Webrtc Protocol Correct?

This is how I understand the protocol... user on browser get media stream generates own sdp (data … Read more Is My Understanding Of Webrtc Protocol Correct?

How To Swap Camera Sources In Webrtc While In A Call (javascript Apis)

On iOS I can do: // set a new camera id cameraId = ([cameraId isEqualToString:frontCameraId]) ? b… Read more How To Swap Camera Sources In Webrtc While In A Call (javascript Apis)

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

What Is A Trackstarterror?

I am running audio only sessions using the constraints: var constraints = { audio: { ma… Read more What Is A Trackstarterror?

How To Send Getusermedia Recorded Stream To Server Nodejs Realtime

I am able to send stream blob using socket.io to node js server. But, it is blinking while updating… Read more How To Send Getusermedia Recorded Stream To Server Nodejs Realtime

Webrtc Video Constraints Not Working

I'm trying to get a lower resolution from the webcam navigator.getUserMedia({audio: true, … Read more Webrtc Video Constraints Not Working

GetUserMedia - FacingMode Not Recognized Despite Adapter.js

I want to get the video stream of my rear camera in an Ionic Application. For this, I use getUserMe… Read more GetUserMedia - FacingMode Not Recognized Despite Adapter.js

GetUserMedia - FacingMode Not Recognized Despite Adapter.js

I want to get the video stream of my rear camera in an Ionic Application. For this, I use getUserMe… Read more GetUserMedia - FacingMode Not Recognized Despite Adapter.js