如何在JWPlayer播放列表中播放自定义索引?

时间:2019-05-14 07:12:45

标签: ios jwplayer playlist

我尝试加载播放列表(例如config.playlist = arrPlaylist),并且对我有用,

但是当我尝试从自己的播放列表播放customIndex时,它仅从startIndex播放

注意:我还添加了(playerJW.playlistIndex = iCurrentPlaylistIndex) 但不起作用

1 个答案:

答案 0 :(得分:0)

假设您在下面有JWPlayerController和UITableView或UICollectionView。 (类似YouTube的视图)

var player: JWPlayerController!

因此,只需在UITableView或UICollectionView中加载没有视频对象(数组)即可。

在didSelectedIndix上,只需应用player.stop,然后再次设置文件并播放。

config.file = "https://URL...."
player = JWPlayerController.init(config: config)
player.play()