FMS serverscript stream.play not working becaues of FMLE?
i was modified the main.asc script in livepkgr,
it used to call s.play(streamObj.name), which i assume this is the code it play the stream from FMLE
to s.play("FileName") , which is a flv video file in my application.
unfortunately when i start the FMLE stream to the FMS and watch the stream with the FMS Sample Video player,
i was expecting to see the video content from the flv, but instead the camera footage in playing on the player.
i am very confusing now, i thought the s.play the only code to control what should be playing in application.
or when FMLE is connected to server, the server must play the footage from FMLE by some hidden code,
no matter what s.play wanna to play?
