Questions tagged [video-conferencing]

Questions related to video conferencing. Video conferencing uses audio and video telecommunications to bring people at different sites together. This can be as simple as a conversation between people in private offices (point-to-point) or involve several (multi-point) sites in large rooms at multiple locations.

Videoconferencing uses audio and video telecommunications to bring people at different sites together. This can be as simple as a conversation between people in private offices (point-to-point) or involve several (multi-point) sites in large rooms at multiple locations.

More details at http://en.wikipedia.org/wiki/Videoconferencing

208 questions
5
votes
2 answers

webRTC: Add audio later or disable microphone using peerJS

I am currently writing an application that enables user to start a video call via webRTC using peerJS. Now I want users to be able to decide if they want add audio or not, but without restarting the call. As I see it - and according to this answer -…
stiller_leser
  • 1,512
  • 1
  • 16
  • 39
5
votes
2 answers

Integrate opentok video conferencing into parse.com + iOS app

This question is not only aimed at code but my app design as well. I have an iphone app that requires opentok to handle the video/audio sessions. I have gone through basic samples but what I am confused about is session management. For example, if…
Nirav Bhatt
  • 6,940
  • 5
  • 45
  • 89
5
votes
1 answer

Videoconferencing with webrtc + node.js

first sorry for my bad english. I'm trying to make a video call with WebRTC but it doesn't work. I'm using node.js+socket.io+express for the server. I appreciate any help or suggestions you can give me. Thank you very much. This is my…
4
votes
2 answers

Network data out - nmon/nload vs AWS Cloudwatch disparity

We are running a video conferencing server in an EC2 instance. Since this is a data out (egress) heavy app, we want to monitor the network data out closely (since we are charged heavily for that). As seen in the screenshot above, in our test, using…
4
votes
0 answers

Not getting relay candidates or not connected by turn server in WebRTC Android

I am building a video conferencing application based on webRTC in android. For using webRTC in android, I am using the following webRTC dependency in android implementation 'org.webrtc:google-webrtc:1.0.28513' Everything is working fine. One to…
Shashank Gupta
  • 165
  • 2
  • 16
4
votes
1 answer

How to calculate TURN server bandwidth for webrtc?

I have developed simple many to many video conferencing website using webrtc for that i need to configure TURN server. I am confused about choosing bandwidth size. Maximum 500kbps of data will be sent by single user. Maximum participants will be…
4
votes
3 answers

Is it possible to save a video stream between two peers in webrtc in the server, realtime?

Suppose I have 2 peers exchanging video with webRTC. Now I need both of the streams to be saved as video files in the central server. Is is possible to do it realtime? (Storing/Uploading the video from peers is not an option). I thought of making a…
supradeux
  • 61
  • 2
  • 4
4
votes
0 answers

Video Conference MCU NAT Traversal not work

I have successfully compiled source code of doubango opentelepresence system (An open source video conference MCU) and successfully tested. I can make video calls through desktop version and using webrtc (sipml5 client) with Chrome and Firefox (with…
M.Mahdipour
  • 592
  • 1
  • 7
  • 21
4
votes
0 answers

Join multiple room in kurento

I want to create an application that allows a user to join multiple video call rooms in kurento. I wrote the following code: function joinRooms() { var userId = document.getElementById('expertid').value; console.log("UserID = " + userId); …
4
votes
2 answers

Is it feasible to use WebRTC PeerConnection for video conferencing with more than two participants?

I've been playing with WebRTC and reading about the way it works, but I'm still quite ignorant of what's really going on under hood when it comes to peer connections. The way that the streams are routed, won't it choke if there's too many…
Greg
  • 7,782
  • 7
  • 43
  • 69
4
votes
2 answers

apache openmeetings integration with JSP

I want to build a vido conference solution using apache openmeetings , does any one knows a good tutorial to do that ? also i want to integrate it with JSP. i search on the web but it seems that there is a few resource on it . blogs , books , or…
user4o01
  • 2,688
  • 4
  • 39
  • 54
3
votes
2 answers

open source Video Conferencing MCU intergration with asterisk

I want to run a video conferencing server which can handle 10 party video conference calls(each person should see all the others and himself on their softphone or IP-phone). I tried doing this on asterisk10 using confbridge, but my conference room…
Tarun Mathew
  • 31
  • 1
  • 3
3
votes
1 answer

HTML5 and AJAX vs. Adobe Flash and Actionscript in respect to multimedia and video conferencing

Please, I am conducting a personal research concerning web development programming languages. I am looking forward to get some information regarding HTML5 and Ajax compared to Adobe Flash. I am outlining my short questions below: Question 1: Which…
CompilingCyborg
  • 4,760
  • 13
  • 44
  • 61
3
votes
1 answer

Video/Audio communication

I am trying to create a video conference web app using peer/getUserMedia. Currently, when I send the unique ID to the video conference, I am able to hear/see anyone who joins my session. However, only the first person who joins my session can…
3
votes
1 answer

Is there any alternative approach to implement WebRTC SFU, to have only 1 upload stream?

I have a server which is able to relay the WebRTC media data from A to B. For the video conferencing, if we go with P2P approach then a mesh network is created. Whenever P2P doesn't work, we can have this relay server. The main problem is that in…
iammilind
  • 68,093
  • 33
  • 169
  • 336
1
2
3
13 14