The official Adobe Media Server community.
Recently active
Hi, Now I want to do a different test, I put two origin, you can share the same application from two origins? The idea is to have two edges, and two origins, sharing the same server-side application. Thanks!
Hi guys.Has anybody experience to install FMS 3.+ Apache on the same machine with IIS7.Our business department decided to save some money on hardware and we have to install FMS on production, where we have already hostted ASP.NET WebSite. We have to do steaming video on our ASP.NET pages. I think to configure FMS on ports 1925,6000 instead of 1925,80. Will it be ok for Apache? Actually, I tested the installation with this configuration on our testing enviroment and it works, but the funny thing is that I can put rtmp://111.111.111.111/vod/sample.flv works (without port 6000). Is it correct behavior? Can anyone suggest any hints or tricks with such configuration?Thanks in advance.
So basically, I'm simply trying to set up Flash Media Server to connect to. My code here:var nc = new NetConnection(); nc.onStatus = function(info) { trace(info.code);} nc.connect("rtmp://127.0.0.1/firstapp/");Gives me the following messages:NetConnection.Connect.RejectedNetConnection.Connect.ClosedHere's the FMS log error that I get, I searched everywhere and can't fix them, could someone help? (Path and IP starred out):#Version: 1.0#Start-Date: 2010-06-08 17:59:14#Software: Adobe Flash Media Server 3.5.1 r516#Date: 2010-06-08#Fields: date time x-pid x-status x-ctx x-comment2010-06-08 17:59:09 11104 (i)2581173 FMS detected IPv6 protocol stack! -2010-06-08 17:59:09 11104 (i)2581173 FMS config <NetworkingIPv6 enable=fa
Hi, all!I can't find free version FCS distrib for Linux. Help me to do it, please!Alexey
hi all,today I install fms3.5 on my pc.1)I can use rtmp://localhost/vod/mp4:sample2_1000kbps.f4v , it works ok.But when I use rtmp://192.168.8.3/vod/mp4:sample2_1000kbps.f4v, I got Netconnect.connection.rejected. 192.168.8.3 is my fms server IP.I was first use fms, who can help me?2)When I set fms use port 1935 and 80, rtmp://192.168.8.3/vod/mp4:sample2_1000kbps.f4v works ok on other pc. But using wireshark(Wireshark is a network protocol analyzer for Unix and Windows.) I found , the flash player connect 1935 port at first, it send "connect",the server replay "connection.rejected" and "no scope "vod" on this server". Than it connect to 80 port, so I see the video is not send throw 1935 port with rtmp, but throw 80 port with rtmpt. Why? How can I see video throw rtmp?
Have any of you know tell me if I can have some kind of problem in the long run to dynamically insert new attributes in the client class in method onConnect? 1 - My client/flex var nc:NetConnection = new NetConnection(); // Each connected client would dif values in the attributes of the object user. var user:Object = new Object(); user.idProfile = 3780248778; user.name = "Barnado fonseca"; user.email = "bbbbb@bbbbb.com.br" user.avatar = "/mages/avatars/832483827489.jpg"; user.age = 33; user.isGold = true; nc.connect("rtmp://server/app/instance", user); 2 - Now I have the main.asc application.onConnect(client, user) { client.user = user; // If I do that here for each connected client must have some sort of problem with time? application.acceptConnection(client); } Cheers,
hi all,I need to provide a traceroute between an fms instance and a client machine. Is there any way to do this using just FMS . Using .net i can provide a webservice on a server and from there i can invoke a traceroute to the ip address as a parameter. I don't really wat to have to have .net running on the fms server just for this purpose as it seems daft - can i emulate this in some way just with fms?
i found lots ofAssert failed in .\js\jsXML.cpp line 2525in log,,,,some body help me???Thx
I want to incorporate a graphics frame in my chat application so that anyone can scribble in that box using the mouse (click and drag), just like a pencil in the MS paint.This would be something like a graphic analogue of the text chat area. Is there is any such Component like TextArea which may be used for this kind of application?Thanks!
Hi all,I'm having a problem with Flash Media Interactive Server 3.5. I have a simple application setup. I would like to simply to be allow the user to record multiple flvs. This is just because we want them to record, preview and either publish or try again.This is the code on my FMS sideapplication.onConnect = function (client) { application.acceptConnection(client); application.allowDebug = true; client.getTeamtalkFilename = function(){ fnameTracker = SharedObject.get("vid_counter", true); currentCounterObj = fnameTracker.getProperty("counter"); &n
HiI am using FMS 3.5 installed locally.I want to record the live video from webcam and store it.Later i will play the recorded video.Please share your ideas and experiences how to do.thanks,Srinivas
I am publishing 2 live streams from a computer with 2 video capture cards in it and I get a lag every 30 seconds or so on the subscribers side. I have tried adjusting the camera quality and setMode properties but still the lag persists inside and outside the LAN, is there a way to create a buffer on the server or adjust the way the live stream is received on the subscribers side so there is no noticeable lag? I saw something about editing application.xml to adjust the queue and a suggested bitrate but not sure if this is applicable, here is the link:http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_live.htmlHere is my setup:The publishing computer:2 PCI-e x1 cards, one takes S-Video (480i) and the other DVI (720p)Windows 7 64bitIntel i76 GB RAM'GB NIC and SwitchFrom the switch is one hop to a GB router and out to a 10 MB pipe which leads to our datacenter 30 miles away. The swf on this side just gets the 2 cameras, sets the quality to (0,80) and mode to (640,480,25,false)
Hi all,I have requirement of web conferencing for my website.for implementing that I have gone through google.Many suggested that go for FMS.I have never worked with FMS earlier.And requirement is urgent.Some people write that u hv to coding in Action Script 3 and I dnt knw Action Script.currently i need one to one conferencing...one to many can be done in later phase.I m working as a developer from last 4 yrs on Microsoft Technologies...Please suggest me how to go about and is it right decision to start with FMS or any other alternative is there.What tools and which edition of FMS will be required?Please suggest .......ASAPRegards,navs
We are setting up two servers edges and an origin server to a chat system we developed.Apparently the servers are all configured, but I can not put more than 4,500 simultaneous users. The CPU load is not near 15% with intake of 140MB memory.When I try to put more users connected to servers have a latency too great to connect after 4,500 users.This application uses very sharedObjects, around 5 sharedObjects persistent per user.All servers are equal, windows 2008 server 64bit, Intel Xeon quad core duo, with 8GB of ram.I've tried various settings and can not pass 4,500 simultaneous users.The JSEngine is with <RuntimeSize> 524288 </ RuntimeSize> and nothing changes.Important:Another important detail is that after a while all connections are lost or restarted on both edges, the logs do not show anything related to it, just say "Unloaded application instance applicationServerSide@origin.server.com.br/st
Hi,I have to build a video conference application with flex 3.Does anybody have any idea or experience plz help me how to do it.With thanksSrinivas
Hi All, I'v made an application with all the default codec and settings provided by adobe to publish live video using FMS. I've made two swfs one is for publishing live video and the other is for viewing the published stream (telecast). When I'm publishing the live video on My laptop using the default web Cam and mic attached to the Dell laptop then after 2- 3 minutes delay on the telecast side start increasing and it keep on increasing continuously .At the same time when I use my desktop PC by attaching external Web Cam and mic to publish, delay on my Telecast side is consistent ,it never increase. I found the problem is with the Laptop’s mic. Can anybody please suggest me why it is happening, and is there any solution to it.For this I'm using:FMS 3.5AS3Windows XP Sp3What could be the reason I'm not able to judge. Please suggest.Thanx in advance.
I've recently installed and set up a FMIS 3.5 setup and my web developer wants to have php on the server to create some dynamic content. Trouble is, I can not for the life of me get PHP to work on the server. Is there some special instructions that need to be followed with this special version of Apache that comes installed? Or is there any special reason I should use this version? If it won't hurt anything, I'm more than happy to just uninstall it and install my own Apache package, but I also don't want to limit or cause any problems in the future by doing so.Thanks for any insight.
Hello,I have a problem with a FMS application and his bandwidth. The problem is that if I playing a in an application without main.asc, the video plays perfectly with the maximum available bandwidth (17000 kbps). If I put a main.asc, even a empty file, I play the same video to 100kbps at most. Inside the folder I have a application.xml. Could it be that if there isn't a main.asc file, the application.xml is the default and that is not involved? Is there a parameter that controls the bandwidth of the stream in the application.xml or main.asc? My Application.xml is this: <Application> <StreamManager> <VirtualDirectory> <Streams>/;${VOD_COMMON_DIR}</Streams> &
Hi,is there a way to get live log (traces and errors) from application instance via Administration API?Thanks!
I've read many manuals and documentation on customizing the log files created by FMS. I've configured the necessary files to create these log files, but now that this is done, I'm searching for a way to parse through these log files and create statistics that are usable and easy to read.For example, I have the access logs configured to hold various information and now I want to be able to parse through the access logs and either store them into a db or have some tool that will gleen information such as IP's on site/off site, how many times a particular stream was accessed, etc.Is there something built into FMS that would do this or do I have to find 3rd party programs to do this? I've tried many search patterns and I haven't found much on FMS logs, only stuff that could work.Here are some that I have looked into/at:AWStatsFMS Log AnalyzerFastStatsWebalizerAnaloghttp-analyzeSawmillWe're hoping for "free" but that isn't always the case. For most it's hit or miss depending on the configur
HiI am a beginner with Flash Media Server and was going through the developer guide.In the Set up a development environment section http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773cda6-7ff7.html it saysInstall FlashInstall Flex Can anyone tell me whether installing Flex is necessary and what is its use?Thanks
I've read all the similar post but could not find a solution that actually works, and please no "just use the dvr or record on the FMLE suggestions" as neither will work for me.Some posts I've read suggest naming the stream in the FMLE to something like mp4:mystream.mp4 or mp4:mystream.f4v but then you can no longer view the stream, and according my the admin console the stream will not even publish using this syntax.I can view the published stream if I name the FMLE stream to something like mystream.mp4 or just mystream, but then it doesn't record at all or records as a FLV file depending on how I code the main.asc file.Here's one version of my main.asc, this one correctly publishes the live stream after the client triggers the joinStreams function but will not record it.application.onConnect = function (client, userType){ trace("userType is " + userType); this.acceptConnection(client); //this.clientCount++; clien
I have one application, is like a room of students. So whenever one client (flex client) is connected is like a new student in the room. I have been researching and I found that every new client is stored in application.clientsIf I have 3 students connected, lets say student1, student2, student3, and student4 if I made a trace :for (var i = 0; i<application.clients.length; i++){ trace("student "+i+": "+application.clients.name);}It shows me in the log:student1student2student3student4Now, if student2 left the room, the trace is:student1student4student3I need to have the the application.clients in order, I mean, after student2 has left the room to have:student1student3student4Please, what I can do to resolve this problem ?Thanks in advance.
Hi,we need to record and display daily/weekly/monthly statistics on vod application usage,we are working with multiple application and need statistics for each one of them individuallyparameters required are bandwidth,number of connection,view time ...can someone point on practical way to do it?Regards,Kobi Shalomkobi@koh.co.ilKOH IT Solutions
Hi there,We have installed FMS and have used it for a live streaming video event. The event lasted an hour and FMS worked great.How can I get statistics on that live stream? I'd like to know how many people saw the video, and how many people were watching at one time.Can you please tell me where to find this?Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.