IPカメラからJavaアプリケーションにライブビデオをストリーミングするためにvlcjを使用しています。問題は、lan アドレスを使用してストリームを取得しようとすると、コードがソケットを開くことができないことです。
エラーは次のとおりです。
[01ac1028] access_http access error: cannot connect to 192.168.19.14:81
[01ac1028] access_mms access error: cannot connect to 192.168.19.14:81
[01adb550] main input error: open of `http://@192.168.19.14:81' failed
[01adb550] main input error: Your input can't be opened
[01adb550] main input error: VLC is unable to open the MRL 'http://@192.168.19.14:81'.
詳細については、ログを確認してください。
これらのエラーを削除する方法について誰か教えてもらえますか?