5G-MAG / rt-xr-unity-player

XR Unity Player
https://5g-mag.github.io/Getting-Started/pages/xr-media-integration-in-5g/
Other
4 stars 1 forks source link

demonstrate media pipelines on Android #54

Open nlsdvl opened 1 month ago

nlsdvl commented 1 month ago

the media pipeline factory/plugin as been fixed to be portable. the factory and plugin can has been compiled using meson & Unity's NDK toolchain (targeting). however the resulting shared library fails to load on the device for an unidentified reason.

compiling a simple test library with the same toolchain, then using it in a blank project proved to work as expected. once this is resolved, the scenes demonstrating media pipelines should be tested to assess the state of the implementation on Android.

media pipeline implementation update: https://github.com/5G-MAG/rt-xr-maf-native/pull/12