Azure / azure-media-migration

Azure Media Migration Tool
https://github.com/Azure/azure-media-migration
MIT License
11 stars 15 forks source link

Workaround for missing chunks by duplicating the last available chunk #255

Open schuettecarsten opened 4 months ago

schuettecarsten commented 4 months ago

This is a workaround for missing chunks. Instead of simply ignoring the missing chunk, it uses the data from the latest available chunk one more time. Fixes one error from #251.

I've no idea if this is a valid/good approach, the generated assets work as expected.