Reputation: 1
like this question but in iOS. Is there a way to get LibVlc loaded buffer percentage?
Upvotes: -1
Views: 740
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
Reputation: 1831
This is currently not implemented in VLCKit. It will appear in a future update, probably next year.
Upvotes: 0