diff --git a/test/rtmp-publisher/RtmpPlayer.mxml b/test/rtmp-publisher/RtmpPlayer.mxml index 8c5c039..d068348 100644 --- a/test/rtmp-publisher/RtmpPlayer.mxml +++ b/test/rtmp-publisher/RtmpPlayer.mxml @@ -42,6 +42,8 @@ } private function init():void { + videoDisplay.mx_internal::videoPlayer.bufferTime = 1; + streamer = FlexGlobals.topLevelApplication.parameters.streamer; if(streamer == null) { Alert.show('Missing flashvars: streamer'); diff --git a/test/rtmp-publisher/RtmpPlayer.swf b/test/rtmp-publisher/RtmpPlayer.swf index 80d0684..61cdd91 100644 Binary files a/test/rtmp-publisher/RtmpPlayer.swf and b/test/rtmp-publisher/RtmpPlayer.swf differ