Home
last modified time | relevance | path

Searched refs:fec_protocol (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpproto.c233 char *fec_protocol = NULL; in rtp_open() local
305 if (!(fec_protocol = av_get_token(&p, "="))) { in rtp_open()
309 if (strcmp(fec_protocol, "prompeg")) { in rtp_open()
310 av_log(h, AV_LOG_ERROR, "Unsupported FEC protocol %s\n", fec_protocol); in rtp_open()
314 p = s->fec_options_str + strlen(fec_protocol); in rtp_open()
362 if (fec_protocol) { in rtp_open()
363 ff_url_join(buf, sizeof(buf), fec_protocol, NULL, hostname, rtp_port, NULL); in rtp_open()
377 av_free(fec_protocol); in rtp_open()
386 av_free(fec_protocol); in rtp_open()

Completed in 2 milliseconds