When I try to stream a video file from my server on Android 2.2 (on
the Samsung Galaxy Tab) I get a -82 error, meaning "Error returned
when the video container is not valid for progressive playback."

However, the same code works well vor Android 2.3 devices.

And streaming audio from the same server works on the Galaxy Tab as
well.

Is this a missing feature in Android 2.2? Is 2.2 not able to stream
videos (only audio) from a static ressource?
Or would there be a way to configure my server differently to provide
the functionality for 2.2 devices?

This is how the response header looks:

HTTP/1.0·200·OK(CR)(LF)
Server:·PasteWSGIServer/0.5·Python/2.6.5(CR)(LF)
Date:·Thu,·16·Jun·2011·12:52:11·GMT(CR)(LF)
Content-Type:·video/mp4(CR)(LF)
Accept-Ranges:·bytes(CR)(LF)
Last-Modified:·Wed,·15·Jun·2011·13:54:46·GMT(CR)(LF)
ETag:·1308146086.0-5923170(CR)(LF)
Content-Range:·bytes·0-5923169/5923170(CR)(LF)
Content-Length:·5923170(CR)(LF)
(CR)(LF)


Thx in advance
Kiview

-- 
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