it seem a bug in flash server " main.asc is not working well"
i did download the latest version of flash media server , but it seam the /live/main.asc did not work at all ,
i did create a main.asc in :
C:\Program Files\Adobe\Flash Media Server 3\applications\live\
to be :
C:\Program Files\Adobe\Flash Media Server 3\applications\live\main.asc
----------------------------------------------------------------------------
now i did add to main.acs this code :
application.onConnect = function(client, name) {
trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");
}
----------------------------------------------------------------------------
as the help files said :
((
The output of the trace() statements used by a main.asc file are sent to a log file, typically:
RootInstall/logs/_defaultVHost_/yourApplicationName/yourInstanceName/application .xx.log
Where yourInstanceName is _definst_ by default, and xx is the instance number, 00 for the most recent log file, 01
for the previous instance, and so forth.
You can view a log file with any text editor.
))
i opened "Flash Media Live Encoder 3" and point the stream to "rtmp://localhost/live/stream" hist start , traming is start well,
i went to the log to see if it true that FMS will write the trace !
C:\Program Files\Adobe\Flash Media Server 3\logs\_defaultVHost_\live\stream\application.00.log
where the "stream" is the the name of the "instance"
i did not found any thing regarding the "trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");"
Please advice
