我正在使用 vlcj 将实时视频从网络摄像机流式传输到我的 java 应用程序中。问题是每当我尝试使用局域网地址来获取流时,代码都无法打开套接字。
错误如下:
[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'.
检查日志以获取详细信息。
谁能指导我如何消除这些错误?