Page 1 of 1

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

Posted: Tue Aug 06, 2019 11:14 am
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.

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

Posted: Tue Aug 06, 2019 5:45 pm
by Sergey Tkachenko
Also assign
RVCamera1.VideoFormat := rvvfH264;

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

Posted: Wed Aug 07, 2019 8:33 am
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.