Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtmphttp.c85 static int rtmp_http_write(URLContext *h, const uint8_t *buf, int size) in rtmp_http_write() function
136 if ((ret = rtmp_http_write(h, "", 1)) < 0) in rtmp_http_read()
174 if ((ret = rtmp_http_write(h, "", 1)) == 1) in rtmp_http_close()
280 .url_write = rtmp_http_write,

Completed in 1 milliseconds