The official Adobe Media Server community.
Recently active
I want to poll external script in applcation using LoadVars instance. That's code:myVars.onLoad = function (success) {if (success) {trace ("variable: "+ myVars.flv); trace(this.toString());for( var prop in this ) {trace (" key " + prop + " = " + this[prop]); }application.PlayFLV(myVars.flv);} else {trace (" Error loading variables "); }}};So i can see in Administration Console raw value in this instruction:trace(this.toString());but I see also "variable: undefined" on line:trace("variable: " + myVars.flv);Note: in cycle for i can see all "key = property" pairs i need, including .flv property, but it writes "undefined" as i mentioned!What's going wrong!?more: When i'm trying to add array declaration like this:var propy:Array = new Array();an application falling down with error: NetConnection.Connection.Failed?!Can someone explain what's going on? How can I access to required property??
Hi,We are developing a web conferencing tool similar to WEBEX. We need a facility where participants can join the meeting via phone. To enable this ,we are trying the option of SIP connectivity and PSTN using Flash media gateway. Our web conferencing tool is using Flash media server. When we dial the number from our external phone, we are able to recieve the call. But we are unable to stream the call to the FMS.The log details are as followsThanksSelvan [LEG ID:5] - State Change SENDRECV -> EXEC2011-03-01::13:08:18.328 DEBUG CALLLEG 6444 [LEG ID:5] - Going For State 42011-03-01::13:08:18.328 DEBUG SIPLEG 6444 [LEG ID:5] - executeHandler called...2011-03-01::13:08:18.328 DEBUG CALLLEG 6444 [LEG ID:5] - Call Leg EXECUTE2011-03-01::13:08:18.328 DEBUG CORE 6444 [LEG ID:5] - Processing <Context:rtmp>2011-03-01::13:08:18.328 DEBUG CORE 6444 [LEG ID:5] - Testing condition <var:destNum, varData:9781111111> to <value:^8888$>2011-03-01::13:08:18.343 DEBUG C
This worked a couple weeks ago on my linux machine - suddenly it's not.In my directory I have a server-side asc file (myapp.asc). If I type:/opt/adobe/fms/tools/far -compile myapp.ascI get a dump that looks like:Copyright(c) 1993-2009 Adobe Systems Incorporated. All Rights Reserved.Failed to compile script : myapp.asc*** glibc detected *** /opt/adobe/fms/tools/far: free(): invalid pointer: 0x08764330 ***======= Backtrace: =========/lib/libc.so.6[0x80f595]/lib/libc.so.6(cfree+0x59)[0x80f9d9]/lib/libc.so.6(fclose+0x136)[0x7fdc96]/opt/adobe/fms/tools/far(_ZN3fms4util10TCFileUtil6fcloseEP8_IO_FILE+0x23)[0x80756f3]/opt/adobe/fms/tools/far(main+0x117e)[0x806c71a]/lib/libc.so.6(__libc_start_main+0xdc)[0x7bbe9c]/opt/adobe/fms/tools/far(__gxx_personality_v0+0xa1)[0x8068f11]======= Memory map: ========00124000-00149000 r-xp 00000000 fd:00 37290028 /lib/libm-2.5.so00149000-0014a000 r--p 00024000 fd:00 37290028 /lib/libm-2.5.so0014a000-0014b000 rw-p 00025000 fd:00 37290028&
Hi everyone,can anyone tell how to define global variable in fms so that it can be accesses by different application instance of same application,
Hello everyone i like to know how to declare a global variable in FMS, so that i can access it from different application instance of a same application.Thank.
Hello, I have setup allowedhtmldomains & allowedswfdomains. is this safe enough ?i just noticed a unusual entry to my server.logAccepted a connection from IP:X.205.45.212, referrer: http://mysite.com/user/world/player.swf, pageurl: http://mysite.com/user/world/cric_player.htm?file=streamname&streamer=rtmp://serverip/livethe problem is all these url is not valid , site name is ok but there is no such directory /user/world_cup/player.swf so how was this connection accepted ? is there a way to crack these security on FMS. What other things i can do to secure my live stream ?thanks
Hi,I am developing a C++ program to connect FMS via RTMP, and then publish a live streamI can't use FMLE here because I need collect the H.264 NALU from somewhere and forward them to the FMS.I write a demo app, which parses H.264 encoded FLV file, and send the VideoTag in the FLV as RTMP Message content for publishing.Finally, I make it run and I can see some frames of video!But the problem is: The video does not play smoothly and it just updates some frames.Then I looked at the NetStream event and found that:Everytime when there is a NetStream.Buffer.Full event, the frame in the video is updated and display correctly.But immediately there is another NetStream.Buffer.Empty event followed and the video is frozen.This happens every several seconds as below.22:08:00:104 - Playback - NetStream.Buffer.Full22:08:00:357 - Playback - NetStream.Buffer.Empty22:08:03:631 - Playback - NetStream.Buffer.Full22:08:03:774 - Playback - NetStream.Buffer.Empty22:08:06:989 - Playback - NetStream.Buffer.Fu
I have bought a webcam script with video recordings and installed the FMIS developer software to try first.Now my webcams work but the vieo recording don't.I've asked the costumer support of the script what the problem is and they tell me it has something to do with FMIS so they don't give any support.Can somebody tell me what to do with the following error please?Connecting to server...>>The URI specified in the NetConnection.connect method did not specify 'rtmp' as the protocol. 'rtmp' must be specified when connecting to Flash Communication Server.
Hi, we're well underway to getting a good solution using FMG and FMS and have already bought licenses, but I have a couple questions.1) What format are the .raw and .nm files that FMG can play in the playfile workflow? I assume .nm is some form of nellymoser, but what container? I tried using nellymoser audio inside a flv container and it was garbled. What can be used to record these files?2) I can't seem to proxy a recorded stream to a call leg. Whenever I set it up using the following code, I only hear the last second of audio on the phone:this.tempstream = Stream.get("newstream"); this.tempstream.onStatus = function(info) { trace("tempstream fun: " + info.code); } LegService.pushNewStream(legid, "newstream"); this.tempstream.play("recordedfile", 0);I have tried playing with the buffer time and start position and it seems to slightly change things, but I never get usable playback.That's enough to start, thanks in advance for any tips.
hi i m going to calculate total bandwidth usage of live streaming video in fms.. how to calculate upload bandwidth (client to server) in FMS. i m using native bandwidth method to calculate download bandwidth usage..i dont know hw to calculate upload bandwidth usage?
I was asked by the dev guys here at work if its possible to stream our videos as mp4 rather than flash to mobile devices?We currently stream in RTMPE to a custom player on our websites... but now we want to expand to mobile devices like the iPhone.So i would need to create a new application?I am new to FMS, can someone point me to some docs on how to do this?Or is it even possible?Thanks...
Hello all, i received a disturbing log entry via my OSSEC application this morning....My Adobe FMS server v 3.5 running on Centos 5.x is is behind a firewall/loadbalancer.I have no clue how this log entry got there.... its kind of unsettling..What do i do now, what do i check? This is a production server.Thanks in advance...edge.00.log:2011-02-24 00:16:53 20385 (e)2631029 Bad network data; terminating connection : (Adaptor: _defaultRoot_, VHost: Unknown, IP: , App: , Protocol: tunnel) : m e t h o d = p u t + d o c u m e n t % 3 a 4 % 2 e 0 % 2 e 2 % 2 e 4 7 1 5 & s e r v i c e % 5 f n a m e = & d o c u m e n t = % 5 b d o c u m e n t % 5 f n a m e % 3 d i n d e x % 2 e h t m l % 3 b m e t a % 5 f i n f o % 3 d % 5 b % 5 d % 5 d & p u t % 5 f o p t i o n = o v e r w r i t e & c o m m e n t = & k e e p % 5 f c h e c k e d % 5 f o u t = f a l s e 0A B r a z i l i a n s
hello everybodyI'm new of the Adobe Community, and I wasn't able to find answer on the web... Could someone give me some informations on ho w to backup FMS critical files and data? Can I use BackupExec? If yes wich agent I have to purchase? There are some best practice?Matteo
Hello,I have made an Audio Video chat application in AS3 and using FMS as my server.I want to make the functionality of a call accept dialog box which pops up when one client wants to call another .Giving 2nd client the control to accept call or not like is done in Skype and all.Can anyone explain how will thisbe done using AS3.Thanx in advance..
hi i m developing live video broadcasting app in fms.. hw to calculate bandwidth usage for each and every user
hi i m new to fms server.. hello world application is my first application.. i put my helloworld.asc into myfms server (c://program Files/Adobe/FMS 4.0/applicaitons/HelloWorld folder/Helloworld.asc).. then restarted my server..i have my client app in my local system.. i m using rtmp://my server/Helloworld to connect server..while click my connect button i got this error " sorry, the connection was rejected[ Server.Reject ] : (_defaultRoot_, _defaultVHost_) : Application (HelloWorld/_definst_) is not a valid signed application; loading access denied "what is this?can anyone give me step by step guide for how to launch app in fms server.. how to load applicaiton? how to create instance?
I want to put protection on the server Because anyone can broadcast I want to put security on the broadcast only Not to receive sound and picture When you use any Flash Media Ankodr when the connection request requests a user name and password either, which does not have a user name and password can not broadcast sound and picture
As seen the tutorial http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-3f106ca112a37603cd2-8000.html I have successfully implimented the steps. However the problem comes when the stream is disconnected and reconnected again due to network problems. Once the stream is reconnected the video stops coming, even though all 3 streams are succesfully publishing the stream to Flash Media Server but on the client side where I'm using OSMF media player the stream gets stops. Is there any setting that I need to impliment in the OSMF player to resolve this issue ?
hi i m new to fms server.. hello world application is my first application.. i put my helloworld.asc into myfms server (c://program Files/Adobe/FMS 4.0/applicaitons/HelloWorld folder/Helloworld.asc).. then restarted my server..i have my client app in my local system.. i m using rtmp://my server/Helloworld to connect server.. but while running my client app nothing happed...can anyone give me guide to how to launch and run app in fms server?
Hello guys,I need some help here. I have just installed Flash Media Development Server 4 on my linux box.I have tested and the result is just awesome.I want to stream single live via rtmp protocol. and that live video will be embed in my website for viewers.I guess the viewers will be around 600-800 at a time. I have powerfull bandwidh port on my server to handle this.so there will be any kind of limit in streaming or should i buy the Flash Media Streaming Server 4 for no limitation.I dont have any requirement for P2P or any other feature. Just simple one live stream via rtmp with lot of viewers.So Flash Media Development Server 4 will be enough for this project?I have visited http://www.adobe.com/products/flashmediaserver/compare/ link.But i dont have any idea about IP multicast, Application-level multicast, RTMFP peer introduction services, RTMFP object replication. which are limited.Please guide me as this is my 1st project on Adobe.RegardsManish
Hi All,I have developed an application for recording the mp4 format movie. I am able to record mp4 format file but my recorded file is not playing in window media player.so, if any body have some idea/suggestion about play pre-recorded mp4 file in window media player then your most welcome.ThanksSushil Kumar
Hi,I urgently need a feedback !I need to be 100% sure whether or not the following scenario is possible within Adobe Flash Player / Adome Media Server security contrains:website and swf file are hoted on server with given IP number xxx.xxx.xxx.xxxmedia and streaming application are hosted on server with IP number yyy.yyy.yyy.yyygenerally speaking:will yyy media server accept connection from xxx client ?will xxx client accept streams from yyy server ?I urgently need this information as I need to decide some specific media streaming solution for the customer.Of course - I mean both servers being hosted (virtual) services rented by the customer at third party provididers.Please feedback asap!Thank you!
I have gotten the vhost to work with the owner of the applications folder set to root:rootI need to allow them access to their files by cpanel and for that to work their files have tobe owned by their user name user:user well they vhosts can't be accessed unless its root:rootAny ideas on how to fix this?
Hi,i've never had to do this before so i guess i didn't realize that it's this hard, but is true that you can't call the admin api from the server-side?even from the Client object??also, i have objects in my cache from two different applications on my server and yet my info.data object in the result is coming backwithout any values. can someone explain how this is supposed to work...below is my codenc_admin.connect("rtmp://localhost/admin:1111/", "admin", "admin");onStatus(info){ function onGetCacheStats(){ this.onResult = function(info){ if(info.code == "NetConnection.Call.Success"){ for(var prop in info.data.obje
Hello,Hope you maybe can help me.I have started the vhost setup. I have cpanel on the server and I added the domain and it resolves tothe hosting account just fine pull up www.domain.com and goes to server.I added the www.domain.com vhost. I pointed the application dir to /home/domain/public_html/applications/I copied live over to applications dir. I setup user and pass for the virtual host login.I can login to that server admin area. Now where I am stuck is how do I get www.domain.com to actuall point tothat virtual host.When I use www.domain.com to try to make a connection it connects to the default virtual host and not its own.Do I need to change something in the dns or in server or adapter file. I am confused at this point.Any help would be greatly appreciated I have been working on gettng this all setup for days.
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.