shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

Question: Any planned shaka-player update on embedded side? #242

Open axoloto opened 1 year ago

axoloto commented 1 year ago

Hi @joeyparrish,

I was wondering if Shaka's team is planning a shaka-player.js update on embedded side? Currently shaka-player-embedded points to shaka-player v2.5.16 which is 2yo.

I read your announcement posted in January about Shaka changes, so I understand your focus might have changed but your C++ wrapper is really amazing and I'm sure many people would be glad if you update it once in a while!

Thanks a lot for the good work!

joeyparrish commented 1 year ago

We're not active on this project at the moment. Please feel free to send a PR for the update or volunteer to become a maintainer!

axoloto commented 1 year ago

Okay I see, thanks for your answer. I will check if my work is clean enough to go into a PR.

Also, do you think it is doable to extend your C++ wrapper to support both Windows and Android platforms, given some work? I don't see any real true blocker but I am not familiar with gn meta-build system framework and v8.

joeyparrish commented 1 year ago

It should be possible to port to other systems. This was designed to be ported to other systems, but we only ever had the resources and mandate to work on iOS ourselves.