While watching a video completely without moving forward, once the video is completed, a replay icon is displayed at bottom and a play icon on the top of the video screen. Now tapping on this video icon does not play the video.
This issue is happening after taking the latest update via cocoa pods ios.
Please suggest some solution
elizas
June 16, 2016, 10:05pm
2
Hey @shubhendu_shukla ,
I can’t reproduce it on my side maybe you can attach a demo?
Thanks,
Eliza
I am facing same problem. Any solutions? I am using Xcode 8 and swift 3. Following is the code:-
if (player == nil) {
// Account Params
let config = KPPlayerConfig(server: “http://cdnapi.kaltura.com ”, uiConfID: “24096301”, partnerId: “1742401”)
config?.entryId = "0_ijgtnbzq"
config?.cacheSize = 0.8
player = KPViewController(configuration: config)
player?.view.frame = playerContainerView.frame
player?.loadPlayer(into: self)
playerContainerView.addSubview(player.view)
}
elizas
October 29, 2016, 6:11pm
4
Hey @mauligulati ,
already answered on:
I am using Xcode 8 and Swift 3 and integrated Kaltura player. Following is the code:- if (player == nil) { // Account Params - 24096301 let config = KPPlayerConfig(server: "http://cdnapi.kaltura.com", uiConfID: "24096301",...
Best,
Eliza