WebRTC is a free, open project that enables direct browser to browser Real-Time Communications (RTC) via simple Javascript APIs. The WebRTC components have been optimized to best serve this purpose.

learn more… | top users | synonyms

0
votes
1answer
38 views

WebRTC videochat through Websockets

I'm trying to develop a video-chat application using webRTC and WebSockets for signaling. My problem is that I don't know exactly what is the process of creating RTCPeerConnection and connect both ...
-1
votes
0answers
14 views

WebRTC routing by groupId

i am trying to accomplish a basic WebRTC application in Spring with a simple node.js server. I have a MySQL database with groups and corresponding agents. My goal is to determine users which are ...
0
votes
0answers
28 views

Is it possible to connect to a UDP server via Javascript?

Alright so I have a C++ game server which I wanna connect to via UDP and Javascript, but I'm not sure how to do that. WebSockets don't seem to work as they only supports TCP and WebRTC doesn't seem to ...
1
vote
0answers
28 views

Google App Engine. Channel API. The provided token is invalid.

I've been trying to make an application for calling browser to browser using WebRTC. I wrote a simple servlet for creating channel: PrefClubChannelServletServlet extends HttpServlet { public ...
-1
votes
0answers
23 views

webrtc hosted on window server 2008 not working on xp client [closed]

I built the video calling project in asp.net using webrtc and signalR. everything is working as I expected on local server and even on static IP but when I host the project on window server 2008 it ...
0
votes
0answers
57 views

Webrtc in Android webview

We have developed webapplication on Webbased Video / audio communication, in the backend, it uses webrtc + html5, Now we are trying to make it native, and approach is -- Developed a WebView, -- ...
0
votes
1answer
38 views

Cannot run node js app listening on 443

I've got a socket application that I'm trying to make listen on port 443 (https). If I change the port (to e.g. 8080) I get no problems. The error shown is error raised: Error: listen EACCES My ...
2
votes
1answer
66 views

How to record webcam and audio using webRTC and a server-based Peer connection

I would like to record the users webcam and audio and save it to a file on the server. These files would then be able to be served up to other users. I have no problems with playback, however I'm ...
1
vote
0answers
31 views
+150

SIP support for Cordova/Phonegap

Is there any possibility to use SIP in Cordova/Phonegap? I've not found any plugin, yet. Support for WebRTC is also not available (but planned in 2.x, according to their roadmap).
0
votes
0answers
41 views

WebRTC - flash client

I have a website where one user may chat to another, using their webcam, via WebRTC. Chrome supports WebRTC, as does Firefox's nightly build. However, some visitors use Internet Explorer, and thus ...
2
votes
1answer
42 views

WebRTC. Signalling done, but remote video isn't working

So, I'm trying to make webRTC work,peerConnection negotiated successfully and everything fine, but remote videos not played. Link - fb.privetbureau.com Console logs are detailed, here is ...
-1
votes
1answer
57 views

how to get local system's microphone volume level using javascript

I am using webcam and microphone of local system using webRTC. I want to know the microphone volume level so that i can show volume meter to user. So please guide me for this problem. EDIT : I am ...
0
votes
1answer
45 views

WebRTC on a standalone mobile app

I know that WebRTC was designed for browsers, but is it possible to use WebRTC libraries on mobile applications directly? Thanks!
0
votes
1answer
27 views

Play local array data though webRTC

