The official Adobe Media Server community.
Recently active
Hi,I have a user streaming website. i want to get name of all live streams so i can display them front of my site.I can see all streams that publish to FMIS on FMIS adminConsole, but its flash, how do i take that to a php file or a any txt, or xml file.Thank you
Flash Media Encoder 3.1 and I'm trying to connect to: rtmp://fli001.ph1.hwcdn.net/g2q6m9d2/_definst_ and I'm not sure if I'm doing it right.Below is my encoder log:Tue Aug 24 2010 13:16:24 : Primary - Connected to FMS/3,5,4,1004Tue Aug 24 2010 13:16:24 : Primary - Network Command: onBWDoneTue Aug 24 2010 13:18:21 : Primary - Network Status: NetConnection.Connect.Closed statusTue Aug 24 2010 13:18:21 : Primary - DisconnectedTue Aug 24 2010 13:22:47 : Primary - Connected to FMS/3,5,4,1004Tue Aug 24 2010 13:22:47 : Primary - Network Command: onBWDoneTue Aug 24 2010 13:24:10 : Primary - Network Status: NetConnection.Connect.Closed statusTue Aug 24 2010 13:24:10 : Primary - DisconnectedTue Aug 24 2010 13:27:46 : Primary - Connected to FMS/3,5,4,1004Tue Aug 24 2010 13:27:51 : Backup - Connection failedTue Aug 24 2010 13:27:51 : Failure to connect to backup server. Please verify that your Server URL and application name are valid and that your Internet connection is working and retry.Tue Aug
Hi,I developed an simple video player based on the osmf with a dynamic streaming.It works fine with the examples from Akamai, but if i take my Live-Streams the first stream loads but as soon as stream should switch to a higher bandwidth i get the error:ERROR : error ID=15 message=Playback failed detail=Failed to play (stream ID: 1).Has anyone an idea what i do wrong? Or what might be wrong with the videos or streaming?ThanksJonas
Hi Everyone,I've noticed that when I use NetConnection.call(methodName) in my client Actionscript it sends a POST request off to the server. I thought this was odd because requests for data are normally GET operations but I didn't worry about it because it doesn't impact my application.Now I have our sysadmin complaining about the amount of data I'm shifting over POST requests because POST requests aren't cached by the web servers (and we are working with the kind of traffic levels where that matters.) Is there anyway I can make call() use GET?The code I'm using is all fairly standard, but here is the relevant snippit: var nc:NetConnection = new NetConnection(); nc.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);  
Hello,I have FMS for developper 3.5.4. I have 2 computers:One called SVR with windows 2008 on it with iis7.One called PC with windows 7 which is my client.I would install FMS on the one called SVR beside IIS7.What I have done:--------------------------I install FMS without apache.I create a flash file with an flvplayback object which have source property set to "rtmp://SVR/vod/sample.flv"This swf file is in a html file called test.htmlWhen I try to load this test.html I see the flvplayback object which seems seraching. But nothing happened from SVR or PC.Is it a problem with FMS, with firewall (I open 80,1935 ports).Thanks to any help or clue !N. Bauland
Hi all , what Windows server do you reccomend for FMS 3.5 ,2003 or 2008 , Web server or Standard edition ?Thanks
hi all , where can I find step by step guide for clustering FMS ?only things I find is here :http://livedocs.adobe.com/fms/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part_Edge_Server.htmlbut , it is not clear what exactly to do , it just says like :"Install and configure the first Flash Media Server.Use the same serial number and license file each time you install Flash Media Server.NOTEA special cluster license file is required. For more information, contact your Macromedia representative.Confirm that this Flash Media Server instance is working correctly.Configure the Flash Media Server instance as an origin server.Install and configure the next Flash Media Server in the cluster.Configure this Flash Media Server instance as an edge server.Make sure this edge server points to the origin server.Repeat steps 5 through 7 for each edge server that your license file allows. ".................is there a step by step guide on how to do those things ?Thanks
Many times, each day, a notice this error in the event log :Bad network data; terminating connection : (Adaptor: _defaultRoot_, VHost: _defaultVHost_, IP: XXX, App: AppName/Instance, Protocol: rtmp, Client: 5856213718289632378) : v E3 k A3 + 16 S B9 ED > 84 8C A7 98 C3 & G B1 u 8 4 90 T N { 18 d 84 0C 00 92 A1 EF E1 F6 % P F9 80 0 02 E5 D8 \ 08 o j 12 F9 E6 F S 05 D3 l q Q ) C3 82 02 8A BA t A Feach time after this error, the netconnection between the publisher and the server close. I have some log in my app who check the connectivity between the publisher and the server :function threadIsPublisherOnline(){ clearInterval(ptrThreadIsPublisherOnline); if(!_root.nc.isConnected) { if(mustDisconnect) { trace("The server as close the connection, redirect the publisher"); getURL("closer.aspx?language=" + _root.Language); } mustDisconnect = true; var ro:Object = new Object(); ro.onStatus = function(info
Hi Folks...What is the difference between FMS 3 and FMS 3.5? Is 3.5 a totally new version or just some kind of service upgrade?
I want to to instal FMS and Wowza Server on same machine any one know about this please guide me about this.Thanx in advance.
Hello, I had installed FMS3.5 on my system. BUt I Want to execute C:\Program Files\Adobe\Flash Media Server 3.5\samples\fms2_sample_appsInside it there is two folders applications and samles.My Samples folder there is different sample folders available like tuturial_text,tutorial_hello etc.and inside that there is fla,swf and html files are present.Also please tell me what is use of *.asc file?Please guide me.Thanks.
I've been having considerable trouble trying to adapt the contents of this tutorial http://www.adobe.com/devnet/flashcom/articles/first_comm_app.html to the last version of flash and media server. Specifically, I've had difficulty causing Flash CS5 to recognize the additional components installed with media server here: Adobe\Flash Media Server 3.5\scriptlib\components like "simpleConnect" or "chat". It's not clear to me how to cause these components to appear under the components window in CS5.Using the trial version of Flash Media Server 3.5 and Adobe Flash Professional CS 5 trial version.
HiThe problem i have is that on linux, the flv files generated by fms are having permission 660. Due to this they become kind of useless as i cant do much with them. Is there a way to make fms generate streams with better default permision ? Any help is appreciated..
Hi, Can any one tell me why dynamic streaming taking too much time to switch video from lower bit rate to higher bit rate and vice versa.I am doing dynamic streaming in following ways - var param:NetStreamPlayOptions = new NetStreamPlayOptions(); param.oldStreamName=oldStream(); param.streamName=newStream() param.transition=NetStreamPlayTransitions.SWITCH; ns.play2(param); ns.addEventListener(NetStatusEvent.NET_STATUS, switchMode);I am using duel buffering and that is 3 seconds when video starts and 10 seconds when "NetStream.Buffer.Full". Video taking approximately 30-50 seconds to switch video and when I am calling the above code.Thanks & regardsSunil Kumar
Hi!I am getting "NetConnection.Connect.Failed" error when trying to connect to my FMS 3.5 server from Internet.Things work pretty well when the application is hosted and accessed on my local network. Now when I want to connect my live stream application to Internet it isn't working. Public IP for my server is of type xxx.xxx.xxx.xxx:xxxx (My machine is mapped to the ip so to connect I need to mention the port as well).I am running IIS and FMS on the same machine. I have changed the default tcp/ip port of iis to 8080 and the ports for FMS are set to 1935,80.I have updated the HTTPPROXY.HOST value in fms.ini to HTTPPROXY.HOST = :8080 (port of IIS)HTTP tunneling and HTTP Proxy are also enabled.Please help. Its really urgent.
I need application that will stream flv like on TV that all connected users will see same stream. If they close and than connect they will see what is going on not form beginningSomeome can help me please?it is very urgent for me
I have an application running in FMIS 3.5. Everything is working. Now I want to create two application instances, one for a live stream and one for a development stream. That way I can test my application against the development stream without interfering with the application that manages the live stream.So first I created folders under my application. Say the application's name is test. I created two folders, dev and live. Then I changed my Flex 3 applications so that they would write to rtmp://mydomain.com/test/live/stream. But the application still records the live stream in test, not test/live.So I tried modifying the <Streams> element in my VHost/VirtualDirectory element.<Streams>live;C:\Program Files (x86)\Adobe\Media Interactive Server 3.5\applications\test\live</Streams><Streams>dev;C:\Program Files (x86)\Adobe\Media Interactive Server 3.5\applications\test\dev</Streams>I restarted my vhost. My application still records my live stream into the test
Am publishing a live stream from server to server per:http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d56e-7ffb.htmlHere's the path my data is taking:Encoder =======>FMS1(my server) republish ========>CDN========>viewing clientI noticed that about every 10 minutes or so the stream would seem to go down.Looking at the logs at my FMS, I see that the application instance there is unloaded every 10 minutes like clockwork. Message reads "Instance _definst_ is shutdown by the script... Unloaded application instance _definst_." This is preceeded by the "NetConnection.Connect.IdleTimeOut" message.During the 10 minutes inbetween, the stream displays fine on the viewer.The live docs say this message means "the publisher of the stream is idle and not transmitting data." But the encoder is still encoding and transmitting data when this occurs. What's causing this IdleTimeOut message?
Hello,Is it possible to 'bookmark' a users location to be stored and retreived if they come back at a later date? We mainly use videos in our LMS for training, and some of them are over an hour long. Our course providers want to ensure that the users have watched the entire video, so when I made our flash player, I didn't include fast forward buttons.
Hi Everyone, I am new to Flash Media Server. We are trying to implement HTTP Dynamic Streaming using 3 different bitrates.For this purpose I have already setup a server with FMS 3.5 running IIS 7 on Windows server 2008.Everything works perfect after binding the two servers to different ip addresses etc.We have also encoded our videos in H.264 as f4v files.I have also looked into OSMF and planning on using the REOPS player (which is fine with me too).The only problem I am facing is how to create the manifest and SMIL files for the videos to switch automatically and where exactly to put it on my web server as all the articles on FMS they are doing it with Apache server.I will be glad if anyone could please give me a direction about how to proceed (Manual/guide/tutorial/video anything works).Thanks,Ankit
I am trying to serve streaming video over a 10 mb network and using Adobe® Flash® Media Streaming Server 3.5. Here are the specs on the video.Video:Codec: On2 VP6320x240pxframe rate: 30fps400 kbps (VBR)keyframe distance: 15Audio:Mono channel96 kbpsDoes anyone know how many of these I could serve up concurrently? Or is there a spec somewhere?
Hi,plz help me can u give me basic cocept how to build simple chat application using Flex + FMS or Flash + FMS ?Thanks,JaxNa
Is it possible to use Apache to proxy/tunnel RTMP(S) traffic through to Flash Media Server? Basically, I want to tunnel RTMP traffic using HTTP through Apache.What I want to be able to do is open up an appropriate port (either 80 or 443) on the Apache server and have that proxy traffic through to Flash Media Server. The reason I ask is that I have set-up this scenario but I keep getting a "NetConnection.Connect.Failed" error message; I captured the network traffic flowing between my machine and the server and it is connecting to the server, just nothing happens after that.Do I have to connect directly to Flash Media Server?ThanksMessage was edited by: sbuckle
Hello !1) I am trying to make connection with Flash Media Server to publish live video streaming, and I am sitting behind proxy and firewall, I am not able to make my connection with rtmp that’s why I use rtmpt to make my connection with media server to publish .But in this case after publishing some time(ie 5 to 10 minutes) connection break down and streaming get stopped .The same problem occurs when I use "Flash Media Live Encoder 3" to publish live stream . 2) I am making my connection like this "rtmpt://xx.yy.zz.kk:80/Training" where xx.yy.zz.kk represent live System IP where Flash Media Server is running. 3) After analyzing the problem I observed that while publishing the stream ,http requests from Publishing system keeps on increasing and at one time it crosses the limit of proxy server (our proxy can handle 600 http requests per minute from any client PC) so streaming get stopped.4) Then I attended “adobe connect pro” Trail classroom session by sitting
I am trying to record a H264/AAC streamin FLV format on my FMS server and all I get in the recording is the metadata but no media content. Is H264 recording only supported in F4V?Siva.
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.