I try to use RVMedia to display RTSP stream from camera.
When using example in Demos folder with my RTSP URL it's working fine.
In my project I added TRVCamView and TRVCamera, same as in example, I double checked and all settings for TRVCamera look the same, FFmpeg is copied in my project folder and I try to use
Code: Select all
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
#ifdef _WIN64
LoadFFMpegLibraries("FFmpeg\\Win64\\bin\\");
#endif
}
Code: Select all
RVCamera1->IsSupportedFFMPEG()
Any suggestions, ideas? Is there some obscure setting to make ffmpeg working?
Thanks in advance for any help!