Lines Matching full:rtmp
37 #include <librtmp/rtmp.h>
65 * RTMP protocol handler.h, based on https://rtmpdump.mplayerhq.hu
69 "RTMP", /* scheme */
209 RTMP *r = RTMP_Alloc(); in rtmp_setup_connection()
219 conn->proto.rtmp = r; in rtmp_setup_connection()
226 RTMP *r = conn->proto.rtmp; in rtmp_connect()
261 RTMP *r = conn->proto.rtmp; in rtmp_do()
290 RTMP *r = conn->proto.rtmp; in rtmp_disconnect()
294 conn->proto.rtmp = NULL; in rtmp_disconnect()
305 RTMP *r = conn->proto.rtmp; in rtmp_recv()
327 RTMP *r = conn->proto.rtmp; in rtmp_send()