shithub: rtmp

ref: 8fb3df30a16cc34dcb10c3c068ddca913fb71047
dir: /rtmp.h/

View raw version
typedef struct RTMP RTMP;

#pragma incomplete RTMP

extern int rtmpdump;

RTMP *rtmpdial(char *url, int w, int h, int withaudio);
void rtmpclose(RTMP *r);