-
Notifications
You must be signed in to change notification settings - Fork 42
Support captions #14
Comments
Any way of configuring it to work with any kind of captions/subtitles as of now? But i'm not sure how to configure this to recocnise subtitles. All help is appreciated. |
It looks like other forks have gotten some WebVTT to work.
This appears in some of their Javascript sent to the chromecast. But Alas I haven't been able to get it to work for me. Would be nice if this was put in. Right now I'm hardcoding the subtitles :( |
@PyRo1509 Could you link the fork? I am working on captions and chromecast support too. Maybe we can help each other here. |
Still no merge of this feature ? How can I help ? |
I have managed to do this, will have a look at the code changes i have made and will get back to you. I have also improved the session management. |
Heres my fork https://github.com/ntamblyn/videojs-chromecast Just make sure you are not testing from a localhost as chromecast will experience CORs issues. |
I will try your repo. This one is not active anymore ? Have you make a PR ? |
Hi! Im the maintainer, but i dont have time to fix stuff because im very busy with other projects. If you guys want to make a PR, i'll review it of course and merge it! :) |
Made a PR |
@ntamblyn Thanks for your input =) @philipgiuliani Thanks for checking this out =) |
@DHoogland happy to help i am not sure what i have done is 100% correct , i have changed a few things as to fit with the session management and subtitles. Any feedback would be much appreciated . |
My understanding is the default Chromecast receiver supports captions (WebVTT). It would be great if this plugin exposed any captions set in the track element of the video tag to the Chromecast receiver.
The text was updated successfully, but these errors were encountered: