Actionscript 3 :: Develop A P2p Video Chat Using Flash Media Server?
Feb 2, 2012
I would like to develop a small p2p chat using flash media sever 4.0. There are many p2p video chat samples using cirrus. Please help me if you know how to do it with flash media server,not cirrus.
View 1 Replies
Similar Posts:
Feb 15, 2011
I am developing Video Chat over Ip (including audio and text too). But I am unable to get the proper startup material for my desktop application.
View 2 Replies
Dec 12, 2010
is it possible to built a Video Chat without the need for server side code so that I can run it on a Flash Media Streaming Server?
View 7 Replies
May 26, 2009
I have created a video chat application using Flash Media Server, Its working well in Local, But not in FMS (If I connect with my FMS account). But Text Chat working well, pbm in Video only My server is from influxis with Bandwidth 1 mbps, But My application got 13 mb totally, It is any pbm in the server, I'm very newbie to FMS, so excuse my silliest question and explains if its.
View 9 Replies
Oct 7, 2010
I am testing RTMFP unicast for a video chat project using FM Developer Server 4.0.During the testing I overloaded the upload traffic to make packets dropped rather than suffering delay due to retransmission.
However, I see it makes a significant delay and it looks like doing retransmission just like RTMP.
Do you know if there is an option in FMS to disable the retransmission or other configuration I have to consider?One thing I found is "Netstream.videoReliable=false; Netstream.audioReliable=false;" but it doesn't make any difference.
View 2 Replies
Jun 29, 2009
I need Text chat with Video chat for one to one chat.
View 1 Replies
Dec 6, 2011
I'm trying to make a P2P video chat application with Flash Builder 4.5 and Flash Media Server 4.5.First, I've tried a simple sample application using Cirrus(Stratus). It worked very well!NetConnection -> NetGroup -> 2 NetStreams -> netstream play and publish -> last, netgroup post.The sample was all OK.[code]I couldn't get events about NetGroup and NetStream any more..When using Stratus, It worked well...I am not familiar with FMS.. did I skip something in FMS setting?
View 5 Replies
Jun 16, 2010
I am working with video conference application
View 11 Replies
Aug 7, 2011
sample Application, etc. .xml that would provide optimal tuning for many 4-way video chats?Using the "live" application out-of-the-box ended up in very significant delays (~7sec)
View 1 Replies
Sep 27, 2011
I cannot get good quality in video chat. I have 3mbps line but i did not get good quality video, and my video is too slow. Also i will subscribe my FMS on influxis server.
View 2 Replies
Sep 2, 2009
I want to create a video chat application between 2 people and I want to record the dialouge between the two people to one audio file, so both of then can play back the dialouge at a later time.
View 1 Replies
Apr 6, 2010
I am making a video chat application. When I start the application it running fine but after some time like 30-45 it creating some problem, like I have a volume controller in it, after some time when I use that volume controller for setting volume it is not doing changes in volume. But at initial stage all the functionality worked fine.
View 1 Replies
Dec 6, 2010
I have developed a audio/video/text chat application with multiple users. I would like to store/save live session in to a single video so that we can manage archived live sessions, and make these sessions available for other users just like a normal video/FLV.
I know we can store single live streaming with DVR but I need to store all the live cams into single video. Note: I'm using FMIS for above application (with rtmp).
View 2 Replies
Apr 19, 2011
Currently we are in the design phase of an application that will allow two users to communicate with each other using chat and video (with audio), the application is a web application that currently is a java web app with Spring and hibernate, but we want to incorporate video and chat between two users and we are evaluating the options to developing it, so far we have two choices, either develop a Flex UI that leverages its video and chatting capabilities through Red5 or something like that and communicates with the Spring app using BlazeDS or a completely java based approach using (maybe) JMF and/or applets to achieve the video and chat interaction. The question is, which would be the most scalable approach to develop such an application?, what would be the approach that is the least intrusive from the end user perspective?
View 2 Replies
Dec 9, 2010
I've build a live video/audio chat application. All works fine only the issue is latency of 5 secs. I'm using FMS 3.5 and FLEX.
View 1 Replies
Sep 18, 2010
We have been using flash media server with great success. We were wondering if the is any software package which works with the server to provide text chat amongst the user
View 1 Replies
Sep 14, 2009
how to alternate text colors in a Chat i tried to use css but it changes all the text colors not just each message.
View 2 Replies
Feb 2, 2012
i have implemented simple text chat using fms and php but now i want to implement the group chat whoever come to online should be able to text each other implement this.
private function sendMessage(e:MouseEvent=null):void
{
if (_message.message_box.input_txt.text=="Message..."||_message.message_box.input_txt.text
[code].....
View 1 Replies
Sep 12, 2009
I am working on the Flash group chat. In that how can I redirect the user to another room when the desired room is full.
View 6 Replies
Sep 18, 2009
I am working on flash chat. I need to store the conversion in text doc and retrieve instantly. from the FMS server. Is it possible..
View 1 Replies
Apr 18, 2011
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.
So, in terms of feasibility:
client-side: how can one access to cam and mic local streams not using flash ?
server-side: are there any existing frameworks or open source servers (something like red5) that focus on this kind of use cases ? If not, what do I need to build my own (lightweight) visio chat server ?
View 2 Replies
Aug 25, 2009
Medium-load chat server using Shared Objects segfaults every few hours. Runtime size has been increased to 30MB (this saves it from crashing every 10 minutes). I have the core dump but don't understand what it means.
View 9 Replies
Jul 22, 2010
the chat client application is created using adobe AIR, the application should be able to do communication sims like Google Talk and AIM does. If it is impossible is there any other solution to do that?
View 2 Replies
Jul 22, 2010
I'm trying to make a software which sends video and audio data to a flash media server by using RTMP protocol. Currently, my program can communicate with a flash media server correctly. RTMP specifications does not describe about the raw data in video/audio messages, so I muxed raw H.264 and AAC data into video/audio messages and sent to the server. The server seems to accept them, but a video player cannot playback the stream sending from the server. The player just says "Loading..." For a test purpose, I sniffed the network packets between Wirecast and the flash media server and ripped off only video and audio data. Then, I muxed those data into video/audio message and sent to the flash media server. In this case, the video player connected to the server can playback the stream correctly.
I checked the stream sent from Wirecast, the stream seems not to be H.264 raw data because those data are not started from 0x17 instead of H.264 start code. With those situation, I am wondering what kind of container format I should use for H.264/AAC data to the flash media server.
View 12 Replies
Jun 7, 2011
Its just a quick question: Is it possible to run a falsh based voice chat without using the flash media server and instead using some kind of peer to peer connection? (just one to one connection, one to many connections are not needed)
View 1 Replies
Feb 5, 2011
Its just a quick question: Is it possible to run a falsh based voice chat without using the flash media server and instead using some kind of peer to peer connection? (just one to one connection, one to many connections are not needed)
View 1 Replies
Sep 23, 2011
is it possible fast forward, rewind video in flash media server through flash action script ?
View 5 Replies
Jul 19, 2011
when i try to live stream with FMS! I can stream video with Flash media live encoder to the server but when i create the player to recieve the livestream from server,i can not recieve the live stream,can anyone give me a step by step tutorial of how to do it?
View 1 Replies
Jan 8, 2012
We want to develop a broadcasting application, there would be a main broadcaster on video, with a lot of chatters. There would also be some chatters going on webcam (6 max). I'm still checking out NetGroups, IP Multicast, RTMFP Multicast, Fusion etc. but I am still lost. I also want to make sure that people who can't support RTMFP can be a part of the program by using RTMP, if that's possible right now to combine RTMP/RTMFP in such a big broadcasting application.
View 1 Replies
Feb 16, 2011
Flash media server 3.5 to stream live video to a webpage with flex GUI embedded in it.For this I have used Adobe flash media server start screen .I could able to stream video correctly.I want to know how long it could be do like this.ie suppose I have to stream like this for 3 or 6 months
View 2 Replies