added 1 sec buffering to rtmp player

This commit is contained in:
Roman Arutyunyan 2013-08-22 16:17:12 +04:00
parent c442e1fc2d
commit db3fc521d8
2 changed files with 2 additions and 0 deletions

View file

@ -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');

Binary file not shown.