Skip to content

The VidiCore QC Theme is an application designed to visualize how a QC workflow can be built using VidiCore together with the Baton QC service in VidiNet. The application contains functions for uploading media files to VidiCore, starting QC jobs for files under VidiCore management, viewing QC results as timecoded metadata in the video player tim…

License

Notifications You must be signed in to change notification settings

vidispine/qc-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VidiCore QC Theme

See Knowledge Base for more information on the initial setup.

Quick Start

Clone the repository and navigate to the root. Start the application by running:

yarn install
yarn start

Then open http://localhost:3000/ to see your app. Any change made to the code will automatically update the application.

Build

Compile the application locally.

yarn build

Enable S3 CORS Policy

This must be set on the S3 bucket to allow playback of media using signed URLs.

<CORSConfiguration>
 <CORSRule>
   <AllowedOrigin>http://localhost:3000/</AllowedOrigin>
   <AllowedMethod>GET</AllowedMethod>
 </CORSRule>
</CORSConfiguration>

About

The VidiCore QC Theme is an application designed to visualize how a QC workflow can be built using VidiCore together with the Baton QC service in VidiNet. The application contains functions for uploading media files to VidiCore, starting QC jobs for files under VidiCore management, viewing QC results as timecoded metadata in the video player tim…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages