Hardware acceleration

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
nashith
Posts: 3
Joined: Tue Nov 06, 2018 9:19 pm

Hardware acceleration

Post by nashith »

Anyway to get the video to be accelerated using hardware?
Currently a single stream of H264 video is taking a massive hit on the CPU.
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Hardware acceleration

Post by Sergey Tkachenko »

To optimize drawing, try assigning TRVCamView.RenderMode = rvmrmOpenGL.
But if CPU load is caused by decoding inside FFmpeg/GStreamer libraries, it cannot be helped.
nashith
Posts: 3
Joined: Tue Nov 06, 2018 9:19 pm

Re: Hardware acceleration

Post by nashith »

Yes, its a FFMPEG RTSP stream. Guess FFMPEG library is not using the GPU.
Any future plans to support built-in hardware acceleration of FFMPEG?
Attachments
RVCamTest.JPG
RVCamTest.JPG (234.89 KiB) Viewed 13607 times
Post Reply