我已经使用MobileVLCKit框架在iOS中实现了MobileVLCKit。我有一个问题,当我声明播放器@Interface时,流媒体和语音运行良好。#import@interfaceViewController(){VLCMediaPlayer*vlcPlayer1}@end但是,在本地函数声明VLCMediaPlayer对象不显示视频预览,但播放音频ID。-(void)viewDidLoad{[superviewDidLoad];VLCMediaPlayer*vlcPlayer1=[[VLCMediaPlayeralloc]initWithOptions:nil];vlcPla