我尝试使用vlcj在文件系统中播放存储在zip-Files中的wav文件。 我尝试用这个电话启动媒体:
audioMediaPlayer.playMedia("jar:file:/C://Users/abc/Desktop/test/28.zip!/28.wav);
这不起作用。
[0000000000454750] core input error: open of `jar:file://C:/Users/abc/Desktop/test/28.zip!/28.wav' failed
[0000000000454750] core input error: Ihre Eingabe konnte nicht ge�ffnet werden
[0000000000454750] core input error: VLC kann die Medienadresse 'jar:file://C:/Users/abc/Desktop/test/28.zip!/28.wav' nicht �ffnen. F�r Details bitte im Fehlerprotokoll nachsehen.
我看了this post并尝试了以下
audioMediaPlayer.playMedia("zip://C://Users/abc/Desktop/test/28.zip!/28.wav);
导致此错误:
[00000000003df990] core access error: no suitable access module for `C://Users/abc/Desktop/test/28.zip'
[00000000003df990] zip access error: not a valid zip archive: 'C://Users/abc/Desktop/test/28.zip'
[0000000000444750] core input error: open of `zip://C://Users/abc/Desktop/test/28.zip!/28.wav' failed
[0000000000444750] core input error: Ihre Eingabe konnte nicht ge�ffnet werden
[0000000000444750] core input error: VLC kann die Medienadresse 'zip://C://Users/abc/Desktop/test/28.zip!/28.wav' nicht �ffnen. F�r Details bitte im Fehlerprotokoll nachsehen.
怎么了?我在哪里找到错误协议? 谢谢你的帮助。
答案 0 :(得分:0)
这有效:
zip:///C:/test.zip!/test.avi