You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Enablement of PTP Time synchronization to Media Communications Mesh.
This feature uses Media Transport Library PTP Time synchronization feature.
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.
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
Modified docker file to decrease docker image minimal runtime size.