Skip to content

amc: Add MLSDK implementation

Magic Leap media stack is based on Android, but without Java/JNI. Instead its SDK exposes a C API 1:1 identical to Android's MediaCodec.

Is GStreamer upstream interested in merging Magic Leap support? If so, I guess one requirement would be to get CI in place? Unfortunately the SDK is only available for MacOSX and Windows, it shouldn't be too hard to get it installed in Windows Docker image. I can work on that if needed.

Note: It also need a new audio sink element, I'll submit it as a follow-up MR.

Merge request reports