ezmora
unread,Mar 30, 2011, 6:24:28 AM3/30/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Media Developers
Google made a change in the way the Android OS handles media streaming
in version 2.3.3. In past versions, the HTML “Transfer-Encoding:
Chunked” header was accepted but chunked transfer coding was not
actually implemented. That allowed me to get around not having an
explicit content length for streaming media. This did not comply
with the HTTP spec.
In 2.3.3, Android is handling the chunked coding properly.
Did anyone else encounter this porblem?
I don't see any other way to solve this problem but to branch my code
according to the Android version. Any other ideas?
Thanks,
Eyal