-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it support subtitles ? #14
Comments
This was a feature I wanted to test, but I didn't have access to any subtitle tracks (and no general knowledge about how subtitles work / how to generate / etc). We're probably missing a small piece of code that enables them. Have you tried on android and ios? (there's a tiny chance that one of them already has the subtitle logic.) If not, I think this shouldn't be too hard to add. I don't have to time to get the project to build and test right now, but if you are interested in doing it, I can provide some guidance possibly. The first step would be confirming that your javascript works on a regular desktop chrome browser. (I'm guessing you have done that already.) |
at first, I have doubted this issue may be related to CORS but i think it's excluded now :)
I'm currently on android using ionic framework, did you have any other logic can help??
I'm really intersting to figure out this issue but i'm not have a large experience for something like that due to my limitation anaway just let me know what do as possible as i can :) |
@megasto If you are still looking for this feature (or for any other folks that may come along) I implemented this for Android builds in my forked version of this plugin. https://github.com/pdille/cordova-plugin-chromecast While it could be refactored slightly, it works for my needs and anyone else is welcome to use it. |
Thank you @pdille you are my hero, |
hi, thank you @Lindsay-Needs-Sleep for handling this plugin
I'm just coming to ask if this plugin support subtitle??, trying a lot of tricks to make it work, but still nothing, the subtitle didn't show
my console log for [this.castMedia] :
code using for
The text was updated successfully, but these errors were encountered: