Hi,
I have the same problem, any clues?? SDK installed, and returns L"Unable to create filter: RTSP FFMPEG Source" on the OnError function after a Start() call. After that comes another error L"Unable to add IP capture source filter." I am using an RTSP source that works fine directly on VLC Player. Thanks!
videoCapture->IP_Camera_URL = "rtsp://IPAddress:Port/streamUrl";
videoCapture->IP_Camera_Login = "usuario";
videoCapture->IP_Camera_Password = "pwd";
videoCapture->IP_Camera_Type = TxVFIPSource::IP_RTSP_TCP;
videoCapture->Audio_RecordAudio = false;
videoCapture->Audio_PlayAudio = false;
videoCapture->Video_Renderer = 0;
videoCapture->Mode = TxVFMode::Mode_IP_Preview;
videoCapture->Start();
Tay