The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
35 views

How to stream raw frames from AVCaptureVideoDataOutput to server iOS?

I have to implement video calling application, for that I need to capture raw frames from AVCaptureViewDataOutput and send it to server. I don't know how to do that and what type of streaming is ...
1
vote
2answers
132 views

one to one video chat flash tutorial

I am building a web app for online interview. I need to implement a one to one video chat in it. I am a noob in flash and video side. Can any one point to some good tutorials. NOTE: I am working on ...
1
vote
0answers
22 views

Video chat display error

i am creating video chat app using QuickBlox SDK .but it was displaying me error when my video is streaming. udpSocketDidClose error=Error Domain=NSPOSIXErrorDomain Code=55 "No buffer space ...
0
votes
1answer
80 views

Video Chat: Scalability Issue

We use Red5 media server as a back-end for our Flash video chat application. Recently we had a significant increase in user traffic, which brought the video chat down. While it is fairly ...
0
votes
1answer
506 views

WebRTC HowTo PeerConnection via LAN with 2 Browsers

since few days I'm trying to build a basic webRTC Videochat. I've got some Demos running localy, even via LAN. But now I want to build one by my one at the really basics without so much overload some ...
-2
votes
2answers
393 views

IPhone - Sample for developing Video Chat app using IOS SDK [closed]

I am looking for a sample helloworld app (or a tutorial) to develop a video chat using IOS SDK.
0
votes
1answer
197 views

Video chat feature in my Android app [closed]

I need to add video chat feature into one of my Android activity. I do not want to open Skype or any application from my activity and take away user from my app. I tried Skypekit, but its very ...
3
votes
1answer
237 views

Wowza Server Module - Timer/Countdown on Video Chat

For our current project we need a video chat application which keeps track of the duration of those video conversations. Every conversation also has a limited time after which the chat terminates. ...
2
votes
0answers
284 views

Video chat between libjingle based client and gtalk

I've a got a libjingle based google talk client (call application) built and i'm trying to call to gtalk (talk available as part of gmail web client). Unfortunately i don't see a video and audio of ...
1
vote
0answers
328 views

iOS - Peer-to-Peer (p2p) Video Chat, how to connect devices over internet

I am building an app that I want to include a video/voice chat feature. I already know how to capture video frames as images, audio, etc. which can then be transmitted, but I am curious how to go ...
2
votes
1answer
170 views

Adobe Flash Media Server chat

I am creating a small chat application using Flash Media Development Server 4.5. I have already created all my user interface components in Flash. To have a chat application, users need to send ...
2
votes
1answer
83 views

Get notification on video chat invitation

I have developed an application and i have APIs to create video calls. currently my problem is if some one invites other persons to chat, how can i generate a notification for invitees? I am using PHP ...
0
votes
4answers
187 views

getting started

I want to create an app like https://apprtc.appspot.com/?r=04188292. I know a little bit about webrtc but cannot get a hold of google app-engine.How to set it up for javascript and start coding??I ...
0
votes
0answers
175 views

video chat using xmpp for all platforms [closed]

Is it possible to build video chat application across platforms (web,android and iphone) using XMPP and Jingle technologoes ?
1
vote
0answers
85 views

Video chat web site

I am trying to understand how to build a web-site interface for videochat. What are the technologys to use? Is there a guide about the steps to follow for developement? I would prefer not use ...
0
votes
0answers
49 views

Is there a way to user flash media server for video chat with html5

I have a web application that users RTMP for video chats. I was wondering if i can create a mobile web application that can do video chat with my web application. Thanks, Lior
2
votes
0answers
373 views

iOS: How-to create a video chat one to one or one to many

I have to create an app where users should be able to start a video chat with one contact (one to one) or more (one to many). I spent almost all the entire day searching on google but I found nothing ...
0
votes
0answers
72 views

Is it possible to detect the end of a GTalk video chat in Android?

I am developing an application that supports Video Chat using Google Talk. I can start a Video Chat on an OnClick method with this code I found here Uri imUri = new ...
0
votes
0answers
62 views

OpenTok - How to unsubscribe manually?

I have asked a related question before OpenTok - How to publish/unpublish manually? Now I am struggling to do the unsubscribe manually. ...
1
vote
1answer
152 views

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 ...
3
votes
1answer
1k views

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 ...
0
votes
0answers
97 views

opentok subscriber video distorted

I am implementing openTok for my iPhone application. Everything runs exactly what I want but the video quality for subscriber is not too good in full screen. its distorted, but for half screen it is ...
0
votes
0answers
211 views

Audio,Video ,Text chat and Data Collaboration Web Application

I am Having the requirement to do Features Like Audio,Video and Text Chat and also File Transfer Features as a Web application Project ( for eg, Skype in web application). I am Analyzing The SIP ...
0
votes
2answers
257 views

TCP/IP Server In C# [closed]

One of my latest project i created a TCP/IP Video chat server. For that TCP/IP server, i am able to store details of all the device connected in to the server and also possible for me to perform video ...
0
votes
0answers
135 views

Video Chat on a website

I am thinking of creating a website with video chat enabled. Its a fun project a friend proposed. To be clear, I don't mean to cordinate the video chat with Google or Facebook or Skype. I want it to ...
0
votes
0answers
282 views

Wowza video chat and manuals

I'm beginner in Wowza and I found these manuals and tutorials: start guide solid-thinking.com fmsguru.com but may be exist more tutorials? (...books, video tutorials, useful sources) (I think ...
0
votes
0answers
104 views

Website open videochat

