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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmphttp.c55 static int rtmp_http_send_cmd(URLContext *h, const char *cmd) function
127 if ((ret = rtmp_http_send_cmd(h, "send")) < 0)
139 if ((ret = rtmp_http_send_cmd(h, "idle")) < 0)
175 ret = rtmp_http_send_cmd(h, "close");

Completed in 117 milliseconds