Search found 35 matches

by panlab_mf
Fri Oct 15, 2021 12:28 pm
Forum: RVMedia
Topic: WebCam (DirectShow) duplicated DeviceName
Replies: 1
Views: 4740

WebCam (DirectShow) duplicated DeviceName

Hi,

Why the list of VideoDevices (VideoDevices.VideoDeviceList) shows the webcams duplicated? Any other software doesn't do like that. They enumerate the devices adding a number to identify them easily.

Is there a why to achieve that. I'm using v8.1 of RVMedia for Win64.

Thanks,
by panlab_mf
Mon Jan 13, 2020 9:51 am
Forum: RVMedia
Topic: RVMedia v7 - Recording Multiple local network cameras
Replies: 5
Views: 23421

Re: RVMedia v7 - Recording Multiple local network cameras

Hi Sergey,

Currently, we use the same frame size/frame rate as the rtsp live streaming, that actually is h264 (1920x1080) at 25 FPS.

Regards,
by panlab_mf
Thu Jan 09, 2020 3:22 pm
Forum: RVMedia
Topic: RVMedia v7 - Recording Multiple local network cameras
Replies: 5
Views: 23421

Re: RVMedia v7 - Recording Multiple local network cameras

Hi all,

Continuing with the topic of improving the recording performance of multiple network cameras. Is there a way to setup the "-preset ultrafast" h264 codec option when using the TRVCamRecorder?

Thanks,
by panlab_mf
Wed Jan 08, 2020 8:26 am
Forum: RVMedia
Topic: RVMedia v7 - Recording Multiple local network cameras
Replies: 5
Views: 23421

Re: RVMedia v7 - Recording Multiple local network cameras

It is RVMedia v7.1.1.

Is there any special configuration for the TRVCamRecorder in order to achive better results?

I read that we can dump the streaming directly to a file using a special codec called "vcopy". Is this possible using TRVCamRecorder?

Thanks,
by panlab_mf
Mon Dec 23, 2019 4:15 pm
Forum: RVMedia
Topic: RVMedia v7 - Recording Multiple local network cameras
Replies: 5
Views: 23421

RVMedia v7 - Recording Multiple local network cameras

Hi all, I'm having trouble recording several network cameras on h264 using rvmedia v7 with ffmpeg 4.2. The CPU consumption quickly reaches 100% and the quality of the recorded video is very low (loss of frames, blocking, etc.). I use a TRVCamera conected to a TRVCamRecorder for each local network ca...
by panlab_mf
Tue Nov 19, 2019 10:12 am
Forum: RVMedia
Topic: RVMedia and RTSP - Multiple local network cameras
Replies: 12
Views: 37797

Re: RVMedia and RTSP - Multiple local network cameras

Hello Sergey, Your test seems to work, but it is not the issue I'm dealing with. Can you try three local different cameras using the same instance of the program? For instance, you can setup several rtsp servers using the ffmpeg tool and test with it. Can you please do a new test and tell me why you...
by panlab_mf
Tue Nov 19, 2019 8:24 am
Forum: RVMedia
Topic: RVMedia and RTSP - Multiple local network cameras
Replies: 12
Views: 37797

Re: RVMedia and RTSP - Multiple local network cameras

Hi Sergey and panlab_mf, I downloaded your CamTest3 and compiled it with v6.1.1 And here is my findings: 1) Using ScaleMM and enabling optimize, the 3 cams become synchronized as shown in the attached image, while in your compiled exe there is variance. 2) Your exe always have one cam delaying the ...
by panlab_mf
Fri Nov 15, 2019 8:40 am
Forum: RVMedia
Topic: RVMedia and RTSP - Multiple local network cameras
Replies: 12
Views: 37797

Re: RVMedia and RTSP - Multiple local network cameras

If you use several cameras pointing to the same dynamic image like:
a) a move,
b) road traffic,
c) never end looping image.
it is easy to see how gradually the multiview's playback of each camera slowdown until the image jumps but still far away to be synchronized.
by panlab_mf
Thu Nov 14, 2019 2:05 pm
Forum: RVMedia
Topic: RVMedia and RTSP - Multiple local network cameras
Replies: 12
Views: 37797

RVMedia and RTSP - Multiple local network cameras

Hi all, I'm testing the new RVMedia v7.1 ffmpeg demo project setting the "RVCamera.Latency = 0". If I run three instances of the program connecting three differents local network cameras, they work fine, it is, the image on all the programs are more or less synchronized along the time. But...
by panlab_mf
Thu Nov 14, 2019 1:59 pm
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45608

Re: RTSP H264 decoder generates image artifacts

Hi all, I'm testing the new RVMedia v7.1 setting the "RVCamera.Latency = 0" on the ffmpeg demo project. If I run three instances of the program conecting to three differents local network cameras, it works fine, it is, the image on all the programs are more or less synchronized along the t...
by panlab_mf
Wed Nov 13, 2019 12:32 pm
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45608

Re: RTSP H264 decoder generates image artifacts

Is there a chance than the RVMEdia 7.1 fix this issue? I think it is easy to reproduce, just use the ffmpeg demo project and configure it to connect two cameras with a regular changing image. Like this, http://92.154.56.150:8888/mjpg/video.mjpg You will see how gradually the playback slowdown. regar...
by panlab_mf
Wed Nov 06, 2019 5:06 pm
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45608

Re: RTSP H264 decoder generates image artifacts

OK, thanks for try to reproduce my issue.

I'm looking forward to hear about the updated source code.
by panlab_mf
Tue Nov 05, 2019 1:22 pm
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45608

Re: RTSP H264 decoder generates image artifacts

It wasn't take so mutch time to hung. Specially if take into account that the vlc streaming is live (0 lantency9 and th rvmedia project wasn't "live". it is delayed or something like that. What I'm asking is how can I avoid that, playback two or more RTSP network cameras without latency in...
by panlab_mf
Mon Nov 04, 2019 11:23 am
Forum: RVMedia
Topic: RTSP H264 decoder generates image artifacts
Replies: 14
Views: 45608

Re: RTSP H264 decoder generates image artifacts

You can use this public trafic camera: rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa and run FFMpeg multiview adding two times the same url. if you let the program running for a while (3 minutes or so) the image starts freezing and finally it stop playing in one of the viewer. At th...
by panlab_mf
Thu Oct 31, 2019 2:01 pm
Forum: RVMedia
Topic: Testing RVCamera - Video blurred
Replies: 29
Views: 94858

Re: Testing RVCamera - Video blurred

Hi, I've tried the "test_ffmpeg" to understand what is happening to my project. But, this tool doesn't run with other dll's but the original deployed by you (see attached release note.txt). Any way, if I run several instances of this testing tool I can see no delay betwen each live streami...