shithub: rtmp

ref: c6821e9c478e8c1e4effdba02cfe7d56a78c3cd9
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);