mangui / flashls

HLS Flash Plugin/Player (Chromeless,OSMF,FlowPlayer,mediaelement.js,video.js,Clappr)
http://www.flashls.org
Mozilla Public License 2.0
751 stars 264 forks source link

Subtitles are missing... #605

Open PeterRRadkov opened 4 years ago

PeterRRadkov commented 4 years ago

Hi! I'm trying to display subtitles using this plugin. My m3u8 data is (for instance):

EXTM3U

EXT-X-VERSION:3

EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="Bulgarian",FORCED=NO,AUTOSELECT=YES,URI="subtitlelist_lbul_w1710032839.m3u8",LANGUAGE="bul"

EXT-X-STREAM-INF:BANDWIDTH=3874784,CODECS="avc1.640029,mp4a.40.2",RESOLUTION=1280x688,SUBTITLES="subs"

chunklist_w1710032839.m3u8

But the player does not display any subtitles.

The main file works fine.

Other player (Clappr) works ok with this m3u8 -- what could be the issue?

I'm using Strobe player.

Thanks.