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 sock
I\'ve been investigating the best way to develop a video chat application on android that: a) Is straight P2P
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 repres开发者_运维技巧ent the rgb values of
Quick question, I\'m us开发者_运维百科ing 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 s
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 t开发者_开发知识库hinking of just having the we
i want to create simple red5 video chat, consisting of two swf, one for showing the video of the user from webcam which is easy, the problem that i am having is how to get the video of the other user
I looking fo开发者_如何学Cr flash video chat on actionscript 3, that allow you make conference call i.e. video chat for more than two person, that communicate with rtmp server like in simple chats tha
Yes i know this question has been asked several times but there is no convincing answer. I dont want to make any complicated thing just i want to know if there is any way to call inbuilt android vide
Reading \"Building the realtime user experience\" by Ted Roden, I was wondering how to go further and get some video chat web app up and running without the use of flash.
I am trying to get a very basic example of live video chat to work with Flash Media Server, but no matter how hard I try, it\'s just not working for me.