RVMedia doesn't show any stream
Posted: Mon Apr 22, 2024 6:31 pm
Hi!
I've added RVCamView1 and RVCamera1 into VideoSource field. Then I wrote this in FormShow:
aaand.. I got nothing. VLC with no problem shows my local stream, ffmpeg too.
What I did wrong?
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;
What I did wrong?