webtorrent / webtorrent-cli

WebTorrent, the streaming torrent client. For the command line.
https://webtorrent.io
MIT License
1.14k stars 129 forks source link

Airplay Subtitles #269

Open skalg opened 9 years ago

skalg commented 9 years ago

I cannot get subtitles to work on my Apple TV. I've tried srt, vtt, and i get nothing.

Thanks

feross commented 9 years ago

Support may need to be added to airplay-js. I'm not sure if subtitles are already supported or not.

And we'll need to add support in webtorrent, but that part should be easy.

feross commented 7 years ago

This issue should be filed in webtorrent-cli now that that is a separate package.

If someone's looking to fix this, I suggest switching the cli to use https://www.npmjs.com/package/airplayer by @watson since that's what WebTorrent Desktop uses now.

deamme commented 7 years ago

@feross airplayer by @watson doesn't fix the subtitles issue though?

feross commented 7 years ago

No -- it's unrelated. I just think it'd be better to have the CLI using the same package as the Desktop app.