The official Adobe Media Server community.
Recently active
Can't get a clear answer on this - Does FMIS 3.5 run on an MS 2008 Web Edition Server (64bit)?
I just installed FMS and am able to get to the admin panel, but can not login. using the correct username and password. localhost is in the server location text box. I read that this is where the server should be located. Not sure if this matters at all, but I do have a webserver installed on the same computer. If anyone FMS guru could help me out it owuld be much appreciated.Thanks in advanced
Hi!is it possible to extend the access.log file? I want to pass user information via the connect method to the application and want to include this data in the access.log file.Is this possible?
Everybody Hi,Is it possible to record .flv in an encrypted mode? I know RTMPE, but I mean an encrypted flv file, not only encrypted streaming. we want to be sure that the recorded messages will not be avaible for playing locally via a flvPlayer.(the application is running on a FMS service provider' server)
Hi Everyone,I have a FMS 3.5.3 server running an application I developed,My goal is to connect to a php server to get mysql query result.it work well in windows.but in linux cent os 5.3,Memory will always grow fast.please help me!Here is mycode(fms):application.onAppStart = function(){ NetServices.setDefaultGatewayUrl("http://" + application.config['server_ip'] + "/amfphp/gateway.php"); application.conn_db = NetServices.createGatewayConnection(); application.map_server = application.conn_db.getService('Server',sResult); trace("Start ..."); application.checkid = setInterval(Check,1000);}sResult.onResult = function(date){ return;}function Check(){ application.map_server.checkServer();}(php) function checkServer() { sql_connect(); $ret = array(); $ret[] = sql_fetch_rows("select `id` from test_world limit 0,1000"); return $ret; }thanks!
I'm a server side newbie trying to set up FMS to stream VOD from a different drive on the same server (and ultimately via Cisco Show N Share) that I have all the media already on. FMS is installed on d:\Flash Media Server 3.5 and all the media is already on the e:\videolibrary\SnS\flv drive\folder.I've edited the fms.ini with the following :VOD_DIR = E:\videolibrary\SnSVHOST.APPSDIR = E:\videolibrary\SnSand added the <StorageDir> to the Application.xml with this:<Application> <StreamManager> <storageDir>E:\videolibrary\SnS\ </storageDir>Is the Application.xml and man.far supposed to stay in the rootinstall\applications\vod folder or do they go in the E:videolibrary\SnS folder? (I've tried both- no joy)When I try to play a video in the flash media player from rtmp://ascvideolibrary/SnS/flv/test.flv it doesn't play. If I try it as http it works fine.In the edge.log files I get this error.2010-07-29 12:32:01 4380 (w)2641213 Connection
Hi All,Please help me!I'm a new bie with Flash Media Server. I installed FMS on my computer. I changed host (changed testmyserver.com). On my computer, it runs ok. But on another computer, I can't connect with this link. I don't understand. Could you please help me this issue?Thanks.
Hello, I am trying to embed a flash player as a pop-up from a web page.So far, we manage only to pop a new browser page which plays the "Flash" video, without a controlable player.what do i need to do to embed a player into the page, like here: http://www.longtailvideo.com/players/jw-flv-player/or as a player as a pop-up above the page?do i need a flash media server for that or can it work with progressive download and no dedicated installations? I would appreciate any help. I need to figure it out ASAP.
I can stream live 1 Axis IP camera with FME 2.5. How can I stream multiple IP cameras with FME 2.5?.
I really need help with this issue, as I can not get this to work. I have an FMS server, but we are not using rtmp:. We are only using progressive download via http:// (mainly because we have a large apple thinkpad community which doesnt use flash). The FMS server does not have much space so we have media files (.mp4) sitting on another drive (the I drive) that is not the install directory. As of right now my application.xml file looks like this: <Application>- <StreamManager>- <VirtualDirectory>- <!-- Specifies application specific virtual directory mapping for recorded streams. --> <Streams>/;${VOD_COMMON_DIR}</Streams> <Streams>/;${VOD_DIR}</Streams> </VirtualDirectory> </StreamManager>I have edited it to reflect <Streams>/;I:\video</Streams> (This is the directory I have the media) IT FAILS!!!Here are my questions?1). What file points all
app.asc:application.onConnect = function(client,parameters){ //application.acceptConnection(client); application.rejectConnection(client);}when I change the above to acceptConnection, still rejected ,why is change of .asc not taking affect right away?
Hi,I want to add some custom string into the FMS log file. If I am playing a video and I want to append some string every time when that video is played, which is in some way useful to me in analyzing FMS log, then is there anything provided or some function in which we can just pass the string as an input argument that appends it at appropriate place in the log file. Thank you.
So here's the low down:We (the university I work for) want to add an IP camera to the top of a building (so it has to be IP, we can't put a machine up there, so USB is out of the question) to stream a live view of the quad. The problem is, I can't find a way to stream any IP Cameras through the flash live encoder. I tried a camera by Axis, but their capture driver only supported MJPEG which the live encoder does not. Is this the best way to accomplish what I want to do? Has anyone else done something like this?
Hi!We just bought two Decklink Studio cards to use with our live streaming servers. First, everything works fine. We have high quality flash live streaming, using SDI input with embedded audio. But after approximately 10 hours of streaming, the quality comes down, and the frame rate too, looks like the encoder start are dropping frames. Then if we just try to stop the live encoder, they freeze. The only way to close the program is forcing with CRTL+ALT+DEL. At this time, if we restart the FMLE, all works fine again, for more or less 10 hours. The specs are: FLME 3.1 Windows Server 2008 R2 (64) Decklink Driver 7.5.2.0 Dell PowerEdge R610 16GB RAM Dual Intel Xeon E5504 Can you guys help me with this problem? Thanks Marcelo Guerra
Hi allI installed FMS on an standalone Win 2003 server to act only as a service , now when I open the URL ( IP address actually ) of the server it show an introduction page of FMS with a video ( RTMP and HTTP streaming examples ) , so how can I change that , to open to custom page or redirect ... ect ?Thanks
I'm using the FLVPlayback to load streaming videos from a FMS. The bug that I'm running into is with thebuffering state. Several times the video will enter a buffering state that never ends. The last video event that's fired in this scenario is the BUFFERING_STATE_ENTERED. But if I seek the video on the seekbar, it's playing away.Any idea?Best regards, tomipont!
i m using flvPlyback in player in two websites but in one of the sites its not working properly, while in the other its working fine. it shows black screen there
my CDN migrate my server from FMS2.5 to 3.5...With FMLE 3.0 (and 2.5) all work fine, i can publishBut now any of my publish AS3 / Flex code works !! i can connect to the url point of publication, but when i want to stream a live the answer is: "NetStream.Record.NoAccess"1/ i don't make a "record" publish but a "live" publish, why this "record" error ?2/ I use really Basic code (AS3) to make a live publish like: nc = new NetConnection() nc.connect(MY_PUBLISH_URL) .../... ns = new NetStream(nc) ns.publish(MyStreamName,"live")3/ when i try my code on a Local FMS2.5-3.0-3.5 all is OKmy CDN (Level3) can't answer me and say that if with FMLE 3.0 that's work the problem is Mine and in My Code... i'm sure of my code.. i use it always and for month with no problem...is any body with experience with FMS 3.5 on a CDN and the "change" ?is anybody have a sample code to show me ?Pl
HelloI have an error in the publication of a Live (Webcam) to a CDN (Level3).when "ns.publish (STREAM_NAME 'live')" 'it is returned an error"NetStream.Record.NoAccess 'Thank you to those who use AS3 application to connect to their CDN (Akamai, Level3 ...) oftell me if they encounter a problem.I use the same code has always been to publish a Live (Webcam) to serversstreaming (FMS RED5, etc ...) and can be summarized as follows:nc = new NetConnection ()nc.connect (HOST_URL)../..ns = new NetStream (nc)ns.publish (MON_STREAM 'live') this works on all versions FMS 2.5, 3.0, 3.5, etc. ..Since a migration of my FMS version 2.5 to 3.5 this code does not work anymore!the worst is that Flash Media Encoder (FME 3.0) it is operating properly.So is there a feature to broadcast a live publishing point on a CDN (LEVEL3)?The CDN turning on the fact that if it works with FME is that it is the code that raisesproblem ... without more information.The FMS version uses "special" of FMS, but until now
Is Live Streaming Feasible using FMSS 3.5 on a web portal which is developed using J2EE?
Two weeks ago I've installed Adobe Flash Media Server to my development machine to digg it a little. But today, when I enter a url like http://localhost:3469 in my browser (not in ie 8, just in firefox and chrome) it redirects to "http://10.20.1.194/" and open a page like below: I uninstalled flash media server, but it is not a solution. Any idea to solve this problem?Thanks in advance
vid2.asc:application.onAppStart = function(){ trace("The Broadcast has begun!");};application.onConnect = function(client,parameters){ application.acceptConnection(client); trace(" has been accepted");}application.onDisconnect = function(client){ trace(" has left.");}But in the admin console:Unloaded application instance vid2/recordingsThe Broadcast has begun!Unloaded application instance vid2/recordingsThe Broadcast has begun!Unloaded application instance vid2/recordingsWhy is onConnect and onDisconnect event not activated on server side at all(the client side script connects by nc.connect and is functioning well)?
I know as of 3.5.3 you're supposed to be able to use the Smart Seek functionality to do trick modes like 1/2x, 2x, etc. How is this actually done? I understand the new seeking/stepping, just not how to playback at a different rate.Thanks.
Dear readers,We want to build an application that allows the user to record a video using their webcam on our site using flash and save the URL in a database using PHP. So that we can allow the user to send the video's to other users etc.Also we want to offer the user the possibility to upload their movies (per mail and with PHP) and convert them to flash movies, can this also be done using Flash media server? Thanks so muchGreetings,Stephen
Hi guys,I've had FMS running on my local machine for a while and have had a little experience writing FMS apps, but I've just tried recording audio for the first time using the standard vod application and I keep getting a "Write access denied for stream" error. My AS3 code is copied and pasted for various examples and am confident that it works. I'm running Windows XP service pack 3 & FMIS 3.5.If anyone has any ideas? I've had a look at the vod/media directory and under windows->properties the read-only attribute is ticked. Every time I un-tick this it reverts back to being ticked. I've googled this and MS say that most programs ignore the read-only attribute and that it only really applied to files. I've also tried the MS fix for setting the read-only attribute via cmd and still no joy (doesn't fix read-only attribute or FMS recording the audio after setting via cmd).I've also tried our dev server install of FMS (running under linux) and am getting the same results.Here's my A
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.