Add Icecast protocol
Icecast is basically a convenience wrapper around the HTTP protocol. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:

committed by
Martin Storsjö

parent
bb41115d56
commit
eb9244f202
@@ -270,6 +270,7 @@ void av_register_all(void)
|
||||
REGISTER_PROTOCOL(HTTP, http);
|
||||
REGISTER_PROTOCOL(HTTPPROXY, httpproxy);
|
||||
REGISTER_PROTOCOL(HTTPS, https);
|
||||
REGISTER_PROTOCOL(ICECAST, icecast);
|
||||
REGISTER_PROTOCOL(MMSH, mmsh);
|
||||
REGISTER_PROTOCOL(MMST, mmst);
|
||||
REGISTER_PROTOCOL(MD5, md5);
|
||||
|
Reference in New Issue
Block a user