本文介紹了使用VLCJ進行設備捕獲的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
我正在嘗試使用VLCJ通過網絡攝像頭(USB和IP)進行視頻捕獲
dshow://&;rtsp://192.168.1.4:554/live.sdp
在VLC 2.0.1 x64 Windows 7中表現出色。
但VLCJ 2.1.0示例不起作用
Java SE 1.7 x64
RTSP錯誤:
[000000000fefed58] main demux error: corrupt module: C:Program FilesVideoLANVLCpluginsdemuxliblive555_plugin.dll
[000000000059a4d8] main input error: open of `rtsp://192.168.1.4:554/live.spd' failed
[000000000059a4d8] main input error: Your input can't be opened
[000000000059a4d8] main input error: VLC is unable to open the MRL 'rtsp://192.168.1.4:554/live.spd'. Check the log for details.
數據顯示錯誤:
[00000000004fa4d8] main input error: open of `dshow://' failed
[00000000004fa4d8] main input error: Your input can't be opened
[00000000004fa4d8] main input error: VLC is unable to open the MRL 'dshow://'. Check the log for details.
有什么想法嗎?
謝謝。
推薦答案
我剛找到解決方案。我在嘗試運行dshow://時遇到了與您相同的問題。我認為問題是vlc2.0.1×64,這是試驗性的。我只需使用32位配置(32位Java,32位VLC)運行它,它就能完美地工作。
這篇關于使用VLCJ進行設備捕獲的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,