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.
RVMedia (Trial) and RTSP - Not connecting to IP Camera
-
- Posts: 2
- Joined: Tue Aug 06, 2019 11:08 am
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: RVMedia (Trial) and RTSP - Not connecting to IP Camera
Also assign
RVCamera1.VideoFormat := rvvfH264;
RVCamera1.VideoFormat := rvvfH264;
-
- Posts: 2
- Joined: Tue Aug 06, 2019 11:08 am
Re: RVMedia (Trial) and RTSP - Not connecting to IP Camera
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.
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.