I am new in webRTC . As I know WebRTC is use for real time communication . In spec it seems that Stream can be created only by device outout( using GetUserMedia for microphone , camera or chrome tab ...
0
votes
1answer
31 views

WebRTC function Removestream don't launch event OnRemoveStream. JavaScript

I have a problem with the function Removestream on the WebRTC API, which it says: It is called any time a MediaStream is removed by the remote peer. But not in my case. I have created peer connection ...
0
votes
0answers
30 views

how to create HTML5 webRTC peer connections with datachannels multiple peers?

I can create peerconnection and establish connection between 2 users but I totally confused on working with multiple peers? How to work multiple peers using webrtc datachannel?
0
votes
0answers
23 views

Can't add a nil AVCaptureInput

I have a beta tester getting this error when trying to start a video session on our iPad app using the OpenTok iOS WebRTC SDK. The app crashes every time. User is on an iPad 2 with iOS 6.1.3. Does ...
0
votes
0answers
15 views

How to point script at photo-booth element?

I have a JavaScript element called photobooth, its name is self explanatory and and example of it can be found here: [PhotoBooth][1] I'm trying to point a face detection script at the photobooth ...
0
votes
1answer
48 views

WebRTC support on BlackBerry 10

Are there WebRTC libraries ported to BlackBerry? If not, is it possible to port Android NDK code to BB10 project? Thanks in advance!
-1
votes
0answers
27 views

How to integrate moodle (PHP) with webRTC?

How to integrate moodle (PHP) with webRTC ? Create a Moodle Activity Plug-In, it will contain Date, Start Time, Estimated End Time. A professor can start the activity selecting what does he wants to ...
1
vote
3answers
75 views

webRTC can't connect to someone on different network

So I have a little problem with webRTC. I have managed to succesfuly establish video communication browser to browser on one computer, and to different computer on the same network using firefox ...
1
vote
0answers
26 views

how to build a network using peer connections of multiple peers? [closed]

I want to build a network among multiple peers using WebRTC datachannel, what is the best topology to be used for efficient communication and video conferencing? Now what I am doing? If 10 peers ...
3
votes
0answers
55 views

Creating a webRTC peer *without* a browser, with just a JavaScript interpreter

I want to create a WebRTC peer that's a simple listener/recorder with no "presentation" component (i.e., no HTML/CSS). If this is possible, (with the WebRTC JavaScript APIs), please tell me what ...
0
votes
0answers
24 views

Can't use sipml5 client on firefox (windows & OSX)

I'm trying to make a call by using sipml5 client (http://sipml5.org/ ) or click2dial (http://click2dial.org/) on firefox 20 (Windows & OSX) but it doesn't work. When I try to make call using ...
3
votes
0answers
122 views

How to add WebRTC functionality in android app

How can I easily add WebRTC functionality to my android app so that I would be able to play video stream in MediaPlayer? What library (.jar file) do I have to add to referencies? Could you add ...
0
votes
0answers
28 views

How to unsubscribe and re-subscribe from a video stream using opentok web-rtc

Using flash I had managed to subscribe / unsubscribe / and re-subscribe successfully in the past. Now I'm using the web-rtc connection and when I try to manually re-subscribe to an unsubscribed stream ...
0
votes
1answer
36 views

Storing GetUserMedia permissions across future page requests

Once a user has allowed for a getUserMedia request to access their camera/microphone, is it possible to programmatically "remember" that permission across future page loads?
1
vote
0answers
26 views

Prevent Chrome Timers on Hidden Tabs Running at 1 Second Resolution

I read that timers on hidden tabs run with a resolution of 1 second. Thats realy a defect for me. With WebRTC browsers can build up a p2p network. For my application one of the peers functions as a ...
0
votes
0answers
43 views

Webtrc brodcast have multiple bandwidth usage

I want to create a webrtc brodcasting demo https://webrtc-experiment.appspot.com/socket.io/ here i have a one problem broadcaster have huge bandwidth when connect 10+ user because it use peer to ...
0
votes
0answers
97 views

Built-in AEC or WebRTC AEC on iOS?

I'm new to iOS(from android). I have already successfully do the AEC process on android with WebRTC standalone AECM module. Now I have to do the same thing on iOS but with little progress. the mainly ...
0
votes
0answers
69 views

Can I establish a webRTC signaling channel using sockjs in a Meteor app?

I've read Meteor uses sockjs, and I can see in my Meteor applications SockJS is accessible from the console. I'm wondering if/how it might be possible to create the connection for webRTC communication ...
0
votes
0answers
104 views

Random guy in my webrtc channel [closed]

Fascinated by the latest WebRTC techonlogy, I want to get familiar with it by building a Rails application that will be a little bit like conversat.io. I am using a very simple WebRTC library, which ...
0
votes
1answer
40 views

record audio from embedded video

I like to use the audio context analyzer to take-in the combined audio output of a web page and process it. I have an embedded youtube video and an audio track running at the same time and like to use ...
2
votes
1answer
130 views

Do any Raspian browsers support WebRTC on the Raspberry Pi?

I'm making a side project that uses WebRTC to do peer-to-peer video calling from a PC to some piece of dedicated hardware. I'd really like to use a Raspberry Pi for my hardware prototype, but I'm ...
1
vote
1answer
35 views

Can somebody clarify how the RTCdatachannel will work ? And what are their requirement?

First I just understood that it won't be a pure p2p feature, it's not a socket at all, for security and DDOS purposes. But I'm having a hard time figuring the stuff like offer, answer, SDP, ICE, ...
-2
votes
0answers
65 views

How to Disable camera in native app code of webRTC [closed]

I'm currently working on native app code of webRTC for my project. when we make a video call from browser to native app code it renders the video on the browser from the webcam, instead of that i want ...
0
votes
1answer
61 views

RTCIceCandidate instance cannot be created in browsers on moblie devices

I'm recently trying some awesome features of HTML5 and WebRTC, and am building a site to allow multiple people video chat. Everything works just fine on my PC and the Media Capture of HTML5 works ...
1
vote
0answers
180 views

Insert web frame with WebRTC support in own application

We are about to extend an existing application based on Qt 5 to support video/audio-chat using WebRTC. We already tried to use the Qt 5.0.2 built-in QtWebkit widget without success as getUserMedia() ...
2
votes
0answers
77 views

WebRTC: datachannel drops messages?

I am building a web application that uses webRTC datachannel. I sending data on mouse move to peer, but peer not receiving all the messages? why this? this is arising only when data sending fast. ...
1
vote
1answer
95 views

WebRTC: peer connections limit?

How many peer connections can I create on a single client? Is there any limit?
1
vote
1answer
51 views

WebRTC: How to add stream after offer and answer?

I am working on webRTC video calling. I got datachannel channel successful implementation. now I would like add video stream to the same peer.I read that stream should be added before answer and ...
0
votes
0answers
95 views

InvalidStateError html5 webrtc Data channel testing

I am working on webRTC. I got Video calling and Now testing Datachannels but Getting Invalid state error on creating. var pc_config = { "iceServers" : [ { "url" : ...
1
vote
1answer
91 views

reprompt for permissions with getUserMedia() after initial denial

How do we go about requesting camera/microphone access with getUserMedia() after being denied once? I'm working with getUserMedia to access the user's camera and pipe the data to a canvas. That bit ...
0
votes
3answers
214 views

stop the webcam streaming of getUserMedia without page refreshing

I am trying to close the webcam with javascript function (it has to be closed after receive some Ajax response), but it seems impossible to close without refreshing the page. All the methods for close ...
0
votes
1answer
174 views

WebRTC fallback

I am trying to choose the right way to organize conference video chat from browser. It should work both on iPad/iPhone/Chrome/etc(with WebRTC and without Flash sometimes) and on IE/Firefox/etc(with ...
1
vote
2answers
240 views

Creating a WebRTC receiver

I am new to WebRTC and trying to figure out how to create a program outside a browser which receives a WebRTC audio stream and outputs it on speakers. Are there any WebRTC libraries for Java or C#? ...
0
votes
2answers
290 views

WebRTC ability to broadcast one local video stream to a peer but receive/display multiple video streams from several remote peers?

Basically I have a media server where I have multiple clients in a conference sending one stream and receiving multiple streams (the media server does not mix the streams to make it 1:1). I have it ...
0
votes
1answer
74 views

WEBRTC Object #<RTCPeerConnection> has no method 'processSignalingMessage'

I need help because i am having problems with the WebRTC: I am using this code from one example about Video calls. if (new_connection) { console.log('New Peer Connection'); var ...
1
vote
1answer
280 views

Which version of Microsoft Internet Explorer support WebRTC?

Chrome and Firefox both support WebRTC. Does Internet Explorer support it? Starting at which version? If it does not, are there any plans to support it in the future, and if so when? What about ...
1
vote
1answer
780 views

webRTC HTML5 whiteboard/video chat

I'm exploring the options for building a bleeding edge whiteboard application (much like Big Blue Button or Wimba) using webRTC, HTML5, socket.io and node.js. This would be for one-on-one ...

1 2 3 4 5