[FFmpeg-devel] [PATCH] Non-blocking HTTP

Nicolas George nicolas.george
Fri Feb 18 18:58:50 CET 2011


Hi.

The incoming series of patches implement non-blocking HTTP.

To reduce future code duplication, I decided to expose on the common
structure the fact that HTTP relies on an underlying TCP connection. Other
protocols, like RTMP, can benefit from the same mechanism. That way, flags
changes and polling, etc., can be automatically forwarded to the underlying
protocol without each protocol implementing the forwarding function. These
are the first two patches. The two others are quite straightforward.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110218/6a30a6da/attachment.pgp>



More information about the ffmpeg-devel mailing list