Test case: Finish sending related video frames in one stream
- Decision on discarding feature: send delta frames with their key frame in one stream
- time constraint
- doesnot make much sense in our system “sending key + delta frames in one stream ” because:
- we have min-heap buffer for reordering
- we donot have alternative paths for packet to propagate,
- modification on moqjs is hacky
- sender needs to properly queueing video frame objects
- sender needs to manage sessions by subscription, much overhead and code struc change (if we send one video frame per stream, we donot need to care which subscription it belongs, but we wanna send all delta frames into one stream that belongs to a specific subscription, we need to manage that)
- time constraints