美文网首页
AVPlayer添加请求头

AVPlayer添加请求头

作者: 白雪天枫 | 来源:发表于2018-07-06 14:59 被阅读100次

NSMutableDictionary * headers = [NSMutableDictionary dictionary];

RequestType = @"http://"

BaseUrl =@"video.haohaohao.com"  这个是你的header

    [headers setObject:[NSString stringWithFormat:@"%@%@",RequestType,BaseUrl]   forKey:@"Referer"];

    self.urlAsset = [AVURLAsset URLAssetWithURL:self.videoURL options:@{@"AVURLAssetHTTPHeaderFieldsKey" : headers}];

相关文章

网友评论

      本文标题:AVPlayer添加请求头

      本文链接:https://www.haomeiwen.com/subject/titbuftx.html