Skip to content

Windows Runtime Component which creates fast-start enabled videos in your UWP Apps

Notifications You must be signed in to change notification settings

georgechond94/qt-faststartUWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qt-faststartUWP

Windows Runtime Component which creates fast-start enabled videos in your UWP Apps.

MP4 files can't be streamed over the web until the whole file is downloaded locally. Qt-faststart adjusts the MP4's metadata to allow for web players or even the UWP MediaElement to play them right away, while it progressively downloads. Based on qt-faststart tool by ffmpeg library.

##How to use

Simply clone the repo locally, build it and add reference to that from your project. Then use the QtFaststart class as below:

    QtFaststart qt = new QtFaststart();
    qt.EncodeVideoFileFromUri(storageFile.Path); //The path to the video file.

And that's it! Your video file is ready to be streamed over the web.

About

Windows Runtime Component which creates fast-start enabled videos in your UWP Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published