Skip to main content
Participant
July 27, 2009
Question

FMS DVR Option

  • July 27, 2009
  • 2 replies
  • 1297 views

I am thinking about allowing DVR option to my live feed.

The questions I have are as follows:

Does each user connected have their own controls.

In order for DVR to work, the feed has to start to store.

Where does the stream store.

If it is on the server, then does it start storing stream for each user connected, or can it be option to store on Clients device.

Secondly, if it is stored on client is the content protected or scrambled so it is not re-distributed or copied.

    This topic has been closed for replies.

    2 replies

    Participant
    July 30, 2009

    how to config FMS 3.5 to support live feed DVR option?

    thx

    July 30, 2009

    It's not done by configuration, it's done by programming. See the Adobe DVRCast example application:

    http://www.adobe.com/devnet/flashmediaserver/articles/live_dvr_pt1.html

    July 27, 2009

    Assuming you have not changed the default stream directory or Vhost configurations, your files will be store on the server side at the following location(s):

    fms installation dir/applications/[application name]/streams/[instance name]

    When playing back recorded streams, a unique stream is delivered to each client. The stream cannot be stored on the client side via FMS.

    FMS does not support video encryption or protection at the file level. There are methods of access control available when using FMIS, but the file itself is not encrypted.