我尝试加载播放列表(例如config.playlist = arrPlaylist
),并且对我有用,
但是当我尝试从自己的播放列表播放customIndex
时,它仅从startIndex
播放
注意:我还添加了(playerJW.playlistIndex = iCurrentPlaylistIndex)
但不起作用
答案 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()