Playing video files using RVCamera

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
TimR
Posts: 9
Joined: Mon Feb 17, 2025 6:14 pm

Playing video files using RVCamera

Post 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?
TimR
Posts: 9
Joined: Mon Feb 17, 2025 6:14 pm

Re: Playing video files using RVCamera

Post 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.
Sergey Tkachenko
Site Admin
Posts: 18067
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Playing video files using RVCamera

Post 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?
TimR
Posts: 9
Joined: Mon Feb 17, 2025 6:14 pm

Re: Playing video files using RVCamera

Post by TimR »

Post Reply