Skip to main content
Known Participant
May 30, 2011
Answered

Seek bar updation in DVR

  • May 30, 2011
  • 2 replies
  • 1445 views

Currently i am working with the dvr functionality here i need to set the seek bar for the video. This could be used to seek the video to the particular position. I don’t know how to set the maximum time on the seek bar dynamically (Since its DVR maximum time will be increase if publishing video is continues) . I think through the metadata we can get the total time of video Tell me how to call the metadata externally .Thanks in advance.

    This topic has been closed for replies.
    Correct answer amit_kr

    I would suggest you to go through DVRCast application @ http://www.adobe.com/products/flashmediaserver/tool_downloads/ . It has DVRCastPlayer which plays DVR content, there you can see it uses DVRManager class which basically does all those stuffs which you require.

    2 replies

    Graeme Bull
    Community Expert
    Community Expert
    June 2, 2011
    Known Participant
    June 3, 2011

    Thanks for your suggestion, I have gone through that video tutorial.They are using the DVR options but they are playing the recorded file not a live one . My case is live session will be going on one place . same time another one will receive the live video through DVR functionality that time i have to move seekbar and update the maximum value.

    Adobe Employee
    June 6, 2011

    There is one sample client application for playing DVR content also when you download the DVRCast zip file from http://www.adobe.com/products/flashmediaserver/tool_downloads/.

    Extract the zip file and you will get client application at "dvrcast1.2\DVRCast1.2\adobe\fms\samples\dvr_client_test\source".

    amit_krCorrect answer
    Adobe Employee
    May 31, 2011

    I would suggest you to go through DVRCast application @ http://www.adobe.com/products/flashmediaserver/tool_downloads/ . It has DVRCastPlayer which plays DVR content, there you can see it uses DVRManager class which basically does all those stuffs which you require.

    Known Participant
    June 3, 2011

    Dear amith,

                  Thanks for your reply. as i am new to the flex i am unable to understand that dvrcast application. and they are given implementation examples in flash. please can u give me the sample code for seek bar updation in flex.