Flash Media Server |
|||
| Managing Flash Media Server > Configuration Files > XML configuration files > Description of Logger.xml tags > Events | |||
Events are written to the log file.
The following table lists the events recorded in the Access log file. Events are logged in a semicolon-separated list. The keyword * instructs Flash Media Server to log all events.
|
Event |
Category |
Description |
|---|---|---|
|
app-start |
application |
Application instance starts. |
|
app-stop |
application |
Application instance stops. |
|
connect |
application |
Client connects to the server. |
|
connect-pending |
application |
Client connects to the server, waiting for the script to authenticate. |
|
disconnect |
application |
Client disconnects. |
|
pause |
application |
Client pauses a recorded stream. |
|
play |
application |
Client plays a recorded or live stream. |
|
publish |
application |
Client publishes a live stream. |
|
record |
application |
Client begins recording a stream. |
|
recordstop |
application |
Client stops recording a stream. |
|
seek |
application |
Client jumps to a new location within a recorded stream. |
|
server-start |
application |
Server has started. |
|
server-stop |
application |
Server has stopped. |
|
stop |
application |
Client stops playing a recorded or live stream or stops publishing a live stream. |
|
unpause |
application |
Client resumes a stream. |
|
unpublish |
application |
Client unpublishes a live stream. |
|
vhost-start |
application |
A virtual host has started. |
|
vhost-stop |
application |
A virtual host has stopped. |
The following events display a status code.
|
Field |
Status Code |
Description |
|---|---|---|
|
connect-pending |
100 |
Waiting for the application to authenticate. |
|
connect |
200 |
Successful connection. |
|
302 |
Application currently unavailable. |
|
|
400 |
Bad request; client connected to server using an unknown protocol. |
|
|
401 |
Connection rejected by the application script. |
|
|
403 |
Connection rejected by access module. |
|
|
404 |
Application not found. |
|
|
409 |
Resource limit exceeded. |
|
|
413 |
License limit exceeded. |
|
|
500 |
Server internal error. |
|
|
502 |
Bad gateway. |
|
|
503 |
Service unavailable; for instance, too many connections pending for authorization by access module. |
|
|
play |
200 |
Successful. |
|
400 |
Bad request (invalid arguments). |
|
|
401 |
Access denied by application. |
|
|
403 |
Play forbidden by stream module. |
|
|
404 |
Stream not found. |
|
|
415 |
Unsupported media type. |
|
|
500 |
Server internal error. |
|
|
publish |
200 |
Successful. |
|
400 |
Bad request (invalid arguments). |
|
|
401 |
Access denied by application. |
|
|
409 |
Stream is already being published |
|
|
415 |
Unsupported media type. |
|
|
500 |
Server internal error. |
|
|
stop |
200 |
Successful. |
|
408 |
Stream stopped because client disconnected. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/fms/2/docs/00000338.html