RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
cs12
Posts: 2 Joined: Mon Apr 22, 2024 6:24 pm
Post
by cs12 » Mon Apr 22, 2024 6:31 pm
Hi!
I've added RVCamView1 and RVCamera1 into VideoSource field. Then I wrote this in FormShow:
Code: Select all
RVCamera1.DeviceType := TRVDeviceType.rvdtRTSP;
RVCamera1.URL := 'rtsp://localhost:554/';
RVCamera1.PlayVideoStream;
aaand.. I got nothing. VLC with no problem shows my local stream, ffmpeg too.
What I did wrong?
cs12
Posts: 2 Joined: Mon Apr 22, 2024 6:24 pm
Post
by cs12 » Tue Apr 23, 2024 4:58 pm
I'm not sure. How can I check that? I added ffmpeg into PATH variable, so it can run from any place