Skip navigation
bobsagat123 41 posts
Oct 3, 2011
Currently Being Moderated

Strobe Media Playback and streamType='dvr' not playing "live"

Oct 13, 2011 12:45 AM

Tags: #live #dvr #playback #media #strobe #f4m

Hello,
We're currently using Strobe Media Playback to play a DVR stream.

 

These are the parameter options we're passing:

 

 

var parameterNames = pqs.params(false);
            var parameters =
               {    src:"<?php echo $_GET['src']; ?>"                
                ,    autoPlay: true        
                ,    sreamType: "dvr"
                ,    controlBarAutoHide: true    
                ,     highQualityThreshold: "640"
                ,    dvrSnapToLiveClockOffset: "5"
                ,   javascriptCallbackFunction: "onJavaScriptBridgeCreated"
                };

 

The seekbar shows Live / <time>, but it always starts from the beginning of the stream. If you move the seekbar all the way to the right, It starts playing live.

 

Why is it doing this? if I take out the <dvrInfo> tag in the f4m file, and set streamType: "live", it starts from the live point.

 

Any input is appreciated.

 

Thanks

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points