Searched refs:legacy_icecast (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | icecast.c | 40 int legacy_icecast; member 65 …{ "legacy_icecast", "use legacy SOURCE method, for Icecast < v2.4", OFFSET(legacy_icecast), AV_OPT… 116 av_dict_set(&opt_dict, "method", s->legacy_icecast ? "SOURCE" : "PUT", 0); in icecast_open() 120 av_dict_set(&opt_dict, "send_expect_100", s->legacy_icecast ? "-1" : "1", 0); in icecast_open()
|
/third_party/ffmpeg/doc/ |
D | protocols.texi | 575 @item legacy_icecast
|