I have a windows 10 UWP app where I allow users to stream ism videos using Smooth Streaming Client SDK. This works without any problems.
Now I need to give users an option to download these videos so that they can play it offline. On a high level, I understand that the video and audio are stored as separate fragments of 1 second each.
So how do I download this video and make it in a playable format?