Media Server :: Flash Group Chat - Redirecting User To Certain Room
Sep 12, 2009I 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 RepliesI 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 Repliesi 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].....
i plan to do video chatting i m able to do p2p and i want to do group chat i cant get any reference for that..
View 0 RepliesDoes anyone know of a 'Flash Chat' room to chat with Flash Devleopers?
View 1 Repliesi am currently playing around with a flash media server trial in combination with the flowplayer.All in all i am testing the performance and general functionality for the company i work for.Anyways, i am trying to search a way to check the bandwidth of a client ( server sided ) and redirecting him to the right video stream.Sure this could be done by the backend flash application, but its out intention to perform this check server sided.
View 4 Repliesis 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 Repliesdevelop or give sample with fla file that how to develop a chat room in Flash, i need idea to comnicate via server side that how can i share message to all client's , i need it for my site www.cmxd.com , you need Msie with 17" monitor or 1023 by 768 screen resolution to view site exactly as i develop.
View 3 RepliesWe 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 RepliesI am trying to create a flash chat room. I dont want to use a software and would like to use CS3-CS4. I would like to make it look creative and choose my own design.
View 4 RepliesI want to implement a Chat room in Flex 3.
View 1 RepliesI 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 RepliesI am working on flash chat in AS3,i need to count the users in each room.
View 3 Repliesis it possible to play recorded video file which is stored in another room(instance)? for example, I have file "video.flv" on the server at "/streams/room1" if user is connected to room2, can he ask flash media server to play "video.flv" from the room1; something like this, client side:
var ns:NetStream = new NetStream(nc);
ns.play("../room1/video", 0);
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 Replieshow 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 RepliesI 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 One of my clients installed FMS 3.5 and has the following issue:
a model was video chatting w/ one or more customers in a chat room. but sometimes, one customer entered her chatroom but saw blackscreen only, couldn't see model's activity, nor the video. the model did not see that customer entering the chat room either.
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 RepliesI 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.
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 Repliesthe 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 RepliesWe may be using Flash Media Server in an intranet only scenario. All users will be watching the videos from Windows boxes. Our users who are creating the videos want to track usage by user ID. Does the server log the client's user ID? Is that what c-client-id is? If c-client-id is used to store Windows user name do I need to turn on AD/windows authentication to get that info? I see that IP address is stored, but it would be simpler if the user Id were in the log file.
View 1 RepliesIts 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 RepliesIts 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 RepliesI have created a video chat room by FMS/Flex. what I need to do is:
If everybody in one chat room can use rtmfp, we go with rtmfp if anybody in the chat room disabled his rtmfp, we go with rtmp.
Now I need to create a logic to decide if everybody can use rtmfp between each other, Is there a good way to do so?
I found a nice ActionScript 3.0 Tutorials site speaking about creating Chat Room and Multiplayers game:[URL]..They use a sockets server named SmartFox.
I'm looking for the same site but using FlasMediaServer and still didn't find any.
I need Text chat with Video chat for one to one chat.
View 1 RepliesI am trying to make video two way chat application through FMS streaming in AS3.0.Its working fine with Mozilla but not working in Internet Explorer.
View 3 RepliesI am wondering if we should use RMI or NetStreams for our text chat.A few things should be considered, as we have different scenarios that could happen :
- Imagine a 2-way text chat, with 2 people connected via RTMFP to the FMES server. Would text chat with RTMFP NetStreams be more appropriate than RMI?
- Imagine a 2-way text chat, 1 person connected via RTMP and the other via RTMFP, would the text chat be better over RMI or over RTMP NetStreams?
- We need to consider that video/audio are also available, and we use either RTMP or RTMFP NetStreams (depending on the protocol the users connected to the server with).
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