Page 1 of 1

RVmedia adn ONVIF Standard

Posted: Wed Apr 22, 2015 8:26 am
by magickh
Dear community,

up to now i am using trial version 2.2.3 of rvmedia. i want to get different streams from ip cameras. all cameras are using ONVIF standard but unfortunaltey for the rvcameras it is not enough to enter just IP address.

did somebody have experience in using ONVIF together with rvmedia.

Thanks a lot for your help.

Regards

magickh

Posted: Fri Apr 24, 2015 2:12 pm
by Sergey Tkachenko
RVMedia does not implement ONVIF yet, it is planned for future.

The current version of RVMedia can detect several cameras providing MJPEG streams. To do it, you need to specify IP address and port, and call SearchCamera. You can test it in our MediaTest demo.

If your camera provides not MJPEG but H264 stream, or it is not detected by SearchCamera, the only way is to get video from it (in RVMedia) is specifying the exact URL for video stream. If it is MJPEG, you can test it in our MediaTest demo as well.
If it is H264, you need to install GStreamer or FFMpeg. You can test it in our GStreamer and FFmpeg demos.

PS: Our plans for future:
1) FreePascal versions for Windows and Linux
2) Improving SearchCamera to detect H264 stream (using the same method as used for detecting MJPEG streams)
3) ONVIF support.
It may take a time.

Re: RVmedia adn ONVIF Standard

Posted: Fri Jul 19, 2019 7:09 am
by panlab_mf
Hi All,

Any news regarding ONVIF support plans?

Regards,

Re: RVmedia adn ONVIF Standard

Posted: Fri Jul 19, 2019 9:22 am
by Sergey Tkachenko
Sorry, plans were reconsidered. FireMonkey has higher priority.