1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00
Files
FFmpeg/libavformat
Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code
Previously, we returned any error code except AVERROR_EOF to the
caller - only if AVERROR_EOF or 0 was returned, we proceeded to
the next segment.

With some setups of web servers, using Connection: close in https
and GnuTLS, we don't get a clean error code at the end of segments.
In those cases, just proceed to the next segment.

Tested-by: Antti Seppälä <a.seppala@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-28 01:21:32 +03:00
..
2012-07-23 16:32:09 +03:00
2012-06-17 22:50:06 +03:00
2012-07-02 16:16:38 +02:00
2012-07-02 16:16:45 +02:00
2012-06-04 14:18:49 +02:00
2012-06-22 17:15:36 +01:00
2012-04-27 14:03:43 -07:00
2012-06-28 16:53:09 +02:00
2012-07-22 07:58:54 +02:00
2012-06-18 22:01:02 +03:00
2012-06-18 22:00:35 +03:00
2012-06-21 16:11:29 +03:00
2012-06-26 19:05:24 +02:00
2012-07-16 00:15:21 +02:00
2012-07-21 16:34:29 +02:00
2012-07-10 13:51:05 +02:00
2012-07-13 06:59:48 +02:00
2012-07-23 16:32:05 +03:00
2012-07-23 16:32:07 +03:00
2012-07-23 16:32:07 +03:00
2012-07-17 14:02:55 +03:00
2012-07-03 17:35:11 +02:00
2012-07-10 22:00:28 +03:00
2012-07-10 22:00:28 +03:00
2012-07-10 22:00:28 +03:00
2012-07-25 20:31:16 +03:00
2012-06-18 22:01:04 +03:00
2012-07-25 20:30:39 +03:00
2012-06-20 17:09:03 +01:00
2012-06-25 16:20:08 +03:00