| Code-Review | +1 |
I think this is pretty good. Would you also be willing to add a test for it to //media/filters/chunk_demuxer_unittest.cc
I think all you'd need to do is take the last media segment ts file from the bug, add it to //media/test/data (should be fine, it's not copyrighted), and then append it all in the test and assert that the buffered ranges are correct. If I'm correct, the old broken ranges should be "[0 -> 1.875]" and the new, correct ranges should be "[0 -> 2.170655]".
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Also you're external, so you'll need a second +1. Dale's out so over to Eugene too.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I think this is pretty good. Would you also be willing to add a test for it to //media/filters/chunk_demuxer_unittest.cc
I think all you'd need to do is take the last media segment ts file from the bug, add it to //media/test/data (should be fine, it's not copyrighted), and then append it all in the test and assert that the buffered ranges are correct. If I'm correct, the old broken ranges should be "[0 -> 1.875]" and the new, correct ranges should be "[0 -> 2.170655]".
thanks, I have added the asset and the test case ChunkDemuxerTest.HlsEndOfStreamFlush. please review them when available.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |