Using my rtmpSetBufferMS - tested and working

This commit is contained in:
saxon 2018-07-28 15:26:38 +09:30
parent 42f0e791cf
commit 8c2748af0f
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ func startSession(rtmp *C.RTMP, u string, timeout uint32) (*C.RTMP, error) {
rtmpEnableWrite(rtmp)
//C.RTMP_EnableWrite(rtmp)
// rtmpSetBufferMS(rtmp, 3600*1000)
C.RTMP_SetBufferMS(rtmp, 3600*1000)
rtmpSetBufferMS(rtmp, 3600*1000)
//C.RTMP_SetBufferMS(rtmp, 3600*1000)
// if rtmpConnect(rtmp, nil) == 0 {
if C.RTMP_Connect(rtmp, nil) == 0 {
//C.RTMP_Close(rtmp)