Started writing socksSetup func

This commit is contained in:
saxon 2018-07-20 01:49:03 +09:30
parent e5696f389d
commit de4e673e94
1 changed files with 7 additions and 0 deletions

View File

@ -476,6 +476,13 @@ func rtmpSetupUrl(r *C.RTMP, u string) int32 {
return 1
}
func socksSetup(r *RTMP, sockshost *AVal) {
if sockshost.av_len != 0 {
socksport := strchr((*byte)(sockshost.av_val), ':')
}
}
func endSession(rtmp *C.RTMP) uint32 {
if rtmp == nil {
return 3