Morning,

In my altered version of the oflaDemo player, I used ns.setBufferTime(0);  
By default I think it is something like 0.001, however John's player may
have a different setting for the buffer time, which may result in the
initial playback being a bit jerky until there is data in the buffer.

The FLA and SWF file for my player is here:

        http://www.npj.com/red5/

If anyone wants to tamper with the buffer time setting in the FLA and
try variations.  It's in the "Code" layer, part of the playMovie function,
around line 277.

I also added two other things that effect how the video looks during
playback, these are on lines 279 and 280:

this.videoContainer.deblocking = 7;  // Added by NPJ - default value is 0.
this.videoContainer.smoothing = true;  // Added by NPJ - default value is false.

The deblocking and smoothing settings I found to somewhat improve the
appearance of On2 VP6 encoded videos, and if they're Sorenson, then these
things get automatically set to some optimal value by the player.

-NPJ


On Sat, 14 Apr 2007, Paulina F. wrote:

> Hi Lenny,
> 
> I check again your test. I am in Santiago, Chile (Dynamic IP). with =
> 608.2 kbps.
> 
> I can see a good test. The first test = John Grden's FLVPlayer.html
> Was very optimal. But in the second test = Nathan Johansen's flvdemo 
> player.html
> I could saw some freeze in the FLV start.
> 
> Regards.
> 
> Paulina


_______________________________________________
Red5 mailing list
[EMAIL PROTECTED]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to