Author | SHA1 | Message | Date |
---|---|---|---|
|
76c70e33d2 |
icecast: Do not use chunked post
Icecast uses HTTP 1.0 while Libav uses HTTP 1.1 and enables by default chunked post. Icecast actually forwards the HTTP chunk headers to the listener as part of the media stream (without the chunk encoding HTTP headers) causing the players to lose sync. Disabling the option is enough to feed icecast properly. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> |
10 years ago |
|
e3dc2c86fc |
libavformat: Add Icecast protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
11 years ago |
|
eb9244f202 |
Add Icecast protocol
Icecast is basically a convenience wrapper around the HTTP protocol. Signed-off-by: Martin Storsjö <martin@martin.st> |
11 years ago |