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
0
votes
2 answers

Vidyo SDK unexpected disconnection

I downloaded the Vidyo SDK for iOS. I followed the all the steps to generate a new token and succeeded on that. But at the time of joining the call it always prompting Unexpected disconnection. Even in the VidyoConnector Mac app also getting same…
Vishnuvardhan
  • 5,081
  • 1
  • 17
  • 33
0
votes
1 answer

What is the purpose of the string 'provision' parameter in the Vidyo token format?

In the Introduction of the Developers Documentation, the Format of the token is defined as the following: provision \0 BARE_JID \0 EXPIRES_AT \0 VCARD \0 MAC What is the purpose of the string "provision"?
0
votes
2 answers

How to start video during audio call in sinch

Using Sinch SDK 1) i have made a video call. i have a button in my GUI. i want to turn off video by clicking the button to make the call like a audio call. i am starting video call as Call call =…
Beginner
  • 43
  • 1
  • 10
0
votes
1 answer

Why canceling of call doesn't work in Vidyo lib

We are developing application for conference calls and we are using Vidyo framework for it. Apart of Vidyo we have build own web server for making connections. We have face the following issue: If caller is reaching receiver using web API and then…
0
votes
1 answer

Track `Vidyo` conference participants with android Vidyo SDK

I am using Vidyo.io service to integrate video conferencing within my android app. I have been able to successfully implement the video conferencing using the VidyoConnector sample app that comes with the android-vidyo-sdk. However, I would like to…
rbing
  • 133
  • 1
  • 10
0
votes
1 answer

Tokbox/Opentok: How to not display published video

I'm trying to achieve a video conference between 2 users. Below code displays published video and subscribed video. I want to publish but not display the published video to the user and only display subscribed video. How to achieve that? Thanks in…
Karts
  • 85
  • 2
  • 12
0
votes
1 answer

vidyo.io: Moving and resizing a video using VidyoConnector API

I downloaded the latest iOS package from vidyo.io and have successfully built my application integrated with the Vidyo libraries and using the VidyoConnector API. When my app first comes up, I was very happy to see that a preview video appears on…
Julia S.
  • 1
  • 2
0
votes
1 answer

Add delay with WebRTC?

Can you add delay with WebRTC? I want to set up video-conferencing with a constant and consistent delay. For example, 4s each way. I'd want the client to buffer the video and audio so that if you say something the and the other person replies…
Jeff Kaufman
  • 575
  • 3
  • 13
0
votes
1 answer

Video chat pro ActiveX public ip

I used video chat pro ActiveX [from this site][1] . I did like the same in [tutorial video][2] . With local ip adress (192.x.x.x) it's work. but when i put public ip adress, don't work axVideoChatReceiver1.ReceiveAudioStream = true; …
Donald J
  • 1
  • 1
0
votes
1 answer

Can't list Direct Conference template on Polycom RPRM API

I'm building a Python Polycom Rest API wrapper library. I can't find a way to list the Direct Conference template on the RPRM. Is it possible?
0
votes
1 answer

WebRTC video over p2p wireless link

I would like to build a demonstrator for a wireless technology that connects two computers to each other. Without entering in the detail of the wireless technology, we could assume the network to be equivalent to having the two computers connected…
user1472709
  • 133
  • 2
  • 14
0
votes
1 answer

video conferencing with webRTC in J2EE app

I need to add video conferencing capabilities to my web site developed using J2EE technology and deployed in JBoss server. After many researches I found WebRTC, but I would like to know how can I use it with jboss since most exemples use it with…
0
votes
2 answers

WebRTC video conferencing app - star topology: how to get started?

I am developing a video conferencing application for education purposes that uses WebRTC. It needs to be done in a star topology as it connects up to 20 participants. Conceptually it is easy to understand, but I don’t know how to start, as I do not…
Carlos Souza
  • 351
  • 6
  • 13
0
votes
1 answer

How to implement Multiparty Audio Conferencing system without using peer-to-peer connection in HTML5?

Currently I am using WebRTC for video broadcasting(Single video source multiple client) to streaming a video using RTCMultiConnection.js I also want to implement Multiparty Audio Conferencing system(every one can talk and every one can listen from…
Nilesh Wagh
  • 940
  • 1
  • 12
  • 26
0
votes
0 answers

Gstreamer server client with java

I'm new to gstreamer and I need some push in the right direction. I need to create a chat application that uses webcams and audio on both ends and uses java to do this. I dont want to install other stuff on the client more than my application. And…