mirror of https://bitbucket.org/ausocean/av.git
Started writing socksSetup func
This commit is contained in:
parent
e5696f389d
commit
de4e673e94
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue