mirror of https://bitbucket.org/ausocean/av.git
Added comment regarding missing code left out with rtmp http stuff in it
This commit is contained in:
parent
ace742d80e
commit
bded7b6240
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue