Page 1 of 1

Playing video files using RVCamera

Posted: Sun Feb 15, 2026 7:51 am
by TimR
I have the following components:

TRVCamView
TRVCamera
TRVCamSound
TRVAudioPlayer

RVCamSound is connected to the camera and the audio player.

I'm using the FFMPEG library, but I have also tried with GStreamer with the same results.

I'm trying to play two video files. Both of them play in VLC with audio.

The first is a .MOV file from an old video camera. It plays perfectly but there is no audio.

The second is a .MP4 file from a new Samsung phone. It does not play at all.

Can you suggest anything?

Re: Playing video files using RVCamera

Posted: Sun Feb 15, 2026 6:08 pm
by TimR
There are no errors logged in the error handler.

I have tried all the options for RVCamera.VideoFormat and the results are always the same.

Re: Playing video files using RVCamera

Posted: Tue Feb 17, 2026 8:19 am
by Sergey Tkachenko
TRVCamera does not support playing audio using GStreamer. But FFmpeg must work.
Make sure that RVCamera.FFMpegProperty.Audio = True.
Can you send me a link to these video files?

Re: Playing video files using RVCamera

Posted: Fri Feb 20, 2026 8:39 pm
by TimR

Re: Playing video files using RVCamera

Posted: Tue Mar 10, 2026 7:50 am
by TimR
Any luck with these files?

Re: Playing video files using RVCamera

Posted: Fri Mar 13, 2026 3:56 pm
by Sergey Tkachenko
I need more time, sorry.