pipinlink / flv-flash-fullscreen-video-player

Automatically exported from code.google.com/p/flv-flash-fullscreen-video-player
0 stars 0 forks source link

Support for Livestreams #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add support for livestreams with streaming server

Original issue reported on code.google.com by florianp...@gmail.com on 1 Apr 2008 at 6:07

GoogleCodeExporter commented 8 years ago
Take care of this:

/ This is a workaround for the FLVPlayback component that we have to force a<
    // resize event regularly to detect if there is any changes in the video size.  
    // The playheadUpdateInterval controls how often this event is being called, and
    // is set to 5000 millisecond
    onPlayheadUpdate = function() {
            my_FLVPlybk.autoSize = false;
            my_FLVPlybk.autoSize = true;
    }

Original comment by florianp...@gmail.com on 15 Apr 2008 at 8:25

GoogleCodeExporter commented 8 years ago
Feature will be released with 1.9.6

Original comment by florianp...@gmail.com on 17 Apr 2008 at 9:49

GoogleCodeExporter commented 8 years ago
done

Original comment by florianp...@gmail.com on 18 Apr 2008 at 7:11

GoogleCodeExporter commented 8 years ago

Original comment by florianp...@gmail.com on 30 Dec 2008 at 10:33