简体   繁体   中英

800x480 H264 video not working on some devices

I´m trying to play a video using a VideoView. The video plays fine on most devices, but when i run it on the HTC Hero or HTC Wildfire the video does not work. They´re not working in the stock Android mediaplayer either on those devices.

The video settings are 800x480 resolution, Codec: H264 - MPEG-4, framerate 25

Heres the Logcat erromessage: 01-28 10:34:48.950: ERROR/MediaPlayer(888): Error (1,-15)

Does anyone know if Hero/Wildfire have some limitations when it comes to playing 800x480 videos?

Preciate all your help :)

Daniel

hi you are getting the following error: const PVMFStatus PVMFErrNoResources = (-15);// means there are no resources available to be played.I can suggest try to 'hint' those files. you can also read this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM