Results 1 to 3 of 3

Thread: Treat multiple FLV files like one

  1. #1
    Join Date
    Mar 2010
    Posts
    2

    Default Treat multiple FLV files like one

    Hi all,

    I am new to Wowza Server but so far I managed to get recording and playback working fine. However, I have the following idea to implement and wanna ask for your help how do I do that.

    I'd like to play a sequence of FLV files as a single file - i.e. including unified seeking on global time axis. I know about reset parameter for Flash Player play() function, but I also need seeking, and thus it is not feasible for me.

    Any approaches to that problem using Wowza? Do I need to write my own module? If so, any pointers to examples that might be useful?

    Thanks in advance..

  2. #2
    Join Date
    Dec 2007
    Posts
    25,882

    Default

    You have to get the duration of each segment and modify your seek control with the total duration. Use netconnection.call("getStreamLength");

    See this post
    http://www.wowzamedia.com/forums/showthread.php?t=651#6

    Richard

  3. #3
    Join Date
    Mar 2010
    Posts
    2

    Default

    Quote Originally Posted by rrlanham View Post
    You have to get the duration of each segment and modify your seek control with the total duration. Use netconnection.call("getStreamLength");

    See this post
    http://www.wowzamedia.com/forums/showthread.php?t=651#6

    Richard
    Thanks a lot Richard for the tip - seems very helpful! One question however: how do I seek between the files then? Imagine I am playing 3 files and I am in the middle of the second one and wanna seek to the middle of the first one - how do I do that on the client?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •