How play to video. Handheld?, and what format would I use?

Hi, I try to use this method, because it works on same project for iOS and Android, but now en Windows Phone, nothing happens, and I don’t understand if is a problem of the format or the execution the method.

Handheld.PlayFullScreenMovie (path, Color.black, controlMode, FullScreenMovieScalingMode.AspectFit);

Hi,

this function is not implemented on WP8 yet. Until then, you’ll have to use a plugin to replay video - either through XAML or Windows Media Foundation.

ok thanks other question, do you know, which format should I use?

Standard formats should work: .mp4, .wmv, etc.

Tautvydas Zilys,

This may be thread hijacking and if it is i do appologize. Was there a technical reason that Handheld movie player and the movie texture were given back seat on windows phone 8 and on windows store?

I understand that this function may not be a high priority for your team however when you are a developer that has made ios/android games and are now porting to windows store and windows phone, this drasically slows down your port time. When if ever can we expect Unity to port the handheld movie player to windows store and windows phone 8?

Movie texture was never given a backseat. Actually, Windows Phone 8 is the only phone that supports it - neither Android nor iOS does it AFAIK. However, since it’s very resource intensive, it’s not really a suitable way to replay high resolution videos, since phones do not have powerful enough CPUs.

As for Handheld.PlayFullScreenMovie() - I understand that can be frustrating, and we’re working towards fixing it, but I can’t give you concrete time of when it will be available. After all it comes down to priorities and up until very recently, there were things that had higher priority.

So you gave up on the Fix, dont understand what you mean?

Handheld.PlayFullscreenMovie() will work on Windows Phone and Windows Store Apps in Unity 5. Until then, you’ll have to implement the functionality yourself.

1 Like

Great thank you for making this clear - I have Unity 5b11 now, but its useless to me until the Beta 4.6 GUI features are all added to the next beta.

One correction: that changeset didn’t make it to 5.0b11. It will be present from 5.0b12 onwards :).

1 Like

Hi Tautvydas,

Currently I’m using Unity 4.6 and trying to make a build for Windows Phone 8 (not 8.1)

What is the best option to do or asset to use, I do not wish to manually edit code within Visual Studio but would prefer within Unity and Mono.

Any advice as this one is still annoying me :slight_smile: