sampotts/plyr

Captions with Shaka Player

Open

#750 opened on 2018年1月5日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)JavaScript (25,318 stars) (2,856 forks)batch import
Help WantedImprovementStreaming

説明

using shaka player I couldn't add a track to player nor manually neither programmatically.

Manually

placing <track src="src" kind="subtitles" > inside <video>

Programatically

using shaka player addTextTrack(uri, language, kind, mime, opt_codecopt, opt_labelopt) method

In both ways, the vtt file is fetched from the server but it doesn't show anything. using first method cause a cc icon appear next to the volume control but it doesn't do anything.

コントリビューターガイド

Captions with Shaka Player · sampotts/plyr#750 | Good First Issue