video view content not aspect fill
Posted: 13 Apr 2014 20:23
screenshot: http://imgur.com/W3ntQ18
I have created 2 views and each with an instance of VLCMediaPlayer
_mediaplayer = [[VLCMediaPlayer alloc] initWithOptions:@[@"--ipv4-timeout=30000",
@"--verbose=4",
@"--stats",
@"--rtsp-tcp"]];
_mediaplayer.drawable = video.videoView;
however one fills the view whereas the other does not. why? how do i force the content to aspect fill the videoview?
I have created 2 views and each with an instance of VLCMediaPlayer
_mediaplayer = [[VLCMediaPlayer alloc] initWithOptions:@[@"--ipv4-timeout=30000",
@"--verbose=4",
@"--stats",
@"--rtsp-tcp"]];
_mediaplayer.drawable = video.videoView;
however one fills the view whereas the other does not. why? how do i force the content to aspect fill the videoview?