Search found 2 matches
- Tue Apr 23, 2024 4:58 pm
- Forum: RVMedia
- Topic: RVMedia doesn't show any stream
- Replies: 2
- Views: 38856
Re: RVMedia doesn't show any stream
I'm not sure. How can I check that? I added ffmpeg into PATH variable, so it can run from any place
- Mon Apr 22, 2024 6:31 pm
- Forum: RVMedia
- Topic: RVMedia doesn't show any stream
- Replies: 2
- Views: 38856
RVMedia doesn't show any stream
Hi!
I've added RVCamView1 and RVCamera1 into VideoSource field. Then I wrote this in FormShow:
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've added RVCamView1 and RVCamera1 into VideoSource field. Then I wrote this in FormShow:
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 ...