MRVLCPlayer icon indicating copy to clipboard operation
MRVLCPlayer copied to clipboard

一款基于VLC的播放器,支持常用的各大手势功能,支持几乎所有主流格式。

Results 4 MRVLCPlayer issues
Sort by recently updated
recently updated
newest added

成功集成之後 播放影片來回多次、橫向就閃退 Log會印出 「Terminated due to memory issue」 請問什麼問題呢?

點選右上角取消視頻的時候 Log 區持續的輸出 2017-06-07 11:50:23.676747+0800 MRVLCPlayer[2255:146237] [aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0 是怎麼回事呢?

我改动了下. 好了. 你可以改下pan设为public ``` - (void)progressValueChanged { self.controlView.pan.enabled = FALSE ; float rate = self.controlView.progressSlider.value ; int targetIntvalue = (int)(rate * kMediaLength.intValue); // NSLog(@"rate : %f",rate) ; // NSLog(@"%d",targetIntvalue) ;...