-
Notifications
You must be signed in to change notification settings - Fork 528
Open
Labels
OSS-serverfeat-videoanything video decoding, player, querying, data modelling of videos etc.anything video decoding, player, querying, data modelling of videos etc.
Description
We have a gRPC proxy mode where we send chunks to the viewer in reverse order (newest first).
Does this work with VideoStream
?
Note that there are two types of issues to worry about:
- Individual chunks being "unordered" (not all timelines increasing monotonically with RowId)
- Chunks arriving out-of-order
I believe the only problem we have with VideoStream
is related to the FIRST of these issues, and that the --newest-first
mode doesn't affect it at all - but let's verify.
Related
Metadata
Metadata
Assignees
Labels
OSS-serverfeat-videoanything video decoding, player, querying, data modelling of videos etc.anything video decoding, player, querying, data modelling of videos etc.