rvi / ONVIFCameraAndroid

Example on how to connect to an ONVIF camera on Android
MIT License
142 stars 68 forks source link

request failed: GetStreamURI #20

Open MajdSharabah opened 3 years ago

MajdSharabah commented 3 years ago

Hi rvi i'm work with Onvif camera i use your project to connect my ip camera and i have this response. Please help.

E/ERROR: request failed: GetStreamURI Response: 500 - Internal Server Error <?xml version="1.0" encoding="UTF-8"?>env:Sender</env:Value>ter:InvalidArgs</env:Value></env:Subcode></env:Code>Invalid Args</env:Text></env:Reason></env:Fault></env:Body></env:Envelope>

ADK64 commented 3 years ago

Something is wrong with arguments that your app is sending, according to official documentation:

for more check https://www.onvif.org/specs/core/ONVIF-Core-Specification-v1612.pdf

rvi commented 3 years ago

Sorry for the late reply, somehow, github notifications are going to my spam folder.

It was working for me at the time this project was developed on 7/10 different cameras. I don't have access to those cameras anymore so I'm not able to reproduce this issue..