Added comment regarding missing code left out with rtmp http stuff in it

This commit is contained in:
saxon 2018-08-08 17:17:59 +09:30
parent ace742d80e
commit bded7b6240
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ func C_RTMP_Init(r *C.RTMP) {
// int RTMP_SetupURL(RTMP *r, char* url);
// rtmp.c +757
// NOTE: code dealing with rtmp over http has been disregarded
func C_RTMP_SetupURL(r *C.RTMP, u string) int32 {
url := goStrToCStr(u)