标签: ios avplayer
有时在AVPlayer中播放视频时,原始URL(传递到AVPlayer(url:)或AVURLAsset(url:)的URL)将重定向到实际URL。
AVPlayer(url:)
AVURLAsset(url:)
例如: https://example.com/video/latest.m3u8 => https://example.com/video/123456.m3u8
https://example.com/video/latest.m3u8
https://example.com/video/123456.m3u8
AVPlayer自动跟随重定向,这很棒。但是如何获得最终的URL?
我检查了一下,AVPlayer.currentItem.asset内的URL是原始。
AVPlayer.currentItem.asset