Skip to content

Commit

Permalink
debug vide errors
Browse files Browse the repository at this point in the history
  • Loading branch information
proton committed Mar 13, 2024
1 parent 42de2aa commit 761e818
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/VideoNode.brs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ sub stateChanged()
if m.video.state <> "error" and m.video.state <> "buffering"
timerFired()
end if

if m.video.state = "error"
print "VideoNode:StateChanged: Error"
print m.video.errorStr
end if
end if
end sub

Expand Down

0 comments on commit 761e818

Please sign in to comment.