Skip to content

Media Communications Mesh 24.06 release

Compare
Choose a tag to compare
@soopel soopel released this 21 Jun 14:06
· 97 commits to main since this release

New Features

  1. Media Communications Mesh FFmpeg plugin
    • Video Input/output plugin for FFmpeg – video processing pipeline framework.
    • Single or multiple instances of FFmpeg with Media Communications Mesh Plugin connect to selected Media Proxy instance.
    • Supported video pixel formats:
      • YUV 422, 8bit packed
      • RGB 8 bit
      • NV12 – YUV 420 planar 8 bit
      • YUV 444 planar, 10 bit, little endian
      • YUV 422 planar, 10 bit, little endian
    • No support for audio streams
  2. Enablement of PTP Time synchronization to Media Communications Mesh.
    This feature uses Media Transport Library PTP Time synchronization feature.
  3. Added support to Media Proxy/SDK for changing input and output streams Payload ID.
    Payload IDs beside of having defined default values (according to RFC or SMPTE specification) are passed as parameters for each stream.
  4. Added support to Media Proxy/SDK for receiving video stream from multicast group/publishing video stream to a multicast group
    Added parameter to stream configuration allowing to pass multicast group IP address.

Changes to Existing Features

  1. Modified docker file to decrease docker image minimal runtime size.