camera DCS_8526LH

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
rvmnick
Posts: 1
Joined: Tue Apr 06, 2021 11:05 am

camera DCS_8526LH

Post by rvmnick »

Hi Sergey,

I have a Dlink Onvif Camera model dcs-8526lh (tech spec attached) which works well with vlc on a network connection at rtsp://user:[email protected]:554/live/profile.0
Does your component library support it so that i proceed to purchase it ?

Thanks for your answer
Attachments
ts.png
ts.png (109.38 KiB) Viewed 7555 times
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: camera DCS_8526LH

Post by Sergey Tkachenko »

This camera will not be recognized as IP camera (it is not in our template list, and ONVIF is not supported yet).
But video stream from this camera can be played, if you have FFmpeg or GStreamer available for the application.

Code: Select all

RVCamera1.URL := 'rtsp://user:[email protected]:554/live/profile.0';
RVCamera1.DeviceType := rvdtRTSP;
RVCamera1.PlayVideoStream;
Post Reply