RVMedia (Trial) and RTSP - Not connecting to IP Camera

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
chysti1975
Posts: 2
Joined: Tue Aug 06, 2019 11:08 am

RVMedia (Trial) and RTSP - Not connecting to IP Camera

Post by chysti1975 »

Good day,

I trying to connect with trial RVMedia to IP camera by rtsp url:
RVCamera1.DeviceType := rvdtRTSP;
RVCamera1.URL := 'rtsp://192.168.0.31:554/main';
RVCamera1.PlayVideoStream;

And no any picture is received.
Gstreamer is installed as well.

Could you tell me what is the wrong ?

Many thanks.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RVMedia (Trial) and RTSP - Not connecting to IP Camera

Post by Sergey Tkachenko »

Also assign
RVCamera1.VideoFormat := rvvfH264;
chysti1975
Posts: 2
Joined: Tue Aug 06, 2019 11:08 am

Re: RVMedia (Trial) and RTSP - Not connecting to IP Camera

Post by chysti1975 »

Hi Sergei,

The problem was with ffmpeg dlls. I used 64 bit dll firstly. Now changed to 32 bit and it start to show.
Many thanks for cooperation.
Post Reply