Hi,
I just got this ip cam a week ago and saw there was no software that came with it for me to record the footage on PC and the instruction manual only mentioned about downloading the manufacturer's APP..,
So i did a l'il digging a found the cam was ONVIF compliant, what i saw was the following ONVIF Config and RTSP streams that worked for me on PC using iSpy:
ONVIF:
http://192.168.1.16:5000/onvif/device_service
RTSP STREAM 1 (MEDIUM DEFINITION -> 640 x 360):
RTSP STREAM 2 (LOW DEFINITION -> 320 x 180):
There is only one big issue though, i am unable to access the HD stream of "1280 x 720", i can find that option only in the OFFICIAL App (Sricam)..
If anybody here knows how to access the HD Stream using RTSP or any other way ON PC, please let us know..
I just got this ip cam a week ago and saw there was no software that came with it for me to record the footage on PC and the instruction manual only mentioned about downloading the manufacturer's APP..,
So i did a l'il digging a found the cam was ONVIF compliant, what i saw was the following ONVIF Config and RTSP streams that worked for me on PC using iSpy:
ONVIF:
http://192.168.1.16:5000/onvif/device_service
RTSP STREAM 1 (MEDIUM DEFINITION -> 640 x 360):
Code:
----------------
DESCRIBE [B]rtsp://192.168.1.16:554/onvif1[/B] RTSP/1.0
CSeq: 1
Accept: application/sdp
------------------
RTSP/1.0 200 OK
CSeq: 1
Content-Type: application/sdp
Content-Length: 421
v=0
o=- 1421069297525233 1 IN IP4 192.168.1.16
s=H.264 Video, RtspServer_0.0.0.2
t=0 0
a=tool:RtspServer_0.0.0.2
a=type:broadcast
a=control:*
a=range:npt=0-
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH5WoFAFuQA==,aM48gA==
a=control:track1
m=audio 0 RTP/AVP 8
a=control:track2
a=rtpmap:8 PCMA/8000
RTSP STREAM 2 (LOW DEFINITION -> 320 x 180):
Code:
----------------
DESCRIBE [B]rtsp://192.168.1.16:554/onvif2[/B] RTSP/1.0
CSeq: 1
Accept: application/sdp
------------------
RTSP/1.0 200 OK
CSeq: 1
Content-Type: application/sdp
Content-Length: 421
v=0
o=- 1421069297525233 1 IN IP4 192.168.1.16
s=H.264 Video, RtspServer_0.0.0.2
t=0 0
a=tool:RtspServer_0.0.0.2
a=type:broadcast
a=control:*
a=range:npt=0-
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH5WoFAFuQA==,aM48gA==
a=control:track1
m=audio 0 RTP/AVP 8
a=control:track2
a=rtpmap:8 PCMA/8000
There is only one big issue though, i am unable to access the HD stream of "1280 x 720", i can find that option only in the OFFICIAL App (Sricam)..
If anybody here knows how to access the HD Stream using RTSP or any other way ON PC, please let us know..