x


Android video playback

I'm having problems with video playback in Android.

There is not much documentation on this, Unity docs only say to use iPhoneUtils.PlayMovie()

Is this line of code supposed to work in Android?

iPhoneUtils.PlayMovie("video.mp4",Color.black, iPhoneMovieControlMode.Hidden);

I installed Quicktime and I have Android Pro. When I deploy the application to my tablet and reach the point to play the video the screens turns black and that's it. I tried with different versions of the video (mp4 and 3gp).

The log shows:

VERBOSE/MediaPlayer-JNI(8664): native_setup VERBOSE/MediaPlayer(8664): constructor VERBOSE/MediaPlayer(8664): setListener VERBOSE/MediaPlayer-JNI(8664): seekTo: 0(msec) VERBOSE/MediaPlayer(8664): seekTo 0 ERROR/MediaPlayer(8664): Attempt to perform seekTo in wrong state: mPlayer=0x0, mCurrentState=1 ERROR/MediaPlayer(8664): message received msg=100, ext1=-38, ext2=0 VERBOSE/MediaPlayer(8664): notify(100, -38, 0) callback on disconnected mediaplayer INFO/ActivityManager(2488): Displayed activity com.qualcomm.QCARUnityPlayer/com.unity3d.player.VideoPlayer: 70 ms (total 70 ms)

Is there any working sample code using unity video playback in Android?

more ▼

asked Aug 10 '11 at 09:18 AM

adrianrdzv gravatar image

adrianrdzv
46 2 2 4

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

I found the problem.

I knew that the video should be placed in the Streaming Assets folder, what I didn't know is that if you place it in another folder within Streaming Assets, you should include the folder name in the iPhoneUtils.PlayMovie() call.

iPhoneUtils.PlayMovie("Movies/video.mp4",Color.black, iPhoneMovieControlMode.Hidden);

Hope this helps to anyone making this silly mistake.

more ▼

answered Aug 10 '11 at 01:11 PM

adrianrdzv gravatar image

adrianrdzv
46 2 2 4

Oct 18 '11 at 05:38 PM Cawas
(comments are locked)
10|3000 characters needed characters left

ONLINE STORE :

====( http://www.etradinglife.com )=====

The website wholesale for many kinds of fashion shoes, like the nike,jordan,prada,****, also including the jeans,shirts,bags,hat and the decorations. All the products are free shipping, and the the price is competitive, and also can accept the paypal payment.,after the payment, can ship within short time.

free shipping

competitive price

any size available

accept the paypal

jordan shoes $32

nike shox $32

Christan Audigier bikini $23

Ed Hardy Bikini $23

Smful short_t-shirt_woman $15

ed hardy short_tank_woman $16

Sandal $32

christian louboutin $80

Sunglass $15

COACH_Necklace $27

handbag $33

AF tank woman $17

puma slipper woman $30

====( http://www.etradinglife.com )=====

more ▼

answered Aug 10 '11 at 12:55 PM

sdfkjwheu (suspended)
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2482
x283
x117
x31

asked: Aug 10 '11 at 09:18 AM

Seen: 4360 times

Last Updated: Oct 18 '11 at 08:10 PM