Quantcast
Channel: Kaltura - Latest topics
Viewing all articles
Browse latest Browse all 2994

Play and Pause are not working with custom control buttons as expected in iOS

$
0
0

@gudkesh_kumar wrote:

I am trying to play and pause the video using custom button. But its not working as expected. The actions are not performed instantly. Even it continue to play after pausing the video.

My code is given below.

        self.playerViewController.kPlayer.play()
        self.playerViewController.kPlayer.pause()

another approach

self.playerViewController.kPlayer.pause()
self.playerViewController.kPlayer.play()

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 2994

Trending Articles