Page 1 of 1

Hiseeu camera livestream

Posted: Mon Oct 12, 2020 3:39 pm
by cam1
I am trying to connect to Hiseeu cameras, the Hiseeu DVR appears to connect using the http requests below (at least wireshark tells me those GET requests were sent) with the same basic authentication credentials I am using, but I get an 401 authentication error and blue iris says to check username/password.

http://10.0.0.2:80/livestream/12?action ... audio_data
http://10.0.0.2:80/livestream/11?action ... audio_data
http://10.0.0.2:80/NetSDK/Video/encode/ ... properties
http://10.0.0.2:80/NetSDK/Video/encode/ ... properties
http://10.0.0.2:80/NetSDK/Video/motionD ... properties

The jpg snapshot can be retrieved using this URL within blue iris using the same credentials the NVR is using for the calls above, however in this case the snapshot is a much lower quality than the stream visible on the NVR.

http://10.0.0.2:80/snapshot.jpg

I found a post somewhere online that suggested using the Foscam FI86xx/98xx driver which does default to the same path the NVR is using, however I still get the check username/password message.

Any suggests what I could try next?

Re: Hiseeu camera livestream

Posted: Fri Dec 11, 2020 3:07 pm
by cam1
For anyone interested, this did the trick for me:

main: rtsp://ipaddress:554/ch0_0.264
sub: rtsp://ipaddress:554/ch0_1.264

Re: Hiseeu camera livestream

Posted: Mon Apr 12, 2021 7:08 pm
by Desa2k
THANK YOU!!!! I spent soo many hours trying to figure this out, you’re a life saver!

Quick question, were you able to get audio to work, if so, how?