livepeer / catalyst-api

MIT License
4 stars 2 forks source link

Better clipping request validation #1348

Closed thomshutt closed 1 month ago

thomshutt commented 1 month ago

This PR began as just wanting to add validation for when people are accidentally passing in unix timestamps in seconds rather than milliseconds, but increased in scope when I found that we were using the existing clip validation method to determine whether a request was a clipping request, rather than passing the errors produced back to the user.