Searched refs:ff_udp_set_remote_url (Results 1 – 4 of 4) sorted by relevance
276 int ff_udp_set_remote_url(URLContext *h, const char *uri);
125 ff_udp_set_remote_url(s->rtp_hd, buf); in ff_rtp_set_remote_url()128 ff_udp_set_remote_url(s->rtcp_hd, buf); in ff_rtp_set_remote_url()
406 int ff_udp_set_remote_url(URLContext *h, const char *uri) in ff_udp_set_remote_url() function746 if ((ret = ff_udp_set_remote_url(h, uri)) < 0) in udp_open()
1848 destination address can't be changed with ff_udp_set_remote_url later.1850 be specified in ff_udp_set_remote_url, too.