<< Click to display table of contents >> TRVCamera.URL |
Specifies the address of a video stream from an IP camera (or another video source available in the Internet)
property URL: String;
This property is used if DeviceType=rvdtIPCamera and CameraHost is unassigned, and if DeviceType=rvdtRTSP, rvdtHTTP.
Avoid including user name, password and port in this property. Use CameraPort/RTSPPort, UserName, UserPassword instead. However, if user name and password are specified in URL, they will be used. If authentication fails, the component can request a new username and a password, if LoginPrompt = True.
This property may be assigned automatically as a result of camera searching.
To play video from the camera, call PlayVideoStream.
Default value
'' (empty string)