feat(android): add subtitle event (#3566)
* feat: add onCues method to get access to subtitle content
This commit is contained in:
@@ -120,15 +120,14 @@ class VideoPlayer extends Component {
|
||||
description: 'another bunny (can be saved)',
|
||||
uri: 'https://rawgit.com/mediaelement/mediaelement-files/master/big_buck_bunny.mp4',
|
||||
},
|
||||
];
|
||||
|
||||
srcIosList = [
|
||||
{
|
||||
description: 'sintel with subtitles',
|
||||
uri: 'https://bitmovin-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
|
||||
},
|
||||
];
|
||||
|
||||
srcIosList = [];
|
||||
|
||||
srcAndroidList = [
|
||||
{
|
||||
description: 'Another live sample',
|
||||
|
Reference in New Issue
Block a user