Page 1 of 1

RVMedia doesn't show any stream

Posted: Mon Apr 22, 2024 6:31 pm
by cs12
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?

Re: RVMedia doesn't show any stream

Posted: Tue Apr 23, 2024 8:48 am
by Sergey Tkachenko
Do you have FFmpeg available for the application?

Re: RVMedia doesn't show any stream

Posted: Tue Apr 23, 2024 4:58 pm
by cs12
I'm not sure. How can I check that? I added ffmpeg into PATH variable, so it can run from any place