Wednesday, August 14, 2019

Using media source extensions in c++ code

Say, you have bare js-engine or nodejs embedded into your application and you want the mse support for it. You can do this reusing webkit code.

 these guys added support of mse in webkit http://eocanha.org/blog/2016/02/18/improving-media-source-extensions-on-gstreamer-based-webkit-ports/. the idea is to wrap webcore internal classes and expose them to your app. look at code for more info.

1 comment: