播放压缩文件中的音频文件
Playing audio files packed in zip-File
我尝试使用 vlcj 播放存储在文件系统中的 zip 文件中的 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.
我阅读了 并尝试了以下内容
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.
怎么了?我在哪里找到错误协议?
谢谢你的帮助。
这个有效:
zip:///C:/test.zip!/test.avi
我尝试使用 vlcj 播放存储在文件系统中的 zip 文件中的 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.
我阅读了
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.
怎么了?我在哪里找到错误协议? 谢谢你的帮助。
这个有效:
zip:///C:/test.zip!/test.avi