About stream video file

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
pgerbet
Posts: 8
Joined: Tue Jan 05, 2016 10:17 am

About stream video file

Post by pgerbet »

Hello sergey,
have you a little sample for show stream video mp4 to tcp network?
i have modifyed some example for but allway don't work !
can you modfy messager sample for play and send video file and stream ?

I have test 8cam play good video mp4 but if i use mmpeg dll, i have no sound
and the speed are not good, speed too qwick.
whout he work properly, but i have gstream codec and some other one.
any ideas ?

Thank you for your help
Best regards
Patrice
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Locally, TRVCamera should play files with sound, if DeviceType = rvdtFile.
However, you should assign RVCamera.UseFFMPEG = False to play files using DirectX instead of FFMpeg.

However, if you attempt to send video from such TRVCamera via the network, only video frames will be sent, without audio.
The current version of RVMedia does not send audio streams from video, it can send only sound from TRVMicrophone,
Post Reply