@Samuh

I finaly discovered why we have the same error..
It is because, the streams we are trying to play are in main-profil
and SDK3.0 only can play Baseline-profil
take a look here
http://developer.android.com/guide/appendix/media-formats.html

All the stream i tried in baseline-profile were OK
02-24 16:25:06.901: INFO/avc_utils(33): found AVC codec config (192 x
144, Baseline-profile level 1.1)
02-24 16:28:39.220: INFO/avc_utils(33): found AVC codec config (320 x
240, Baseline-profile level 1.3)
02-24 16:30:45.821: INFO/avc_utils(33): found AVC codec config (480 x
360, Baseline-profile level 2.1)
02-24 16:39:48.302: INFO/avc_utils(33): found AVC codec config (320 x
240, Baseline-profile level 1.2)
02-24 16:41:18.690: INFO/avc_utils(33): found AVC codec config (176 x
144, Baseline-profile level 1.0)

These one were KO
02-24 16:45:59.700: INFO/avc_utils(33): found AVC codec config (640 x
360, Main-profile level 3.0)
02-24 16:52:53.350: INFO/avc_utils(33): found AVC codec config (320 x
180, Main-profile level 1.3)

Zbb

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to