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

194 questions
3
votes
1 answer

write a skype plugin for this requirements

I'm starting some research on skype programming. Is there one technologie for skype plugins or are there multiple frameworks or apis? I'd like to make a plugin where user from my database can communicate with each other (video, audio, chat) over…
jeff
  • 959
  • 1
  • 16
  • 37
3
votes
3 answers

best way to implement video chat on a browser

I've used bigbluebutton in a recent project in order to build a web conferencing platform. I was unhappy with the quality of the service and noticed a delay between the voice and the video. Technically bigbluebutton used Flex integrated with a red5…
2
votes
1 answer

Twillio API: Join video conference without camera

I am using https://github.com/twilio/video-quickstart-js to run a video conference project. I want to allow users to join without a camera. So, they can only use a mic. With Twilio video conference, user can join video conferences without a camera?
MERN
  • 2,842
  • 6
  • 13
  • 34
2
votes
0 answers

Cheese and Video communication using YUYV Format and iam not able to change it?

Goal: Using my Webcam (Aukey 1080p LM1E) for Video Communication with MJPEG 1920x1080 30fps under linux. Problem: My first Problem was that whenever i tried qv4l2 to change the settings from YUYV 640x480 30fps to MJPEG 1920x1080 30fps it did reset…
JoeLex
  • 21
  • 1
2
votes
2 answers

video conference chatting

What is the procedure to invite users for video chatting and allow them as well as myself to view live video streaming from webcam ?do i have to provide my ip address and access their ip address to access the webcam?what are the network protocals…
user740609
  • 105
  • 1
  • 12
2
votes
1 answer

How to embed a web conference room into web application?

I would like someone's advice to find a solution for this situation. Basically what I need is to have a permanent web conference room in my web application to handle remote interviews. This means that any user of the web application can get access…
2
votes
0 answers

Failed to add ICE candidate: OperationError: Failed to execute 'addIceCandidate' on 'RTCPeerConnection': Error processing ICE candidate

I am using Angular 7, Webrtc to make simple video conference web applications. I am creating four different RTCPeerConnections for pc1Local, pc1Remote, pc2Local, pc2Remote. on start() function I am accessing the local camera and displaying stream on…
2
votes
1 answer

Present an incoming video call screen with a live camera layer and a native system ring, while respecting ringer volume level

We have noticed that in WhatsApp, when receiving an incoming video call, the ring volume changes when user plays with the iPhone volume. As far as I understood from reading, ringer volume level is not accessible in public API and the only way to…
Arik Segal
  • 2,523
  • 10
  • 26
2
votes
1 answer

Are there any iPhone plugins for video conferencing? Like a face-time plugin?

i'm trying to do some R&D with my iPhone and want to have a 'page' that can do facetime or some video conf thing. I know this has been asked before on SO .. but i'm not sure if that's the same question or applicable answer for me. Bascially, i want…
Pure.Krome
  • 78,923
  • 102
  • 356
  • 586
2
votes
1 answer

Where can I catch response from Janus WebRTC server after send synchronous message

After attaching videoroom plugin to Janus, in "success" callback i send synchronous message to it janus.attach( { plugin: "janus.plugin.videoroom", opaqueId: opaqueId, success: function(pluginHandle) { …
2
votes
1 answer

WebRTC (Video Calling) for Cordova

I'm working on video calling in my cordova application. Kindly suggest me the best WebRTC to use in my application for video calling.
2
votes
1 answer

Android client for kurento room

i can connect ios app with kurento room for conference call without any issue but i cannot connect it with android, here i am following tutorial Kurento WebRTC Peer For Android to make android client to connect with kurento room. Here is the code…
Jeeva
  • 350
  • 1
  • 5
  • 16
2
votes
0 answers

WebRTC with ASP.NET MVC

Please can someone give me a link to a good tutorial on building a WebRTC video conferencing application with ASP.NET Mvc. I'm trying to build an ASP.Net Mvc application which has a feature of video conferencing and wants to do it using WebRTC. If…
2
votes
1 answer

WebRTC: Multiparty Video Conference

Im trying to set up a multi party video conference using WebRTC and just need a little clarification on something: Q) Do I need to have an RTCPeerConnection object for each member of the conference or just one? For example, I am currently doing this…
An0nC0d3r
  • 1,265
  • 12
  • 29
2
votes
2 answers

PHP Website VIdeo Conferencing Integration

In a PHP project, I need to implement feature of Video Conferencing. I did google and found few options as below: http://openmeetings.apache.org/index.html http://codecanyon.net/item/video-chat/5492482 Also, i have read about HTML5 option, however…
Ankur Raiyani
  • 1,140
  • 4
  • 16
  • 44
1 2
3
12 13