shithub: rtmp

ref: 996f6e5c036260a18fd4c46405027ef4a23a7923
dir: /rtmp.h/

View raw version
typedef struct RTMP RTMP;

#pragma incomplete RTMP

int rtmpstream(RTMP *r, ulong *sid);

RTMP *rtmpdial(char *url);
void rtmpclose(RTMP *r);