0

I've tried this tutorial to provide HTTP live streaming from a camera, using FMS 4.5, and FMLE 3.2, and I succeeded.

Now I need to add a delay (1~10 minutes) on the HTTP streaming. My purpose is so that the client can view the video 10 minutes later than when it is first obtained from the camera

I'm using Amazon Cloud, specifically EC2 (include FMS 4.5).

Is this possible?

vipw
  • 7,593
  • 4
  • 25
  • 48
Mai Huy
  • 11
  • 1
  • 3

1 Answers1

0

Set the server to have a DVR buffer. You can add the dvrinfo tag to the manifest.xml file and then specify the beginOffset to the delay you want.

Justin Hourigan
  • 763
  • 1
  • 4
  • 9