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
26
votes
3 answers

Make voice and video call through internet with our application?

I want to develop voice and video call through our application users in android like Wechat Application. How can i doing this? I have searched in Google but i didn't get any exact reference or samples. Can anyone explain and give some sample source…
Karthik
  • 737
  • 4
  • 20
  • 48
16
votes
6 answers

TokBox OpenTok Alternative?

I'd like to offer video chat on my website and was wondering if anyone can recommend an API/service that'll let me do so. I'm familiar with OpenTok, but not happy that it uses Flash. Also, the audio tends to have a lot of noise/feedback - unless you…
StackOverflowNewbie
  • 35,023
  • 98
  • 252
  • 421
10
votes
3 answers

Jitsi server hardware requirements on test environment

We are implementing secure videoconferencing/chat using Jitsi. We could not find any hardware requirements for a Jitsi server. Could you please share your thoughts regarding the hardware requirements for a Jitsi server in test as well as production…
syed
  • 189
  • 1
  • 12
8
votes
1 answer

How to make video call programmatically on Android 2.2 or higher?

I am working on an application where I want to make a video call programmatically. I am using API level 8 for my application. I have Samsung Galaxy S, where I can use video calling functionality. Using intent action ACTION_CALL, I can start voice…
KavitaDev
  • 475
  • 2
  • 6
  • 14
8
votes
1 answer

Rails 4 Video Conferencing Solution / Gem / Integration

I am looking for a video conferencing option for my rails app. I am not looking for what is better or what is best as I know that is opinionated. My needs are specific so I hope there is a specific solution. The video conferencing must be…
MicFin
  • 2,297
  • 3
  • 28
  • 52
8
votes
1 answer

OpenTok - How to publish/unpublish manually?

I looked at these links http://www.tokbox.com/opentok/api/tools/js/documentation/overview/publish.html http://www.tokbox.com/opentok/api/tools/js/tutorials/overview but their are no examples for publishingunpublishing manually, that is,…
developarvin
  • 4,594
  • 12
  • 48
  • 97
7
votes
3 answers

Open-source p2p videoconferencing in Flash or Java?

I want to build a community website with videoconferencing functionality integrated. I would prefer to provide this from within the browser, so I'm looking for a Java- or Flash-based solution. Also, it would be nice to spare bandwidth by having the…
AttishOculus
  • 1,359
  • 1
  • 10
  • 18
6
votes
1 answer

building video conferencing with rails webrtc and HTML5

I need to build a video conference feature for my ruby on rails application. I came across a tutorial for html5 that enables you to have access to your camera through the browser. Once the camera is turned on you can see live video camera feed and…
user3266824
  • 973
  • 1
  • 11
  • 22
6
votes
2 answers

Audio/Video conferencing for iOS, Android & Web Platform

I am working on application where I need to integrate text & video chat and video conferencing feature. I found that you guys provides solutions for that and I am very much interested in using/integrating your platform for my application. I have…
Umang9
  • 117
  • 1
  • 9
6
votes
1 answer

JAVA library for videoconferencing and how to use libjitsi?

In case of a project we need to create a communication in videoconferencing with two PC under Linux. We search a library in JAVA to do this. We found libJitsi base on Jitsi software, witch transmit with XMPP /Jingle. I don't arrive to run their…
Thomas
  • 863
  • 2
  • 15
  • 30
5
votes
0 answers

How can I broadcast a Twilio (group room) video conference?

I have been trying different solutions/approaches for last few days and posting here to get some more options. I am planning to use Twilio's Programmable Video solution with Group room (upto 50 participants) to allow hosts/presenters to join video…
Danish
  • 81
  • 7
5
votes
0 answers

Multiparty audio in WebRTC on iOS/Android is garbled

I'm trying to figure out what's the best way of doing the following: having a peer connection between parties A and B, I want to add a third party C, but the difficulty is that I don't want a full mesh configuration, B should communicate with C only…
clawoo
  • 791
  • 6
  • 13
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,682
  • 5
  • 39
  • 82
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
1 answer

is there an API to check if Mac's Microphone or video camera is in use?

Yes, I realize I can just look at the green-light when the video camera is on. That's not the point. I'd like to write a little utility that notices when the mic or video camera is in use. I don't have any interest in knowing what app is using it. I…
Dan Morrow
  • 4,101
  • 2
  • 25
  • 42
1
2 3
12 13