OpenVisualCloud / Media-Communications-Mesh

MCM enables efficient, low-latency media transport for media microservices.
BSD 3-Clause "New" or "Revised" License
18 stars 14 forks source link

Fix audio buffer size in FFmpeg MCM plugin + fix Rx ring size #186

Closed ko80 closed 1 month ago

ko80 commented 1 month ago

This PR includes the following commits

Mionsz commented 1 month ago

What about image and image

ko80 commented 1 month ago

We can't use MTL API functions directly because MCM SDK is not dependent on MCM and isolates the user from the implementation under the hood of MCM. We can schedule some refactoring to improve performance in the future and to achieve that we will have to create MCM SDK API functions to wrap those of MTL.