Fix log entry, wrong buffer value
This commit is contained in:
@@ -132,7 +132,7 @@ func Stream(w http.ResponseWriter, r *http.Request) {
|
||||
switch Settings.Buffer {
|
||||
|
||||
case "-":
|
||||
showInfo(fmt.Sprintf("Buffer:false", Settings.Buffer))
|
||||
showInfo(fmt.Sprintf("Buffer:false [%s]", Settings.Buffer))
|
||||
|
||||
case "xteve":
|
||||
if strings.Index(streamInfo.URL, "rtsp://") != -1 || strings.Index(streamInfo.URL, "rtp://") != -1 {
|
||||
|
||||
Reference in New Issue
Block a user