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
1 answer

Video calling on different pages using WebRTC

I was following THIS tutorial in order to implement video calling using WebRTC. The example allows people of the same group to communicate using video or audio and it works well. I was wondering if you could Video call people who are on different…
Jay
  • 4,873
  • 7
  • 72
  • 137
0
votes
1 answer

Echo cancellation when using multiple swfs in the same page

We are building a video conferencing solution using multiple swfs in the same web page. Each representing one participant (one them is a publisher). The issue is that when one participant is on a laptop, the others voices are echoed via his…
0
votes
0 answers

Quickblox Sample webrtc video chat not working

I'm trying to implement a webRTC based video chat example. I've taken a look at Quickblox and their solution. In particular, I've given their online demo a test run: http://quickblox.github.io/sample-webrtc-web/ I've opened two tabs in Chrome logged…
l3utterfly
  • 2,106
  • 4
  • 32
  • 58
0
votes
2 answers

How can I completely integration of video conferencing and screen sharing?

Is there any screen sharing and video conferencing software that can be integrated into a community type of website, where users can use it to communicate together without outside branding?
0
votes
0 answers

RTCPeerConnection createAnswer failed

I'm trying to connect two computer to exchange video stream. I was able to receive the SDP offer and also added the stream from the offerer/caller. But failed to create an SDP answer. 0.021: Creating RTCPeerConnection... 0.021: Success to create…
0
votes
0 answers

Java: UDP behind NAT

i have made a video conferencing application in java. It is based on UDP as it should be. It works well on LAN. Now I am switching it to WAN. After a lot of reading about problems in UDP transmission behind NAT (as there will be users behind…
Kunjan Thadani
  • 1,660
  • 3
  • 18
  • 26
0
votes
1 answer

WebRTC video not showing on remote PC

I have used WebRTC to enable video sharing in my HTML page. When I am running my HTML page on local host, and checking it with two different instances of Mozilla , it's working fine. But when I am accessing it with a remote PC, the video is not…
Muneeb110
  • 1
  • 2
0
votes
1 answer

Record videoconference application to flv

I've spent plenty of time solving this problem, but it looks like I need some help. I have a web conference application which provides ability to stream live video, chat, share documents, draw on a whiteboard, share desktop, etc. And now I want to…
Art
  • 831
  • 3
  • 8
  • 26
0
votes
2 answers

Video Chatting or Conferencing in Web Appllication

Can any one tell me what would be best suitable API or mediator for enabling video chatting/conferencing (live) in my web application (using .net technology) Thanks in advance
0
votes
1 answer

IVideoWindows shows outside form when use MDI

I'm using the ConferenceXP source code, when I try to set the video windows as child inside my form using MDI the IVideoWindows opens outside in a different ActiveMovie windows. I need this to make a video conference in HD with C# embebbed into my…
ericksho
  • 347
  • 3
  • 12
0
votes
1 answer

Can I establish a video call programmatically using UCMA 3.0?

Is it doable using UCMA 3.0, to have video conferencing ?
-1
votes
0 answers

Need suggestions about free live conferencing softwares that can be self hosted

I'm looking for some alternatives to Jitsi that can perform relatively better on 2 Cores and 8 GBs VPS. We are expecting 100-200 members. Most of the conferences would be audio only. Any suggestions would be helpful. I have searched the web and…
-1
votes
1 answer

WebRTC Voice Activity Detection

I'm implementing a very simple WebRTC audio/video chat room using JavaScript and HTML. It should run is all major browsers (Chrome, Firefox, Safari and Edge) The application layout shows all the users currently collaborating, each one inside its own…
danflu
  • 325
  • 8
  • 25
-1
votes
1 answer

I want camera permission to need to be granted only one time in a video networking - platform - issues with ios and safari

I want to be able to enable a user on a video networking web platform to only need to grant camera permission one time, and be able to have separate video chats with multiple users.Part of the 'event" will have multiple one to one video chats. There…
JonF
  • 1
-1
votes
1 answer

Use of SSE instructions along side with Libavcodec

I have written a simple video conferencing app which uses multiple threads for video and audio mixing. I use libavcodec (ffmpeg) codecs for mixing video. As I know, libavcodec uses SSE instructions to achieve high performance. For audio mixing, I'm…
M.Mahdipour
  • 592
  • 1
  • 7
  • 21
1 2 3
13
14