microsoft / MixedReality-SpectatorView

Mixed reality spectator experiences
MIT License
193 stars 114 forks source link

Video didn't play normally on iOS device #315

Open Teiichi-Takemura opened 4 years ago

Teiichi-Takemura commented 4 years ago

I have a video player in my unity scene. It works fine on the HoloLens2 device but doesn't work on my iPhone X device. The video player just shows a black and doesn't play. Has everyone encountered this issue before? BTW, the video clip is a normal mpeg4 format and can be played on iphone normally.

chrisfromwork commented 4 years ago

Spectator View doesn't support synchronizing dynamic textures.

Are you playing the video with Unity's video player? This isn't currently supported either but might be easier to implement compared to synchronizing an arbitrary dynamic texture

Teiichi-Takemura commented 4 years ago

Thanks for your reply. Yes, I'm doing that using Unity's video player. Do you have any plan to support playing video in the future?

chrisfromwork commented 4 years ago

It isn't currently scheduled work, but we will use this issue to monitor it.