You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringplaylistStr = "#EXTM3U" +
"#EXT-X-VERSION:3" +
"#EXT-X-MEDIA:LANGUAGE=\"eng\",AUTOSELECT=YES,FORCED=NO,TYPE=SUBTITLES,URI=\"https://foo.bar.com\",GROUP-ID=\"subtitles\",DEFAULT=YES,NAME=\"caption_1\"";
StringresultPlaylist = PlaylistFactory.parsePlaylist(PlaylistVersion.DEFAULT, playlistStr).toString(); // the uri will be in new line instead of uri param.
You need to differentiate between inline uri and newline uri when parsing the playlist.
Will open you a PR with a possible fix
Reproduce:
You need to differentiate between inline uri and newline uri when parsing the playlist.
Will open you a PR with a possible fix
Ishay.