Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtmphttp.c55 static int rtmp_http_send_cmd(URLContext *h, const char *cmd) in rtmp_http_send_cmd() function
127 if ((ret = rtmp_http_send_cmd(h, "send")) < 0) in rtmp_http_read()
139 if ((ret = rtmp_http_send_cmd(h, "idle")) < 0) in rtmp_http_read()
175 ret = rtmp_http_send_cmd(h, "close"); in rtmp_http_close()

Completed in 1 milliseconds