I found LiveStreamRecord module from this forum and it works great. I have modified it according to my need so it will auto update my video library when I click on “Stop recording” so far so good and I’m really happy with this.
Now I need to make a recording scheduler from where I can set start recording time and stop recording time, in php. again so far so good.
I’m using RtmpClient.class.php and if I use simple
$client->startRecording(“demo”); // demo is my stream name
It starts recording and
$client->stopRecording(“demo”);
stops recording. The problem comes when I try to send some extra parameters as we can send from flash “livestreamrecord.fla”
It requires AMFDataList and its not working for me.
If you have any working example of PHP or there is any other solution like Server side API Or web service or etc it will be a great help.