Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6992335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:37:16+00:00 2026-05-27T19:37:16+00:00

I have been having some problems with mp4 video on Android . The codec

  • 0

I have been having some problems with mp4 video on Android . The codec is ok , the resolution is the same , but 2 different videos one runs , and the other …

10-05 12:45:39.363: INFO/HTTPDataSource(8773): try to receive 65536
10-05 12:45:39.563: INFO/HTTPDataSource(8773): 65536 received
10-05 12:45:39.563: VERBOSE/MediaExtractor(8773): Autodetected media content as 'video/mpeg4' with confidence 0.50
10-05 12:45:39.563: DEBUG/AwesomePlayer(8773): [U5B] setDataSource_l (350)
10-05 12:45:39.563: INFO/HTTPDataSource(8773): try to receive 65536
10-05 12:45:39.703: INFO/HTTPDataSource(8773): 65536 received
10-05 12:45:39.733: INFO/HTTPDataSource(8773): try to receive 65536
10-05 12:45:39.803: INFO/HTTPDataSource(8773): 65536 received
10-05 12:45:39.803: INFO/HTTPDataSource(8773): try to receive 65536
10-05 12:45:39.903: INFO/HTTPDataSource(8773): 65536 received
10-05 12:45:39.963: INFO/HTTPDataSource(8773): try to receive 65536
10-05 12:45:40.003: INFO/HTTPDataSource(8773): 65536 received
10-05 12:45:40.043: ERROR/QCvdec(8773): Invalid Ht[360] wdth[640]
10-05 12:45:40.043: ERROR/QCOmxcore(8773): OMXCORE API :  Free Handle 21a8b4
10-05 12:45:40.043: WARN/QCvdec(8773): ======================================================================
10-05 12:45:40.043: WARN/QCvdec(8773):                    Open Max Statistics                                
10-05 12:45:40.053: WARN/QCvdec(8773): ======================================================================
10-05 12:45:40.063: WARN/QCvdec(8773): empty this buffer rate = NaN
10-05 12:45:40.063: WARN/QCvdec(8773): empty this buffer total time = 0
10-05 12:45:40.063: WARN/QCvdec(8773): empty this buffer count = 0
10-05 12:45:40.063: WARN/QCvdec(8773): ======================================================================
10-05 12:45:40.073: ERROR/QCOmxcore(8773):  Unloading the dynamic library for OMX.qcom.video.decoder.avc
10-05 12:45:40.073: ERROR/QCOmxcore(8773):  Unloading the dynamic lib done 
10-05 12:45:40.073: ERROR/QCOmxcore(8773): OMX_FreeHandle X 
10-05 12:45:40.073: INFO/AwesomePlayer(8773): calling prefetcher->prepare()
10-05 12:45:40.573: INFO/Prefetcher(8773): [0x188670] cache below low water mark, filling cache.
10-05 12:45:40.623: INFO/HTTPDataSource(8773): try to receive 65536
10-05 12:45:40.633: INFO/HTTPDataSource(8773): 65536 received
10-05 12:45:40.733: INFO/HTTPDataSource(8773): try to receive 65536
10-05 12:45:40.773: INFO/HTTPDataSource(8773): 65536 received
10-05 12:45:40.873: INFO/AwesomePlayer(8773): prefetcher is done preparing
10-05 12:45:40.923: DEBUG/AwesomePlayer(8773): [U5B] play (556)
10-05 12:45:40.923: DEBUG/AwesomePlayer(8773): [U5B] play_l (562)
10-05 12:45:40.933: VERBOSE/AudioPolicyService(8773): startOutput() tid 8778
10-05 12:45:40.943: DEBUG/AudioPolicyManagerBase(8773): startOutput() output 1, stream 3
10-05 12:45:40.943: DEBUG/AwesomePlayer(8773): [U5B] play_l (635)
10-05 12:45:40.953: ERROR/AVCDecoder(8773): Video resolution too high, reject it
10-05 12:45:40.953: ERROR/MediaPlayer(29043): error (1, -1010)
10-05 12:45:40.953: DEBUG/AwesomePlayer(8773): [U5B] pause_l (705)
10-05 12:45:40.953: VERBOSE/AudioPolicyService(8773): stopOutput() tid 29198

I’m sure the problem is here :

10-05 12:45:40.953: ERROR/AVCDecoder(8773): Video resolution too high, reject it

Is there any way to change resolution of a surfaceview,mediaplayer or something like that in android ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:37:17+00:00Added an answer on May 27, 2026 at 7:37 pm

    Unfortunately the error you are getting is not something that can be resolved in the application, nor is it an limitation from the application.

    This restriction is from the Hardware acclerated Video codec itself (AVCDecoder in your case). The resolution that you trying to play is too high for that particular codec.

    You have also mentioned that one particular clip of the same resolution plays, you will need to verify if it is of the same codec. My guess is, it is not the same codec.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been having some problems trying to get my PHP running. When I
Hi, i have been having some problems using JSON data in flash builder lately
I have been having problems with this for some time now, and have come
I'm pretty new to android development, and I've been having some problems getting my
I am having some problems with hibernate and MySQL. I've been reading but I
I have been having some problems with downward type conversion in C++ using pointers,
I have been having some problems with the test debugger in VS10. All tests
I've been having some problems with using BerkeleyDB. I have multiple instances of the
I have been having some problems with this for a few days now... I
I've been working on an HTML5 video implementation, but I'm having some issues. I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.