Vraag


Acties:
  • 0 Henk 'm!

  • KevinK89
  • Registratie: December 2015
  • Laatst online: 05-06 21:19
Mijn vraag
... ik ben op zoek naar het HTTP stream jpg/jpeg path voor de Hikvision DS-2DE4A220IW-DE

Relevante software en hardware die ik gebruik
... ik heb dit nodig om te koppelen aan mijn Fibaro systeem ivm snapshots. Ik maak geen gebruik van de Hikvision NVR, de camera is wel gekoppeld aan mijn Synology. Camera is is gewoon via ip te benaderen.

Wat ik al gevonden of geprobeerd heb
... veel gegoogeld :)


Alvast bedankt
Kevin

[ Voor 19% gewijzigd door KevinK89 op 14-01-2019 21:39 ]

Beste antwoord (via rens-br op 17-01-2019 09:33)


  • KevinK89
  • Registratie: December 2015
  • Laatst online: 05-06 21:19
Ik heb contact gehad met Hikvision en zij hebben mij een document gestuurd met rstp en http urls. Nu kan ik inderdaad een snapshot zien van de camera zonder tussenkomst van een NVR. Als ik het volgende in de browser in vul zie ik de snapshot. http://ip-adres/Streaming/channels/1/picture

Dit is de tekst uit het bestand:
RTSP and HTTP URLs

RTSP without Authentication (NVR/DVR/IPC/Encoder)
rtsp://<IP address of device>:<RTSP port>/Streaming/channels/<channel number><stream number>
NOTE: <stream number> represents main stream (01), or the sub stream (02)

Example:
rtsp://173.200.91.70:10554/Streaming/channels/101 – get the main stream of the 1st channel

rtsp://173.200.91.70:10554/Streaming/channels/102 – get the sub stream of the 1st channel


RTSP with Authentication
rtsp://<username>:<password>@<IP address of device>:<RTSP port>/Streaming/channels/<channel number><stream number>

Example:
rtsp://Hikvision:guest@17...4/Streaming/channels/1701 – get the main stream of the 17th channel (1st IP camera on the Hybrid Demo)

rtsp://Hikvision:guest@17...4/Streaming/channels/1902 – get the sub stream of the 19th channel (3rd IP camera on the Hybrid Demo)


HTTP commands to get IPC MJPEG stream
1. Camera firmware need to be v4.1 or higher
2. Can only stream the Sub stream via HTTP
3. Need to change the Sub stream video encoding to MJPEG
4. Resolution can be changed via web interface
NOTE: If the HTTP port of the device is still 80 (default), then “:<HTTP port>” is not required.


HTTP without Authentication
http://<IP address of IPC>:<HTTP port>/Streaming/channels/102/httpPreview


HTTP with Authentication
http://<username>:<password>@<IP address of IPC>:<HTTP port>/Streaming/channels/102/httpPreview


Snapshot using HTTP URL
http://<IP address of IPC>:<HTTP port>/Streaming/channels/1/picture

Example:
http://192.0.0.64/Streaming/channels/102/httpPreview

http://admin:12345@192.0..../channels/102/httpPreview

http://192.0.0.64/Streaming/channels/1/picture

Alle reacties


Acties:
  • 0 Henk 'm!

  • rens-br
  • Registratie: December 2009
  • Laatst online: 08:20

rens-br

Admin IN & Moderator Mobile
@KevinK89 als ik het goed begrijp ben je op zoek naar de webpagina / link waar alle snapshots op komen te staan, klopt dat?

Wat ik mij dan afvraag. Is dat geen functionaliteit die normaal door de NVR software wordt afgehandeld en niet door de camera?

Acties:
  • 0 Henk 'm!

  • vonkkie
  • Registratie: Januari 2014
  • Laatst online: 13-06 19:34

Acties:
  • 0 Henk 'm!

  • KevinK89
  • Registratie: December 2015
  • Laatst online: 05-06 21:19
@rens-br
Bedankt voor je reactie. Dat zoek ik inderdaad. Voor MPEG heb ik het HTTP wel direct vanaf de camera zonder een NVR/Synology te benaderen.

@vonkkie Bedankt voor je reactie. Deze site was ik al tegen gekomen maar alleen een FFMPEG rstp path.

Acties:
  • 0 Henk 'm!

  • rens-br
  • Registratie: December 2009
  • Laatst online: 08:20

rens-br

Admin IN & Moderator Mobile
KevinK89 schreef op dinsdag 15 januari 2019 @ 22:52:
@rens-br
Bedankt voor je reactie. Dat zoek ik inderdaad. Voor MPEG heb ik het HTTP wel direct vanaf de camera zonder een NVR/Synology te benaderen.
Als ik in de handleiding kijk, op pagina 17, moet je een locatie instellen waar de snapshots opgeslagen moeten worden. Kan je daar geen netwerklocatie kiezen?

Acties:
  • Beste antwoord
  • +2 Henk 'm!

  • KevinK89
  • Registratie: December 2015
  • Laatst online: 05-06 21:19
Ik heb contact gehad met Hikvision en zij hebben mij een document gestuurd met rstp en http urls. Nu kan ik inderdaad een snapshot zien van de camera zonder tussenkomst van een NVR. Als ik het volgende in de browser in vul zie ik de snapshot. http://ip-adres/Streaming/channels/1/picture

Dit is de tekst uit het bestand:
RTSP and HTTP URLs

RTSP without Authentication (NVR/DVR/IPC/Encoder)
rtsp://<IP address of device>:<RTSP port>/Streaming/channels/<channel number><stream number>
NOTE: <stream number> represents main stream (01), or the sub stream (02)

Example:
rtsp://173.200.91.70:10554/Streaming/channels/101 – get the main stream of the 1st channel

rtsp://173.200.91.70:10554/Streaming/channels/102 – get the sub stream of the 1st channel


RTSP with Authentication
rtsp://<username>:<password>@<IP address of device>:<RTSP port>/Streaming/channels/<channel number><stream number>

Example:
rtsp://Hikvision:guest@17...4/Streaming/channels/1701 – get the main stream of the 17th channel (1st IP camera on the Hybrid Demo)

rtsp://Hikvision:guest@17...4/Streaming/channels/1902 – get the sub stream of the 19th channel (3rd IP camera on the Hybrid Demo)


HTTP commands to get IPC MJPEG stream
1. Camera firmware need to be v4.1 or higher
2. Can only stream the Sub stream via HTTP
3. Need to change the Sub stream video encoding to MJPEG
4. Resolution can be changed via web interface
NOTE: If the HTTP port of the device is still 80 (default), then “:<HTTP port>” is not required.


HTTP without Authentication
http://<IP address of IPC>:<HTTP port>/Streaming/channels/102/httpPreview


HTTP with Authentication
http://<username>:<password>@<IP address of IPC>:<HTTP port>/Streaming/channels/102/httpPreview


Snapshot using HTTP URL
http://<IP address of IPC>:<HTTP port>/Streaming/channels/1/picture

Example:
http://192.0.0.64/Streaming/channels/102/httpPreview

http://admin:12345@192.0..../channels/102/httpPreview

http://192.0.0.64/Streaming/channels/1/picture
Pagina: 1