Installation guide
For example, if you create a global application _ owner property, every instance of that
application could access that property using this syntax:
Application.config.application _ owner
Enable/disable native bandwidth detection
Feature in Flash Media Streaming Server and Flash Media Interactive Server; requires Flash Player
6 or later.
Flash Media Server 3.5 can detect a client’s bandwidth using native bandwidth detection or
server-sideActionScript(calledscript-basedbandwidthdetection).Becausenativebandwidth
detection is built into the core server code, it is much faster than script-based detection.
Nativebandwidth detection is enabled by default and can be further congured in the
Application.xml le.
Activity logs
Enhancement available in Flash Media Streaming Server and Flash Media Interactive Server;
requires Flash Player 6 or later.
Flash Media Server 3.5 oers real-time server monitoring and extensive logging capabilities to
help you with server management and troubleshooting. e log les track activity such as
general trac and server load, who is accessing the server, client behavior and interaction, and
general diagnostics.
Flash Media Server maintains several dierent types of logs that track information about
the following:
• Accesslog—Usersaccessingtheserver
• Applicationlog—Activitiesinapplicationinstances
• Diagnosticlog—Serveroperations
• HTTPlog—ApacheHTTPServeraccessanderrors
FlashMediaServeraccessloglesarewritteninW3Cformat.Youcanusestandardparsing
tools to parse these log les.
Access logs
e access log records information about connection requests by Flash Player and Flash Media
Server application instances. e default conguration creates a single access log per server, called
access.X X.lo g, which is located in the Flash Media Server logs directory. You can also
congureFlashMediaServertocreateaseparateaccesslogforeachvirtualhost.e“XX”inthe
lenameisatwo-digitnumberrepresentingtheversionofthelog(forexample,acces s.00.lo g
containsthemostrecentlogs).
e access log records data such as:
• Dateandtimeaclientconnectedtotheserver
• Howmuchtotalbandwidthwasconsumedduringthesession
• Whichstreamswereaccessedbytheconnection
• Whethertheclientpublishedastream
• Whethertheclientjumpedtoanewlocationwithinarecordedstream
Application logs
e application logs record information about activities in application instances. ese logs are
especially useful for debugging applications.
e default conguration creates one application log per application instance, called
application.XX.log, which can be found in the application or instance folder of the
corresponding virtual host.
44