updating code

This commit is contained in:
saxon 2018-03-16 09:43:32 +10:30
parent f40d77ea48
commit 585ddca663
3 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,7 @@ func (r *revidInst) Log(logType, m string) {
if r.config.Logger != nil {
r.config.Logger.Log(logType, m)
} else {
fmt.Println(logType + ": " + m)
// fmt.Println(logType + ": " + m)
}
}

Binary file not shown.

View File

@ -7,6 +7,7 @@ import (
)
func main(){
time.Sleep(30*time.Second)
config := revid.Config{
Input: revid.Raspivid,
Output: revid.Rtmp,