rvi / ONVIFCameraAndroid

Example on how to connect to an ONVIF camera on Android
MIT License
141 stars 66 forks source link

request failed: GetServices #12

Open mnazarizadeh opened 4 years ago

mnazarizadeh commented 4 years ago

I receive this error message when trying to connect to IP Cam: request failed: GetServices Response: Unable to resolve host "onvif": No address associated with hostname

what is the problem? I can't resolve what the problem is?

mnazarizadeh commented 4 years ago

It resolved My problem was not to pass the OnvifDevice object to the embedded "currentDevice" object. after I passed it, I go through and now I received a bad request error in getStreamUri step. Any idea?

AbdulrahmanZ commented 3 years ago

Can you copy the code here, pls. I have the same problem.