You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi! can you please explain the above line of code?
let microseconds = (elapsed - seconds) * 1000;
here is seems that you are doing the difference between something in milliseconds (elapsed) and something in seconds (seconds).
Am i missing something?
thanks!
Bug: Unit confusion in microseconds field of Time structure delivered by Client#alive() in keep alive requests as specified in SCTE 104 2019 section 9.2.1 Impact: Affects @/scte104@1.0.0 and earlier
The text was updated successfully, but these errors were encountered:
rezonant
changed the title
microseconds explanation
Bug: Unit confusion (seconds vs microseconds) in microseconds field of Keep Alive request (Client#alive())
Jan 20, 2024
scte104/src/client.ts
Line 78 in 51a6dd3
hi! can you please explain the above line of code?
let microseconds = (elapsed - seconds) * 1000;
here is seems that you are doing the difference between something in milliseconds (elapsed) and something in seconds (seconds).
Am i missing something?
thanks!
Bug: Unit confusion in
microseconds
field ofTime
structure delivered byClient#alive()
in keep alive requests as specified in SCTE 104 2019 section 9.2.1Impact: Affects @/scte104@1.0.0 and earlier
The text was updated successfully, but these errors were encountered: