shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.

Home Page:https://shaka-project.github.io/shaka-packager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add WebVTT Mp4 To Mp4 Support

vaage opened this issue · comments

The packager does not support WebVTT MP4 input and WebVtt MP4 output. The WebVtt in MP4 output code is usable as it, but the WebVtt in MP4 input code won't pair-up with the output code as is. The problem is that the input media handler produces Media Samples but we need text samples in order for the rest of the pipeline to work.