Skip to main content
Participant
December 12, 2012
Question

On-demand video piece from the live stream.

  • December 12, 2012
  • 1 reply
  • 716 views

I use Amazon CloudFront with Adobe FMS 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.

This topic has been closed for replies.

1 reply

Adobe Employee
December 13, 2012

You can do it by writing a action script in FMS. You application (main.asc can capture the stream instance and instruct to record it)

http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e42.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7f35

Can you please elaborate your scenario that necessiates you to write a php based script..