Home
last modified time | relevance | path

Searched refs:rtp_handle (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtspdec.c285 if (rtsp_st->rtp_handle) in rtsp_read_setup()
286 ffurl_closep(&rtsp_st->rtp_handle); in rtsp_read_setup()
306 ret = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, in rtsp_read_setup()
319 ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle)); in rtsp_read_setup()
325 localport = ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle); in rtsp_read_setup()
532 if (rtsp_st->rtp_handle && in rtsp_read_play()
534 ff_rtp_send_punch_packets(rtsp_st->rtp_handle); in rtsp_read_play()
Drtsp.c787 ffurl_closep(&rtsp_st->rtp_handle); in ff_rtsp_undo_setup()
848 s, st, rtsp_st->rtp_handle, in ff_rtsp_open_transport_ctx()
852 rtsp_st->rtp_handle = NULL; in ff_rtsp_open_transport_ctx()
1516 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, buf, AVIO_FLAG_READ_WRITE, in ff_rtsp_make_setup_request()
1529 port = ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle); in ff_rtsp_make_setup_request()
1644 ff_rtp_set_remote_url(rtsp_st->rtp_handle, url) < 0) { in ff_rtsp_make_setup_request()
1671 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, in ff_rtsp_make_setup_request()
2051 if (rtsp_st->rtp_handle) { in udp_read_packet()
2052 if (ret = ffurl_get_multi_file_handle(rtsp_st->rtp_handle, in udp_read_packet()
2081 if (rtsp_st->rtp_handle) { in udp_read_packet()
[all …]
Drtpdec.h66 void ff_rtp_send_punch_packets(URLContext* rtp_handle);
Drtpdec.c405 void ff_rtp_send_punch_packets(URLContext *rtp_handle) in ff_rtp_send_punch_packets() argument
417 ffurl_write(rtp_handle, buf, ptr - buf); in ff_rtp_send_punch_packets()
426 ffurl_write(rtp_handle, buf, ptr - buf); in ff_rtp_send_punch_packets()
Drtsp.h445 URLContext *rtp_handle; /**< RTP stream handle (if UDP) */ member