While trying to stream a video using HTTP I'm getting this problem:
Code: Select all
[0xb71020a8] main input debug: creating access 'http' path='1.0.2.1:8080'
[0xb6f03db8] main access debug: looking for access module: 2 candidates
[0xb6f03db8] access_http access debug: asking libproxy about url 'http://1.0.2.1:8080'
Code: Select all
*** Unable to locate PAC! Falling back to direct...
[0xb6f03db8] access_http access debug: libproxy suggest to use 'direct://'
[0xb6f03db8] access_http access debug: http: server='1.0.2.1' port=8080 file='(null)
[0xb6f03db8] main access debug: net: connecting to 1.0.2.1 port 8080
[0xb6f03db8] main access debug: connection: Operation now in progress
[0xb6f03db8] main access debug: connection succeeded (socket = 66)
Thank you in advance.