ios - MobileVLCKit 播放视频流不显示
<p><p>我使用 MobileVLCKit 框架在 iOS 中实现了 <code>MobileVLCKit</code>。我有一个问题,</p>
<p>当我声明播放器@Interface 时,流和语音运行良好。 </p>
<pre><code>#import <MobileVLCKit/MobileVLCKit.h>
@interface ViewController ()<VLCMediaPlayerDelegate>{
VLCMediaPlayer *vlcPlayer1
}
@end
</code></pre>
<p>但是,在本地函数中声明 VLCMediaPlayer 对象,视频预览不显示,但音频 id 正在播放。</p>
<pre><code>- (void)viewDidLoad {
;
VLCMediaPlayer *vlcPlayer1 = [ initWithOptions:nil];
vlcPlayer1.drawable = view;
media = ];
;
;
}
</code></pre>
<p>我该如何解决这个问题。因为,我需要动态创建 View 。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>试试这个:</p>
<pre><code>;
</code></pre>
<p>如果不起作用,请将 300 替换为更大的值。
这可能行得通。</p></p>
<p style="font-size: 20px;">关于ios - MobileVLCKit 播放视频流不显示,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/34928036/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/34928036/
</a>
</p>
页:
[1]