Skip to content

Commit

Permalink
log error when seturi with metadata fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ugjka committed Feb 11, 2024
1 parent 853a19b commit 981d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av1transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func AV1SetAndPlay(loc *url.URL, stream string) error {
if err == nil {
return nil
}

log.Println(err)
log.Println("trying without metadata")
return try("")
}
Expand Down

0 comments on commit 981d6e5

Please sign in to comment.