We are looking for some videochat solution for our website, which is devoted to freeware programming, so the solution should be free too. Are there any open-source projects in Javascript or Flash ...
0
votes
1answer
278 views

How do I just fullscreen the Videodisplay and not the whole application?

I'm working on a video chat in Flex with Red5. I'm using the following code: stage.fullScreenSourceRect = new Rectangle(vidDisp.x,vidDisp.y, vidDisp.width, vidDisp.height); stage.scaleMode = ...
2
votes
1answer
1k views

How to reduce delay in playing rtsp live video stream in java using vlcj

I have developed a video chatting application,but the video is displayed with high latency.video is streamed over rtsp.how to reduce the delay in playing the rtsp stream?
1
vote
1answer
2k views

how to build a video chat program in java without jmf?

I want to create a C/S chat program in java using socket, and now I want to add online video-chat feature to it. After google I found jmf and followed some tutorials, but I don't really like it ...
1
vote
0answers
361 views

Android how to do Video chat between two devices?

I am trying to develop sample video chat application in android. I have reviewed the sample projects like "sipdroid","Tango" which works with the support of sipserver. but i dont want to develop ...
0
votes
1answer
411 views

How to change the byte array data from Android Camera into a Stream

I am making a video chat app at Android, and I get the camera data from Camera.PreviewCallback::onPreviewFrame(byte[] data, Camera camera). But I don't know how to make the byte array "data" into a ...
0
votes
0answers
873 views

Audio/Video chat using openfire server in android

i am able to perform text chat using openfire server, now i want Audio/Video chat using openfire, i found some plugin like Redfire and installed at server side, but i can't implement audio or video ...
0
votes
0answers
2k views

Video Chat application for android

Well I am trying to implement a video chat application on android. After many hours of searching I found out the video chat application can be implemented in the following way: 1) Using Flex & ...
1
vote
2answers
1k views

Windows phone based live video streaming Application

i am hoping to develop a live video streaming app for windows phone. I want to know what protocols and libraries support are provided for windows phone? I want to implement a sort of Video chat ...
15
votes
2answers
978 views

Start video chat without user interaction - Android

I am a total noob on this site so please be patient. I am trying to initiate a Video Chat/Call without any user interaction or confirmation. I found this: Uri imUri = new ...
0
votes
1answer
75 views

APIs for videochatting

Can anybody recommend any APIs for integrating a live chat for android devices? Typically android to android devices. I want to use this for an android app project that I am currently working on. ...
0
votes
1answer
389 views

SocketCoder: Voice and Video chat samples simultaneously

I am trying to run Voice and Video chat samples simultaneously using SocketCoder samples (http://silverlightvideochat.codeplex.com/). However, after I start the webcam/video chat, when I start the ...
1
vote
0answers
402 views

Any open source solution to video processing engine of video chat or conference? [closed]

The engine may have some error control like package loss processing, and video image promote function like image de-noise. I want some processing module just between the NAL and codec, not just like ...
2
votes
1answer
583 views

how to accomplish the video chat between ios devices using AVFoundation framework and asp.net ( server side)

I want to make a video chat app which allows two users to do video chat using there iphones or ipad2, I started with using AVFoundation framework and using socket connection (CFStreams) to open a ...
2
votes
1answer
2k views

Android video chat using XMPP

I've been investigating the best way to develop a video chat application on android that: a) Is straight P2P OR b) Can take advantage of existing services (gtalk?) that already support video chat ...
0
votes
0answers
441 views

Video Chatting Application [closed]

i want to create a Video chatting application for iPhone, Is there any free/paid tool or framework available by that i can achieve my goal for iPhone. Can any one please help me in this, if any : @ ...
2
votes
2answers
345 views

videoconferencing - help about architecture

I have a challenge, i need to make a videoconferencing tool in an open source web project. How i can do this without cost of software and full access to the source? At least, only audio. It is ...
1
vote
2answers
365 views

An Image as a Int Array Java

I'm using JMyron in a webcam app written in Java, and the program returns what the webcam is seeing as an int []. Since it's one pixel per int, how does it represent the rgb values of the pixel as one ...
0
votes
1answer
288 views

Java Standalone Webcam App

Quick question, I'm using JMyron to make a videochatting app in Java, but JMyron needs to be installed on my computer before I can use it in code. Does that mean anyone that I give a standalone to ...
2
votes
1answer
734 views

Standalone Video-Chat Application Java

I want to make a standalone Video-Chat program in Java. I'm looking for a good external library and I think I've decided on JMyron. The problem is that, first I can't figure out how to implement it ...
0
votes
2answers
716 views

Sending pictures via UDP

I want to write an app in java that lets two clients talk via webcam. The way it works is both clients connect to a webcam that takes pictures at a specified frame-rate (20 per second maybe) then ...
0
votes
1answer
216 views

UDP VideoChat Program

Hey I'm thinking of making a UDP videochat program, and I was wondering whether it should transmit keyframes and interframes or just whole frames? I'm thinking of just having the webcam take pictures ...
3
votes
1answer
882 views

How To : Create Video chat using gst and python and show initiators and accepter's video, in single gtk window

I am developing video chat using gst and python. where, I would like to view end user's webcam and also want to view my own webcam in one gtk window (similar to empathy video chat). for that, I have ...
1
vote
2answers
682 views

Using the NetStream class how do I detect if I got a working video attached to it?

I'm building a video chat in flash and everything works really well, except for the part where I'm trying to detect if the other user is sending a working video stream. There's a couple of reasons ...

1 2