gpt4 book ai didi

ios - Http直播: Forcing MPMoviePlayerController to pack headers in the http requests

转载 作者:行者123 更新时间:2023-11-29 11:21:43 25 4
gpt4 key购买 nike

我正在使用 Http Live Streaming 将视频从服务器流式传输到 iPhone。我需要在手机发送到服务器的 http 数据包中设置某些 header 。

对于常规数据包,以下代码就足够了:

NSMutableURLRequest* request = [[[NSMutableURLRequest alloc] initWithURL:url]
autorelease];
[request setValue:VALUE forHTTPHeaderField:@"Field You Want To Set"];

遗憾的是,我没有为 MPMoviePlayerController 找到类似的 API。换句话说,我如何强制 MPMoviePlayerController 在用于与服务器通信的 http 数据包中设置某些 header ?

最佳答案

我认为设置 cookie 可能会解决您的问题。请查看 NSHTTPCookie 和 NSHTTPCookieStorage 的文档。

关于ios - Http直播: Forcing MPMoviePlayerController to pack headers in the http requests,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6763325/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com