Hai there. Thanks a lot. I have tried create the folder as u mentioned above and save the "sample.flv" file under _definst_ folder as figure below.

I also have created "main.asc" document under test folder using your above code. I also changed the time to 5PM (as the time here).


Then for Flowplayer coding I made as below:
$f("fms", "flowplayer-3.1.5.swf", {
clip: {
url: 'mylive',
provider: 'rtmp',
autoPlay : true,
live: true
},
plugins: {
rtmp: {
url: 'flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: 'rtmp://myIPaddress/test/streams/_definst_/'
}
}
});
Except for the flowplayer coding, was everthing I have done above is correct?? If correct then it must be something that I need to change inside the flowplayer coding.
Just make one change:
Instead of this : netConnectionUrl: 'rtmp://myIPaddress/test/streams/_definst_/' use 'rtmp://myIPaddress/test"
Please let me know if this works.
Also if possible , try without date logic, see if it plainly works. Then we can work on date logic once we know that play is working fine.