Search found 35 matches

by panlab_mf
Thu Oct 31, 2019 1:49 pm
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45853

Re: RTSP H264 decoder generates image artifacts

Hi, I've tried the latency=0 options with the same results. it is, RVMedia v7 ffmpeg demo project, and four cameras pointing to the same scence are displayed with a increasing latency/delay and depicting image artifacks that other tools (ffplay.exe/rtsp-client-demo.exe) using the same ffmepg librari...
by panlab_mf
Wed Oct 30, 2019 12:59 pm
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45853

Re: RTSP H264 decoder generates image artifacts

Hi all, I've been testing using RVMedia v6. Now I'v moved to RVMedia v7. and modified the TfrmMain.SetCam(..) to assign the options you said. But it doesn't work. With V7 the delay is even worst. it seems like the video stream is accumulated (dumpered/buffered?) and delivered much later to an artifi...
by panlab_mf
Wed Oct 30, 2019 11:45 am
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45853

RTSP H264 decoder generates image artifacts

Hi all, I'm using the demo application ffmepg RVMEDIA V6 on XE10.2 to connect four rtsp network cameras. As a result, the streaming is not smooth but the worst thing is that artifacts appear in the image, as if the decoder was missing packages to paint. All the cameras point to the same scene but in...
by panlab_mf
Mon Sep 30, 2019 6:36 am
Forum: RVMedia
Topic: Example of DeviceType = rvdtUserData usage
Replies: 2
Views: 15106

Re: Example of DeviceType = rvdtUserData usage

Thanks for the information. This sounds great.

I'm going to develop a small prototype based on the example programs you suggested.

Regards,
by panlab_mf
Fri Sep 27, 2019 9:23 am
Forum: RVMedia
Topic: Example of DeviceType = rvdtUserData usage
Replies: 2
Views: 15106

Example of DeviceType = rvdtUserData usage

Hi all,

I need an example of usage of the DeviceType = rvdtUserData, so for instance,
  • compose a PIP from two network cameras,
  • or a side-by-side from two cameras,
  • or add a text overlay on the original image from a single camera.
Any help will be very appreciate.

Thanks in advance
by panlab_mf
Fri Jul 19, 2019 7:09 am
Forum: RVMedia
Topic: RVmedia adn ONVIF Standard
Replies: 3
Views: 23377

Re: RVmedia adn ONVIF Standard

Hi All,

Any news regarding ONVIF support plans?

Regards,
by panlab_mf
Wed Jul 17, 2019 3:08 pm
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Authentication problems
Replies: 1
Views: 13476

RVMedia 6 and RTSP - Authentication problems

Hi all, I'm dealing some issues with RTSP connection event with RVMedia v6. I have to kind of cameras, a) lazy(weak) secured; b) strongly secured. If I connect to the a) kind of cameras, I'm able to receive the video streaming just using the external method (ffmpeg library; TRVMFFMPEG.OpenFile; TRVM...
by panlab_mf
Wed Jul 03, 2019 10:40 am
Forum: RVMedia
Topic: AV on TRVMFFMPEG.InitDecode
Replies: 2
Views: 16391

Re: AV on TRVMFFMPEG.InitDecode

Nice.
by panlab_mf
Mon Jul 01, 2019 2:53 pm
Forum: RVMedia
Topic: AV on TRVMFFMPEG.InitDecode
Replies: 2
Views: 16391

AV on TRVMFFMPEG.InitDecode

Hi, I'm getting AV on TRVMFFMPEG.InitDecode(), if the OpenFile returns false. try // Open video file if not OpenFile(FormatContext, DecCurTime, filename) then begin try av_free(FormatContext); finally FormatContext := nil; end; exit; end; except exit; end; How can I silence this exception in order t...
by panlab_mf
Mon Jul 01, 2019 2:45 pm
Forum: RVMedia
Topic: AV on MRVTypesThreads.GetGUIDInfoWithCreate
Replies: 1
Views: 13205

AV on MRVTypesThreads.GetGUIDInfoWithCreate

Hi,

It seems in MRVTypesThreads.GetGUIDInfoWithCreate() needs checking for the ListGUID variable before use it, as it is already done in the other routines in the same unit:

Code: Select all

  if not Assigned(ListGUID) then
    exit;
 
Don't you think?

Best regards.
by panlab_mf
Fri Jun 28, 2019 8:07 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 152801

Re: RVMedia 6 and RTSP - Network problems

Hi Sergey,

Ok, I will wait for the public beta or the final relase, whatever comes first.

Best regards,
by panlab_mf
Thu Jun 13, 2019 8:13 am
Forum: RVMedia
Topic: RVMedia 6 and RTSP - Network problems
Replies: 48
Views: 152801

Re: RVMedia 6 and RTSP - Network problems

Hi all, I'm dealing the same issues, more or less. I let the user to edit the url to connect to in a showmodal dialog, if the url is ok the application shows a preview of the camera. When the user accepts the configuration dialog, the connection is closed. //camera is working. Video and images can b...
by panlab_mf
Mon Apr 08, 2019 2:14 pm
Forum: RVMedia
Topic: Missing last frames
Replies: 6
Views: 28574

Re: Missing last frames

I'm going to test it lowering the frame rate from 25 FPS to 15 FPS. And let you know.
by panlab_mf
Mon Apr 08, 2019 9:52 am
Forum: RVMedia
Topic: Missing last frames
Replies: 6
Views: 28574

Re: Missing last frames

Hi All, I'm facing the same issue, more or less. In my case there is no audio source. I've tried several convinations : file formats; video codecs; local/remote cameras; frame rate with the same result: the recorded video file missing almost 2 second of recording. I've added some debugging options t...
by panlab_mf
Thu Feb 14, 2019 3:53 pm
Forum: RVMedia
Topic: LoadFFMpegLibraries fails for a specific path
Replies: 3
Views: 19037

Re: LoadFFMpegLibraries fails for a specific path

Hi all Using "Dependency Walker" v2.2.6000 that's what I've found: avcodec-58: swresample-3 avutil-56 avformat-58: avcodec-58 avutil-56 avutil-56: swresample-3: avutil-56 swscale-3: avutil-56 So, it seems than the right order to load the dlls could be: avutil-56, swscale-3, swresample-3, a...