Buffer RTSP performance

This commit is contained in:
marmei
2019-10-04 19:39:20 +02:00
parent 7c87d1d5bd
commit 20e5e1b545
8 changed files with 148 additions and 131 deletions

View File

@@ -355,6 +355,8 @@ func getErrMsg(errCode int) (errMsg string) {
errMsg = fmt.Sprintf("This error message comes from the provider")
case 4005:
errMsg = fmt.Sprintf("Temporary buffer files could not be deleted")
case 4006:
errMsg = fmt.Sprintf("Server connection timeout")
// Buffer (M3U8)
case 4050: