shithub: rtmp

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