I'm using vlcj for streaming live video from an ip camera into my java application. The problem is that whenever I try using a lan address to obtain the stream the code fails to open the socket.
The error is as follows:
[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'.
Check the log for details.
Can anyone guide me about how to remove these errors?