RVMedia doesn't show any stream

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
cs12
Posts: 2
Joined: Mon Apr 22, 2024 6:24 pm

RVMedia doesn't show any stream

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17312
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RVMedia doesn't show any stream

Post by Sergey Tkachenko »

Do you have FFmpeg available for the application?
cs12
Posts: 2
Joined: Mon Apr 22, 2024 6:24 pm

Re: RVMedia doesn't show any stream

Post by cs12 »

I'm not sure. How can I check that? I added ffmpeg into PATH variable, so it can run from any place
Post Reply