Chamnan
Chamnan

Reputation: 1

how to get buffer percent of MobileVLCKit?

like this question but in iOS. Is there a way to get LibVlc loaded buffer percentage?

Upvotes: -1

Views: 740

Answers (2)

Aalok Prajapati
Aalok Prajapati

Reputation: 3

try this lines of code and check your debug log its showing buffer percentage.

videoPlayer.libraryInstance.debugLogging = true
videoPlayer.libraryInstance.debugLoggingLevel = 3

Upvotes: 0

feepk
feepk

Reputation: 1831

This is currently not implemented in VLCKit. It will appear in a future update, probably next year.

Upvotes: 0

Related Questions