Media Server :: Receiving Trace() Calls Via The Administration API

Sep 28, 2010

The Administration API exposes many methods that allow for monitoring and administration of Flash Media Server. Evidently, the Administration Console provided with Flash Media Server uses this API via RTMP. It must then be possible to receive the log messages that are created when server-side actionscript calls the trace method as these messages are received by the Administration Console. But I cannot find any reference to this in the Administration API documentation.pick up these messages? For example, if you were to build your own administration console, as the documentation welcomes you to do, how would you replicate the "Live Log"?

View 3 Replies


Similar Posts:


Flash :: Fms - Listen For Trace() Statements On The Media Server Administration API?

Sep 22, 2010

I am connected to the Flash Media Server Administration API via RTMPE on port 1111 and I'd like to monitor calls to trace() from the server side actionscript code.

View 2 Replies

Flash :: Start Media Administration Server And Enter Media Administration Console In Linux

Mar 27, 2011

This is pretty straight in windows. But how to do the 2 steps in linux?

View 5 Replies

Media Server :: Administration API To Get Log?

Jun 3, 2010

Is there a way to get live log (traces and errors) from application instance via Administration API?

View 4 Replies

Media Server :: FMS Administration Api Security?

Nov 19, 2010

The method used in FMS admin administration reference to access the admin api is like so: http:[url]....but isn't this unsafe ? i mean any one can see the password this way?

View 15 Replies

Media Server :: Administration Console/webserver Unavailable?

Mar 25, 2011

I have a problem with our FMSI3.5. A few times now we have experienced problems with the administration console/fms webserver. They become unavailable. When someone tries to connect to the administration console or tries to download a file from the FMS webroot the connection fails (times out). Streaming still works when that happens.
 
A FMS restart fixes the problem. Logs say something but can't really see what is wrong.

[Code]...

View 4 Replies

Media Server :: Best Settings While Receiving Live FMS Stream?

Feb 8, 2012

I am developing a live audio-video application using FMS 3.5. Any best possible settings i should use for playing a live netstream at the receiver side like what buffer time I should use etc?

View 2 Replies

Media Server :: Receiving A Stream Published With H.264 Settings?

Feb 21, 2012

I publish the video stream with H.264 settings to fms 3.5 as recorded and at the receiver's end play it as live. The problem is that at the receiver's end stream is played from the last 4-5 seconds. I want it to play from the current position of the live stream.

netstrm = new NetStream(nc);
netstrm.play("mp4:"+instanceName+".f4v", -1);
h264Settings= new H264VideoStreamSettings();

[code].....

View 4 Replies

Media Server :: Bundled Apache Stops Receiving Requests?

Jun 10, 2009

I think I'm getting closer to the source of my problem.Let me outline my setup first (I'm using private IPs for example only). I have set two IP addresses to one network adaptor as follows:
 
CentOS 5.3 server running Apache 2.2.3 on eth0 with IP 192.168.0.78 <- working fine absolutely no problems at all
 
FMS 3.5.2 running Apache bundled with FMS on eth0:2 with IP 192.168.0.79
 
In fms.ini I have the following config:
 
ADAPTOR.HOSTPORT = 192.168.0.79:1935,80
HTTPPROXY.HOST = 192.168.0.79:8134
 
At (apparently) random times, the FMS Apache stops serving requests, but does not crash, and for some reason blocks requests to RTMP at the same time. Nothing appears in the log files which makes this even more tricky.I've run a test by shutting down apache as follows:
 
./httpd -f ./conf/httpd.conf -d "/opt/adobe/fms/Apache2.2" -k stop
 
and I expected RTMP to stop working aswell, however it continued serving up RTMP, which has led me to believe that something is then stalling the serving up of RTMP requests. This results in total downtime of all applications.

View 36 Replies

Media Server :: Send A Video That Receiving Form Fms B To Another Fms A In A Flash App?

Aug 1, 2010

will i be able to send a video what i'am receiving form fms B to another fms A in a flash app?And how?

View 4 Replies

Media Server :: Intercepting Play Calls?

Sep 1, 2011

I'm trying to limit a client's video playback to 10 seconds.After that,the client should be disconnected.I have to allow time for connection and buffering, so I can't just disconnect them after 10 seconds.I was hoping to override the play command, so I can force the length parameter to 10,

View 7 Replies

Media Server :: Gets Trace Outputs From FMS Server Side?

Jun 11, 2010

