[FFmpeg-devel] [PATCH] http: handle ICY in presence of chunked transfer encoding
Michael Niedermayer
michaelni at gmx.at
Thu Mar 6 02:01:43 CET 2014
On Sun, Mar 02, 2014 at 08:26:19PM +0100, wm4 wrote:
> Some http servers send an ICY stream in combination with chunked
> transfer encoding. This case was handled incorrectly by the ICY code:
> instead of handling chunked encoding before anything ICY related, both
> were mixed.
>
> Fix this by separating the ICY code from normal http reading. Move the
> normal http reading to a new function http_read_stream(), while
> http_read() handles ICY on top of http_read_stream().
>
> The server identified itself as: cloudflare-nginx
> ---
> Test url: http://edenofthewest.com:8080/eden.mp3
bugfix confirmed
patch applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In a rich man's house there is no place to spit but his face.
-- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140306/a54dc2fa/attachment.asc>
More information about the ffmpeg-devel
mailing list