The official Adobe Media Server community.
Recently active
Hi,For example in a chatroom with 10 people in, we would need to increase the default of the max streams (or max peers?), because the default is only 8.I know it's not 'MaxStreams' on the FMS server-side configuration, but I can't remember the name of this function. I'm not sure if it's applicable only for RTMP/RTMFP groups or RTMFP direct connections yet, I would need to read on it first...Anyone knows?Thanks
Hi,I am trying to get the vod filename clients are playing using server-side scripting. I am able to get the client ip, uri & protocol etc but can only find live streamname examples.Thanks.
Hello friends,I have setup FMS and FMG on the same machine. I am able to register X-Lite and the given Flash phone with the FMG-provided SIP Registrar, but I am unable to get it to talk to an external SIP server. Can someone please tell me how to do this?Thanks,
Hi,I have a setup where I have some edge servers (as in <Mode>remote</Mode>) that pull content from an origin server. I only want to allow RTMPE connections to the edge server.I'm trying to do this by using the <DisallowedProtocols> element on the origin server. I'm setting:<DisallowedProtocols>rtmp,rtmps,rtmpt</DisallowedProtocols>...in the relevant Vhost.xml on the origin server. However, when I do that, proxying through the edge server stops working. I get a "Connection attempt rejected by FMS server [ Server.Reject ] : Connection failed." from OSMFPlayer (which I'm using for testing) and these lines show up on the origin server's core.00.log file:2011-07-08 17:44:02 6356 (i)2651107 Connection failed. -2011-07-08 17:44:02 6356 (i)2641213 Connection rejected by server. Reason : [ Server.Reject ] : Connection failed. -What am I doing wrong?
Hey Everybody!I have a problem streaming on-demand f4v-files longer than 1 hour! The video starts normaly playing the stream and the player shows the correct overall duration. But if you start skipping/seeking the overall duration change to 13 h 20m and 28s (instead of 1 hour) and the stream breaks down. All f4v files with less than one hour duration works fine with playing and skipping!I encode the f4v files with Adobe Media Encoder. I have also checked the f4v file with FLVcheck (passed). So, does anybody have an idea in fixing this problem and which format is the best for FMS streaming (MP4, FLV, F4V?)?ThanksHinrichtSAMPLE: Try to skip/seek and check the duratoin!http://webcast.hfmt-hamburg.de/archiv/2011_06_05_Master_Basica.htmlSOURCE: <object width="1024" height="576"><!-- FÜR MICROSOFT INTERNETEXPLORER --><paramname="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"></param><paramname="flashvars" value="src=rtmp://flash.hfmt-hambu
Hi everyone,So I am testing out my application on my local server (wamp), basically its a streaming webcam app. I placed the main.asc file within the applications folder of FMS, loaded the application in the Admin console yet nothing seems to happen. The webcam stays at the "preloading" frame.Also, I have just noticed that on the FMS start page the sample videos etc keeps giving me connection error!?! Not sure why, I tried everything and it still does not seem to work, switched wamp off, restarted the server, but nothing....I have been struggling with this for hours now and I am confused to death.If anyone can help PLEASE!!Thanks!
It stands to reason that an OS would have a memory limit for the FMS process. I have a video chat app to which I may need to connect 300,000 or more concurrent users. Has anyone done this? Would this break the bank? What's the most you've ever had connected at once?The video portion of my app goes through a good CDN, so I don't think there's a problem there. But my chat room is all on one FMS instance.I see something in FMS docs in "configuring performance features" that warns, "Adobe recommends that you ensure that your total system memory usage does not exceed the process limit of your OS". Granted it's in the context of configuring media cache, but wouldn't the same apply to chat room size if the numbers get high enough?
I have gone through Tom Green's helpful tutorials on streaming from the vod folder (FMSDeveloper) and using his application to stream from the applications folder (FMIS).http://www.adobe.com/devnet/flashmediaserver/articles/beginner_as3_fm3.htmlI have FMS Developer on three systems, an XP Pro, Vista and Windows7. The latter is an i7 64 bit with 8GB RAM running Adobe CS5 Production Suite.Problem #1: Following Tom Green's instructions on how to stream H.264 video from the vod folder using the following ActionScript code:var nc:NetConnection = new NetConnection();nc.connect("rtmp://localhost/vod"); var ns:NetStream = new NetStream(nc);nc.onStatus = function(ncObj:Object) { trace(ncObj.code); if (ncObj.code == "NetConnection.Connect.Success") { ns.setBufferTime(2); myVideo.attachVideo(ns); ns.play("mp4:Vultures"); }};I was able to stream the "Vultures" video on my XP computer,
I've placed some of my videos flv and f4v in the vod/media and webroot/vod folders with sample files provided. My files were checked with flvcheck and passed. When I load the embed code into a Dreamweaver HTML file and save the page to the webroot folder as instructed, the provided sample files play in my Firefox browser. However, when I edit the code to insert my files in strict accordance with the instructions concerning codecID and extension, I get the following message on the Browser "We are unable to connect to the content you've requested." What's the problem? My videos are less than 30 minutes in length and were encoded H.264 using Adobe Media Encoder and as I said passed the flvcheck.I plan to subscribe to Adobe FMS on Amazon Web Services, but I'm not going to commit until I get some answers to the problems I've encountered. Thanks.
Hello,I give up. I'm creating a very, very basic AIR application which mainly just needs to check if a given FMS is up and running.To do that, I'm simply connecting to the FMS and after a successful connection, disconnecting to free up the connection slots. All is repeated at some interval. This is like a monitoring tool.However, looking into the admin panel (Influxis) I can see that the number of active connections is ever growing, even though I'm calling close() on the NetConnection instance every time.Also, adding a timer to trace the netConnection.connected value outputs always "true", after the close() function has been called.I'm not creating any NetStreams, nothing.The only way to free up the connections for me is to completely close the application.Any ideas?Thanks in advance.
dvrcast is a live service.mp4: as the service record and I look over to the dvr sample player debug output messages while out NetStream.Buffer.Empty will stop.Screenshot is shown below.Is it possible to do without stopping the service?
I'm using Amazon EC2 and AFMLE 3.2. How do I generate a report that will tell me how many viewers I have watching?I figured out how to report on the Kb out in an hour but that only tells me average viewers, asuming they all watched an entire hour. I need unique viewers and average viewers at different points in the webcast.
Hello!I hava a problem when connecting to a media server in IE: there is a delay of several seconds (more than a minute sometimes) until the connection is perceived as established. This delay does not happen in netscape-based browsers. I wanted to known if I am doing something wrong or if there is a problem in the current version of the flash plug-in on IE (I think this is very unlikely).Detailed description:- I am using the NetConnection objec to connect to the red 5 media server using the rtmpt protocol (using ActionScrpit 3).- Using wireshark to see the HTTP traffic I can see that the connection with the media server does not take more than a second or two to be established even in IE; the rest of the time only the "idle" command is send.- Using trace I can see that in Firefox that the NetConnection.Connect.Success event is generated right after the connection is established. Using the same trace i can see that the NetConnection.Connect.Success event is not generated in IE, being ge
Hi,I have written a program to publish the audio and video data to the FMS. I am publishing the video data to FMS in live mode and trying to play back via OSMF player. When i start publishing video data in the livepkgr application folder of FMS files like .bootstrap, .control, .meta are getting created. But when i try to playback via OSMFplayer i will get error 1009 and one intersting thing what i have observed is after 7 minutes this error won't come and OSMF player starts playing properly. Can you please give the solution for error 1009 which comes only for first 7 minutes?
Please help and fix my mistakesthe error is:1046: Type was not found or was not a compile-time constant: MouseEvent.my code:package{ import flash.display.Sprite; import flash.media.Camera; import flash.media.Microphone; import flash.media.Video; import flash.net.NetConnection; import flash.net.NetStream; import flash.net.ObjectEncoding; import flash.events.NetStatusEvent; import flash.events.AsyncErrorEvent; import flash.system.Security; import flash.system.SecurityPanel; public class MinCam extends Sprite { private var cam:Camera; privat
Hello,Limelight, my CDN, require that I check my media files using flvcheck version 2.0.I have downloaded version 1.0 from the Adobe Downloads page, but can't find version 2.0.Can anyone point me in the right direction?Thanks,Monu
Why does this error happen?function Function() {}Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetConnection was unable to invoke callback onBWDone. error=ReferenceError: Error #1069: Property onBWDone not found on flash.net.NetConnection and there is no default value. at MinCam()My codepackage{ import flash.display.Sprite; import flash.media.Camera; import flash.media.Microphone; import flash.media.Video; import flash.net.NetConnection; import flash.net.NetStream; import flash.net.ObjectEncoding; import flash.events.NetStatusEvent; public class MinCam extends Sprite { private var cam:Camera; private var mic:Microphone; private var vid1:Video; private var vid2:Video; private var n
Hello!, im new using FMG and FMS and I have problems receiving calls. I create a new profile in the sip.xml, rtm.xml and in the workflow.xml. I can call from sample sipphone to any other phone via my sip server, but i cant receive calls, can somebody help me please. .sip.xml <Profile> <profileID> MyCon </profileID> <userName> myuser </userName> <password>mypass </password> <displayName> test </displayName> <sipDomain> sip domain </sipDomain > <doRegister> 1 </doRegister> &nb
Hi,Is it regarded as best practice from an Adobe point of view to uninstall FMS 4.0 before installing a new release, say FMS 4.0.2 or even FMS 4.5 (when its out).Many Thanks.
Hi,My clients use Flash Media Live Encoder to publish the audio+video to my server. In some case, I want to allow my clients to publish only Audio and no video but I cannot control it via the FMLE, they can even select the video to publish. I wanted to know if there is any way in which on the server side, I can allow my client to publish only Audio and no Video?Thank You.
Hi!I am trying to stream a MP4-file from the VOD-folder using the videoplayer in flash. I can play the sample-file without any trouble, but when i try to use iceage.mp4 as source, it don't find the stream. (RTMP://192.168.1.44/vod/mp4:iceage.mp4)
Installed fms4 x64 on windows server 2008 to try it out. When i open up task manager to check processes running, FMSCore process does not runhttp://kb2.adobe.com/cps/862/cpsid_86205.htmlI found this in the knowledge base but step3 "Run this program As Administrator" checkbox is greyed out so i cannot do anything. I have stopped and restarted service so many time, rebooted server at least twice.Even the video that's supposed to play when you click the start screen is not playingSet the Flash Media Server services to Run as AdministratorComplete the following steps for each of the following files located in the Flash Media Server root installation folder (C:/Program Files/Adobe/Flash Media Server, by default):FMSAdmin.exeFMSCore.exeFMSMaster.exeFMSEdge.exeRight-click the file and chooseProperties.Select the Compatibility tab and click Change Settings For All Users.Select Run This Program As Administrator. Click Apply, and then click OK.Complete these steps for each Flash Media Serv
hello i am building an live streaming website and i am use 1- FMS2- Apache webserveri have made the subcriber and i works well .but i need to build the publisher to allow users to broadcast thier stream from thier cameras.i have tested a publisher which was build using actionscript and it didn't work untill i have installed the fms on my localhost , but i need a publisher which any user can use in his web browser .
Technically I'm trying to start this live broadcasting show throw the free application called "Adobe Flash Media Encoder 3.2", but to start this I would need a serve to start everything. So I decided to experiment with your wonderful "Flash Media Serve 4 :Dev version," before I buy the full version for massive scale of use( to stream live camera.) , but I ran into a problem when I'm in the log in screen console. I can asure you that I typed everything correct from the installation sequence and Im also fallowing this tutorial (http://www.adobe.com/devnet/flashmediaserver/articles/beginner_installing_fm3.html) when I ran into the login screen this is what I find : an error message saying "Log in attempt has failed. Please verify your log in information and try again." So that's what I technically do and I get the same message every single time I try. Since I know my password and my username really good , I know im not wrong. But my attempt with server address simes to be the problem. So
I appologize if this question is already answered somewhere (I did search a bit)..1. I have written a significant amount of my site using functions only available in PHP 5.3+ (ie not in PHP5.2)( see php.net /manual/en/migration53.new-features.php )2. PHP (in thier infinite wisdom) have decicided that not only is there no longer a VC6 (ie Apache 2.2.15 compatable) build of php 5.3.6 but they removed the 5.3.3 build and are offering only 5.2.17 in a VC6 build suitable for use with the version of Apache built into FMS4.(see windows.php.net/download/ and note the lines: Do NOT use VC9 version with apache.org binaries.and VC9 versions of Apache can be fetched at Apache Lounge. We use their binaries to build the Apache SAPIs.)3. The FMS4 documentation says:(see help.adobe.com/en_US/flashmediaserver/configadmin/WSE2A5A7B9-E118-496f-92F9-E295038DB7DB.html#WS02f7d8d4857b1677-469e53bb12984254411-8000The recommended approach to upgrading the Apache web server is to install or build the Apache ser
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.