-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Subtitles on Chromecast #530
Milestone
Comments
Yep, we can support this. |
Started digging a little bit to see if I can implement this easily and found out the following:
Thoughts? |
|
Are you talking about extending it from within webtorrent's server ? Or do you want to extend it from webtorrent-desktop ? I can probably do something like server.prependListener('request', (req, res) => {
// try to convert srt here ?
}) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New subtitles feature works really well, thank you very much for that!
You think it's technically possible to have them show in Cast mode, at least for Chromecast ? From what I see the underlying lib should support it, right? (https://github.com/mafintosh/chromecasts#playersubtitlestrack-cb)
The text was updated successfully, but these errors were encountered: