can anyone tell me what can be the problem?
I am stuck on this !!

On Apr 5, 2:15 pm, Mrid <[email protected]> wrote:
> referring to the solution in bug report, I tried to play a .m3u8
> format file by using httplive:// instead of http:// in the url. I was
> able to play the sample video from apple but I am not able to
> play .m3u8 files which I have. These are directly from inlet and I am
> able to play them on iphones and safari web browser, but not on
> android's media player and web browser. Url is in the log
>
> 04-05 13:45:11.506: ERROR/PATH(630): Path 
> =http://wealthtv.apple-vod-geo.adaptive.level3.net/sample/samsung/samp...
> 04-05 13:45:12.007: INFO/StagefrightPlayer(33): setDataSource('http://
> wealthtv.apple-vod-geo.adaptive.level3.net/sample/samsung/sample4/
> playlist.m3u8')
> 04-05 13:45:12.087: INFO/NuHTTPDataSource(33): connect 
> tohttp://wealthtv.apple-vod-geo.adaptive.level3.net/sample/samsung/samp...
> @0
> 04-05 13:45:12.377: INFO/NuCachedSource2(33): ERROR_END_OF_STREAM
> 04-05 13:45:12.387: ERROR/MediaPlayer(630): error (1, -2147483648)
> 04-05 13:45:12.447: ERROR/StreamingPlayer(630): error: Prepare
> failed.: status=0x1
> 04-05 13:45:12.447: ERROR/StreamingPlayer(630): java.io.IOException:
> Prepare failed.: status=0x1
>
> On Feb 24, 9:38 am, Fox Mulder <[email protected]> wrote:
>
>
>
>
>
>
>
> > @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 
> > herehttp://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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to