I use Amazon CloudFront with Adobe FWS for live-streaming.
I need to do on-demand video cutting from the live stream.
For example the video stream is 2 hours. I need to create a FWS-event by PHP, which will start recording stream to file from 32-d to 45-th minute.
How to do it?
Is the right way to to manage event.xml, application.xml and/or manifest.xml by PHP in real-time?
If it isn't, is it possible to make a kind of "record shedule"?
Thank you.