The official Adobe Media Server community.
Recently active
Hi Folks...I am trying to download FMS 3.5 free version but have run into problems.I logged into my account and was brought tothe download page. I made my selection in the dropdown list: "|English | Windows | 274.0 MB|" I than clicked on theDownload button.....nothing happens.... I don't even get the 'allow temp popups' or 'activeX' download messages..whatis happening? Is there any setting I must change on my browser, the problem happens with IE, Firefox and Chrome...Hope someone can advise.Thanks guys
Hi all, I am working on streaming programs through "Adobe flash Media Live encoder" in my website.The steps that i done for streaming is * Installed Adobe flash media live encoder * In the FMS URL entered as " rtmp://myserver ip/live " * In stream given as "livestream" * when i click connect the follwing error is displaying " Invalid primary FMSURL "The website i am going to implement is " www.thelivingword.in:8080 " which is done using PHP. Is there anything i have to do in coding to connect the media server.As i am new to this i need guidance from you people for completing this..Plz help me out of this..waiting for ur guidance steps.RegardsHari.V
What if I access video delivered through media streaming server on IPAD client. Does it supports?
Ok,I have a windows server(2003) with FMS 3.01 and already installed Authentication Add-in (3)... Already open' up a command prompt and added users using users.exe ($ROOT/conf) and checking them after, but when i go and publish something with FMLE 3, it still doesn't promp for a user and pass login.Restarted the server and everything else, and nothing seems to work!I'm new in FMS and my english is not that good, but if someone can help, i appreciate!Thanks!
Ok, here's the deal: i have the license for Flash Media Streaming Server, but it looks like the Authentication Add-on does'nt work for this version of FMS. I wanna know if I have to buy a new license (Flash Media Interactive Server or Flash Media Development Server) or if I can simply buy the upgrade for one of this versions.The Add-On will work correctly with this two versions? This versions comes with any server limit access?By the way, sorry about the english. I'm from Brazil 😃Regards!
I know I'm getting way in over my head here... Just tyring to learn actionscript 3 and I want to write a player vs player game with text chat... I need to use the flash server... Is there a way to install the FMS 3.5 on my home computer for beta testing? Or is there anyplace that offers free hosting so I can beta test? I also need to be able to measure (view) how much band width I'm using... Can someone who's not an Idiot like myself point me in the right direction please.
Hi all,I have a nasty problem with FMIS (note - NOT FMS, we purposely paid for the vastly more expensive FMIS so we could make use of the authentication plugin)...I've set this up on a test Linux box (lastest 3.5.3 version), and installed the authentication plugin[1] as I want to prevent people from live streaming through the server without entering a valid username/password combination - to prevent stuff like this: http://forums.adobe.com/thread/563796?tstart=60 from happening.The auth plugin has been installed, and a user created. I have confirmed that this part works, as when I try to connect using Flash Media Live Encoder, I can't stream without providing a username/password. So at this point, I thought "job done", and that the authentication plugin had worked.However, when using some other software product ("Wirecast" : http://www.telestream.net/wire-cast/overview.htm) I discovered that this can still stream through our server without providing a username/password. As another test
hi all,I have a small app that uses FMS to record the user voice and then play it. It's not working *anymore* with the latest FPIn my tracking It records the voice, it generates the file (if i download I was able to listen to it), but if I try to play, it doesn´t play. If I use FP9 r124 it works, using FP10r53 or the latest 10.1.82.76 it fails !!! all with the same SWFhas anyone experienced the same? I can not ask everyone to downgrade the flash player.I tried to look in here http://kb2.adobe.com/cps/838/cpsid_83808.html#main_version but couldn't find any details about this specific problem.here is the test, http://www.alumni.org.br/elearning/e.htmlany sugesstion are appreciated.thanks!rodrigo
I recently upgraded FMS 3. to 3.5 and whenever we upload video to the VOD folder they automatically get the attribute "a" for archive. They don't work with that so once we go in and take the "check" off the "make ready for archive" off the video will work properly. Is there a way to turn this off?
Hi Folks...For developing a chat application with text, video and audio capabalities for a user group of between 20 to 30 or 50, which would be an ideal choice:Flash Media server 3.5 (the free one), Flash Media Streaming Server 3.5 or Flash Media Interactive Server 3.5? The way I see it, Flash Media Interactive Server 3.5 seems like the ideal choice, does anyone have any view on this? Please do share with me. Thanks.regards
Does FMS support this kind of logic?
Hi,For long i been using wowza server, recently i change my platform to FMIS, I want to know how to restream a RTMP urlin wowza1. i create a folder name edge on application folder and conf folder.2. i have a folder name content, i just have to create a myStream.stream file 3. then paste my rtmp://remote-ip/live/stream link to myStream.stream file.then i can play the file rtmp://wowza-ip/edge/myStream.stream in any rtmp player.how can i do such a thing on adobe FMIS.Thank you
Hello,I'm having a problem with recording a live webcam stream. The last few seconds of the stream is getting cut off.The recording is stopped with the following piece of code: vid.attachCamera(null); vid.clear(); ns.attachCamera(null); ns.attachAudio(null); ns.pause();What could be causing this? Is the stream cut off too soon? Is the client unable to send buffered data to the server?Kind regards,FY
I have FMS 3.5 installed on a Windows 2003 server, service pack 2. I access the server via remote desktop on my computer and when I use the Sample Video Player, I can get the sample rtmp videos working on the server and also on my own personal computer, but when I try and play the samples in the video player on any other computer, I get a Connection Error. I've verified the ports are all working. I've also checked the admin console and when I connect with both the server and my own computer I get 2 connections. When I try from an outside computer, no connection is shown. So it's not even getting to FMS to even register. What else might I be missing?
StreamingMedia.com is kicking off a new series of "Ask Adobe" webinars. Over the next few months, Adobe's webinars will cover topics pertaining to Flash Media Server roadmap, Monetizing and Delivering Protected Content Video Delivery in the Enterprise and more. Join Dan Rayburn as he moderates each session with the Adobe team and ask the questions that you've been wanting to ask our team!Attend the webinars and ENTER TO WIN a copy of Adobe® Creative Suite® 5 Production Premium!Register now : http://www.eventsadobe.com/streamingmediahttp://www.eventsadobe.com/streamingmedia
I'm beginner with FMS and AS3, so my question may appear stupid !My application is based on vod. I don't want all people can access my videos. I try to developp an application where client must provided login/password to access these videos.I have successed to send login/pw by put these code on swf client:nc=new NetConnection();nc.addEventListener(NetStatusEvent.NET_STATUS,netStatusHandler);nc.connect("rtmp://address/vod/sample.flv","login","password");In my server application, I've put these lines:application.onConnect = function( p_client, p_User, p_Password ){if((p_User != "login") || (p_Password!="password")){ trace("Authentication failed."); return false;}this.acceptConnection(p_client);} When I look at Admin console, I see it works.What I want to do now, is put a FLVplayback control in my client file to see the video based on these connection: here I'm lost. How can I pass my nc connection object to my FLVplayback control ? I hope my explanation wasn't confused.Thanks
Hi,I have a client who wishes to upload videos and stream them, but the videos could be of any type.My question is does flash media server come with the tools/capabilities to transcode video to flv, or is this a separate purchase?Video types to upload aren't finalised yet, however the first video I've been given is .wmvAny help would be appreciated as I'm trying to scope this project and I need to say whether or not FMS is the route to go down.Thanks.
Hi,I'm wondering if anyone knows when FMS 4 is due to be released or have any information on what features and changes we might see?Thanks,Phil
Hello FriendsCan any body suggest me how to remove flash player security pop up for camera and microphone through coding.Thanks in advance.
Hallo,normal I stream a livestream from Fme to a Fms and than to 2 cdn´s like justinTv. Now I´ve got the problem that i want to change the Script that it streams Viedos to the CDNs. Can Someone help me doing that or tell me what to read?Thats the Script I use right now to push the livestream:var nc1=null;var nc2=null;var ns1=null;var ns2=null;application.onPublish = function(client, myStream) { if (application.name == "rushTV/_definst_"){ trace("Republishing the stream to justinTV"); nc1 = new NetConnection(); nc1.connect("rtmp://live.justin.tv/app"); ns1 = new NetStream(nc1); //called when the server NetStream object has a status ns1.onStatus = function(info) { trace("Stream Status: " + info.code) if (info.code == "NetStream.Publish.Start") { &
I have live streaming but problem is that it is stopping and continues every 2-3 second, I do not know which issues causes it.Please give me some optimization tips and examples to optimize the output of stream1. For example how to make that stream result would not higher than 256 kbps?2. No stop in live streaming
I have below codeapplication.onAppStart = function(){this.clientStream = Stream.get("clientPlayStream");var my_xml = new XML("<login><username>qeyd</username><password>nisan</password></login>"); if (my_xml.firstChild.hasChildNodes()) { // Use firstChild to iterate through the child nodes of rootNode. for (var aNode = my_xml.firstChild.firstChild; aNode != null; aNode=aNode.nextSibling) { if (aNode.nodeType == 1) { trace(aNode.nodeName+":\t"+aNode.firstChild.nodeValue); this.clientStream.play(aNode.firstChild.nodeValue, 0 , 5 , false); } } }}I need this application read from exteral xml file not in it. Please help me
Hello Friends can any body tell me how to clear the client entry from Adobe flash Media server 3.5. when net disconnect.i was expecting that on netdisconnect from the client side end(which is connected to FMS) its onDisconnect event fire similarly as it fire for browser close.But when internet disconnect ondisconnect event not fires at FMS side is there any way to overcome this or any other event fire at that stage?if it is possible to get any event on network disconnection at client sidetahn i can solve the issue.Thanks and Regards Vineet osho
We have Flash Media Streaming Server 3.5, how do you code the html for a video to use the existing (player window) rather than having a separate popup Window that plays they media?Any help would be great,thanks
Hello FriendsWe are provoding 768kB bandwidth for our connection. Can any body tell us what should be the quality of video and audio we can set that does not effect frame rate which is 24 FPS.thanks in advance.
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.