I have installed FMS 3.5 onto my system.I am working with videoconference examples witth flex 3.0.While working with that I am able to get trace output in flex when debugging.But I am unable to get trace outputs from server side scripts. application.onConnect=function(currentClient){  trace("currentClient is unable to trace How and where to get trace outputs from server side script.

View 4 Replies

ActionScript 3.0 :: Overriding Or Listening For Trace Calls?

Sep 24, 2009

I have been using console.log external calls in my code to make debugging easier in the browser but I have found that when i pass the code on to someone else they are always asking why I am using an "alert" method instead of trace and as they edit the piece they naturally will use trace calls and I was wondering if either of the following is possible?

1. Is there a way to override the trace method? When I try with the following code I get an error: 1020 Method marked override must override another method.

ActionScript Code:
public override function trace(arguments:restParam):void{
}

2. If I can't override trace, does it dispatch some event that I don't know about that I can listen for? (normally I would try to figure this out using asdocs but whenever i try to visit the "trace" documentation I just get a page cannot be displayed error :S

View 6 Replies

ActionScript 3.0 :: Trace() Function Calls In Stopped Running Using Flash Pro CS5?

May 3, 2010

I follow some sample code which uses trace("Hello World"); to print out something in ActionScript 3.0, in Flash Professional CS5.

But nothing seems to get printed out (in a browser). Is the trace() function deprecated / removed?

View 3 Replies

Media Server :: Can Adobe Flash Media Streaming Server 3.5 Run On AMD Athlon Dual Sock Quad Core?

Nov 10, 2009

Can Adobe Flash Media Streaming Server 3.5 run on AMD Athlon Dual Sock Quad Core?I just requested a Dell server to be added to our farm to run as a Media Server and to my surprise, while reading the requirements for FMS it states the following: 3.2GHz Intel® Pentium® 4 processor (dual Intel Xeon® or faster recommended)

View 2 Replies

Media Server :: FLVPlayback Component's NcMgr.netConnection Is Null When Connecting To My Flash Media Server?

Jan 13, 2010

I'm trying to troubleshoot a Flash Media Server working with a little video playback application I wrote a few years ago that has suddenly stopped working.I'm using CS3/Actionscript 3.My app uses the FLVPlayback Component, and was working well last time I checked.  I recevied a report that the videos stopped working, and have been looking into it.I figured I'd add a bunch of event listeners to the FLVPlayback's ncMgr.netConnection so I could get debug info on things like io errors, net status, etc.The problem I'm running into is that the netConnection is null when I set it to anything on my Flash Media Server, and adding any event listeners to this netConnection throws errors.Here's what I've tried so far:

Playback of a local FLV file works fine.In the FLVPlayback documentation, I found an example and stole the URL of the stream they were using in the example, and that works fine, although it is an HTTP protocol stream rather than RTMP.Any attempt to access FLV files on my Media Server, which has worked fine in the past, basically cause the FLVPlayback object to sit and hang in "buffering" mode and never progresses beyond this point.The netConnection object in this case is null.Here's my code:[code]........

Again the purpose of this is to troubleshoot the video streaming from the Flash Media Server, and it seems like there is no netconnection to the server being created.Does this mean that the server is not working, or is there a problem with the way I'm trying to access the content on the server?This was all working fine before, and I have set up the server-side application .ASC files and such to allow things to work fine on the server end.

View 6 Replies

Flash :: Media Server - Automatically Configure Edge From The Admin Console Of Media Interactive Server?

Jan 17, 2010

How can we automatically configure edge from the admin console of flash media interactive server?

View 1 Replies

Media Server :: Number Of Connection Allowed In The Free Developer Ediiton Of Flash Media Server?

Mar 27, 2010

I would like to know the number of connection allowed in the free developer ediiton of Flash Media Server.

View 4 Replies

Flash :: Media Server - Send Video And Audio Data To A Media Server By Using RTMP Protocol

Jul 22, 2010

I'm trying to make a software which sends video and audio data to a flash media server by using RTMP protocol. Currently, my program can communicate with a flash media server correctly. RTMP specifications does not describe about the raw data in video/audio messages, so I muxed raw H.264 and AAC data into video/audio messages and sent to the server. The server seems to accept them, but a video player cannot playback the stream sending from the server. The player just says "Loading..." For a test purpose, I sniffed the network packets between Wirecast and the flash media server and ripped off only video and audio data. Then, I muxed those data into video/audio message and sent to the flash media server. In this case, the video player connected to the server can playback the stream correctly.

I checked the stream sent from Wirecast, the stream seems not to be H.264 raw data because those data are not started from 0x17 instead of H.264 start code. With those situation, I am wondering what kind of container format I should use for H.264/AAC data to the flash media server.

View 12 Replies

Media Server :: Not Save FLV In Sample Flash Media Interactive Server Feature Explorer?

Jul 1, 2010

I have to a problem using the Flash Media Interactive Server Feature Explorer. I want use the sample: RecordStream. I can see the instance "RecordStream" in console FMS 3.5. and show me the video in app AIR, but does not save the .FLV in my server.

View 6 Replies

Media Server :: Security Check Determined That I Need To Patch Our Adobe Flash Media Server?

Jul 6, 2010

Apply the security patch found here:http:[url]............For more information see the followingresource:CVE: 2009-1365

View 1 Replies

Media Server :: Secure Flash Media Streaming Server 3.5 (live Stream Connection)

Aug 23, 2010

I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?How can I setup the server to require a user and password to stream live media to the server?I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.I am using the Adobe FMS Apache install, what files need changing?[code]I want to lock down a person from connecting to the server on the public internet and starting a live stream?Can this be done with a user name and password?

View 13 Replies

Media Server :: Sophos Antivirus Can Stop Taking Connection By Flash Media Server?

Oct 13, 2010

Our flash media server  stops taking connection sometime. Any one have any idea about sophos antivirus?

View 8 Replies

Media Server :: Flash Media Server Taking Forever To Load Large Files

Jan 12, 2011

We purchased FMIS and we are encoding large 15+ hour MP4 recordings using flash media encoder. When opening these large files for playback, which have not been opened recently  the player displays the loading indicator for up to 4 minutes! Once it has apparently been cached on the server it opens immediately from any browser even after clearing local browser cache. So a few questions for the experts

1. Why is it taking so long to load the file. Is it because the MP4 metadata is in the wrong format and the file is so huge? I read somewhere that Media Encoder records with incorrect MP4 metadata is that still the case?
 
2. Once its cached on the server, exactly how much of it is cached. Some of these files are larger than 500mb.

3. What fms settings do you suggest I change. FMIS is running on windows server R2 64 bit, but FMIS itself is 32 bit. We have not upgraded to the 64 bit version. We have 8GB of ram. Is it OK to set FMS cache to 3GB. And would that only have enough room for 3-4 large files, because we have hundreds of them.

View 1 Replies

Media Server :: Posible Fast Forward / Rewind Video In Flash Media Server?

Sep 23, 2011

is it possible fast forward, rewind video in flash media server through flash action script ?

View 5 Replies

Media Server :: Flash Media Server 4.5 Log Files Filed X-sname And X-event Detials

Mar 23, 2012

I am using flash media server 4.5 for video streaming and genrate log files. In log file i have found the user publish point name in "x-sname" filed but this filed contains blank values in many events.This fileds contains value only in "PUBLISH,UN_PUBLISH,RECORD and PUBLISH_CONTONUE" event and other then these 4 events all events are not user related event.?I like to fetch the user bandwidth detials using these log files which user used how many bandwidth.I also like to know I can see serval files on flash log folder name "access.00.log,access001.log and admin.00.log,admin.001.log" Any one please explain what is the name convation for this filed how can i identifiy which files contains information for which date.?

View 1 Replies

Media Server :: Flash Media Streaming Server And Interactive Server?

Jul 17, 2010

I'm building a video conferencing applicaition for a portal. But now when considering which version of flash media server to buy, I run into some problem. So can anyone helps me about comparing this two versions: Flash Media Streaming Server and Flash Media Interactive server, like if I use Flash Media Streaming Server, some function like NetStream.pause() may not work or something like that? I'm not sure if this is a foolish question but please let me know.

View 3 Replies

Media Server :: RTMP & Flash Media Streaming Server Live Application?

Feb 3, 2010

I'm running Flash Media Streaming Server and have only been serving VOD up until now.  I had my network administrator open up port 1935 to the outside world during the setup process and now I can't remember if that was actually required for streaming VOD to clients.  Most documentation I've read says that this port should be open, but I seem to recall reading something at one point that suggested it wasn't necessary.

I've just started messing around with publishing live streams using Flash Media Live Encoder to the Flash Media Streaming Server.  I have that working without issue but was surprised to find that no authentication is required before a client running the live encoder can publish a stream to the Flash Media Streaming Server.  An authentication module is available however it only works with Flash Media Interactive Server and Flash Media Development Server.

If I leave port 1935 open to the outside world, there would be nothing to stop anybody anywhere from streaming video via my server.  Anyone else running a default install of Flash Media Streaming Server and with port 1935 open to the outside should see that this is true of their setup as well.  I'm wondering if I can safely close port 1935 without limiting the functionality of the server or if there's some way I can require authentication prior to publishing a live stream even though I'm not on the four-and-a-half-times-more-expensive edition of the product.

View 30 Replies

Media Server :: Media Files Be Moved To Some Ftp Account Using Fms Server Side Script?

Mar 22, 2010

I need to move recorded media files at my fms account to some other ftp account. How can i achieve this through server side scripting.

View 2 Replies

Media Server :: Adobe Flash Media Live Encoder Not Connecting To My Server?

Aug 31, 2010

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 [url]... which is done using PHP. Is there anything i have to do in coding to connect the media server.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved