Add mapping desc. function

This commit is contained in:
marmei
2019-12-13 19:01:18 +01:00
parent 36db927794
commit 469581e280
8 changed files with 61 additions and 38 deletions

View File

@@ -1425,7 +1425,6 @@ func thirdPartyBuffer(streamID int, playlistID string) {
for i, a := range strings.Split(options, " ") {
fmt.Println(a)
switch bufferType {
case "FFMPEG":
a = strings.Replace(a, "[URL]", url, -1)