Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

MP4 playback in Unity UWP

Hey,
does anyone know how i can play mp4 videos in a unity3d based UWP App? I recive the mp4 videos at runtime, so i can not import them beforehand.
There are some paid Asstets in the Asset Store, but i am looking for a free solution.
Any Idea?

Tagged:

Best Answer

Answers

  • Options

    I only know of the paid asset in the asset store. The only free way I know of would be to write your own native mp4 player that Unity could tie into via a UWP dll.

    Taqtile

  • Options

    Thats would take way more time than we have, i think.
    I am now thinking of a 2D-3D mix. With xaml it is possible to show videos on many formats. For now, i do not know how to mix them, and if the whole 3D-Posibilities are awailable.
    Any Hints?
    Is it possible to show the "3D world" and a xaml page at once? (also on PC)

  • Options

    Maybe check out Urhosharp? Personally I haven't used it but I have seen some cool demos.

    As for formats... I'd check what formats are supported by MediaElement in UWP apps. This looks promising: http://stackoverflow.com/questions/28394220/what-formats-does-the-mediaelement-support

    Taqtile

Sign In or Register to comment.