MMPlayerView
MMPlayerView copied to clipboard
Download/streaming speed & bandwidth
Is possible to get download/streaming speed & bandwidth?
I only provide percent, you need more information ??
How to display the percentage? I mean like what is the callback?
Example 'DetailViewController'
fileprivate func addDownloadObservation() {
guard let downloadURL = self.data?.play_Url else {
return
}
downloadObservation = MMPlayerDownloader.shared.observe(downloadURL: downloadURL) { [weak self] (status) in
DispatchQueue.main.async {
self?.setWith(status: status)
}
}
}
What if the video are taken from the internet instead of preloaded in the asset? Is it possible to capture the streaming speed for it?
I only provide percent, you need more information ??
can request for speed & bandwidth?