17 Jun
2009
17 Jun
'09
7:33 p.m.
On Wed, Jun 17, 2009 at 8:28 PM, Jakub Pawel Glazik<zytek-lists@nuxi.pl> wrote:
I think the problem is the callback function, that TS is sent through HTTP as some 'chunked' data and it should be "extracted" prior to putting it into output_send_http but I have no clue how to accomplish that.
Try using HTTP/1.0 instead of HTTP/1.1 to prevent chunking.