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:password@192.168.2.10:554/live/profile.0
Does your component library support it so that i proceed to purchase it ?
Thanks for your answer
camera DCS_8526LH
camera DCS_8526LH
- Attachments
-
- ts.png (109.38 KiB) Viewed 9421 times
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: camera DCS_8526LH
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.
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:password@192.168.2.10:554/live/profile.0';
RVCamera1.DeviceType := rvdtRTSP;
RVCamera1.PlayVideoStream;