几秒钟后使用axVLCPlugin21.input在暂停模式下搜索时,视频停止更新其位置

时间:2018-10-30 18:46:36

标签: c# activex vlc

我在不同的地方使用VLC ActiveX和那些命令。

axVLCPlugin21.input.time = pos;
axVLCPlugin21.playlist.pause();
axVLCPlugin21.playlist.playItem(stream1);
axVLCPlugin21.playlist.stop();
Gesamtlänge = axVLCPlugin21.input.length;
int stream1 = axVLCPlugin21.playlist.add(...);
start = axVLCPlugin21.input.time;

我要做的就是加载432x240文件,暂停它,通过设置input.time查找并保存时间戳。但是目前,即使在通过axVLCPlugin21.input.time = pos;更新了插件之后,加载文件并暂停后,查找也只能执行几秒钟,并且图像会冻结。

这可能是什么原因?

这是调试输出:https://pastebin.com/eEnaxmSM

作为重复,我删除了重复出现的行并总结了类似的行:https://pastebin.com/ucxBaeGX

编辑:我降级到vlc-2.2.4。现在可以了。但这不是解决方案。

0 个答案:

没有答案