gpt4 book ai didi

iphone - 在线播放视频

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

如何播放在线链接中的视频?就像流媒体视频一样。我正在使用 MPMoviePlayerController 套件。我用在线链接替换了电影网址。视频的模态视图 Controller 来了但突然消失了。为什么会这样?使用的URL是http://www.eesnap.com//medias//609f34c870721d57c65356c79c5304fc.mov

谢谢拉克什

最佳答案

只需使用 NSUrlinit 媒体 Controller 即可:

MPMoviePlayerController *moviePlayerController = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL URLWithString:@"http://www.youtube.com/watch?v=asCwv6_YN7A&feature=g-vrec&context=G2e345b5RVAAAAAAAAAw"]];
[self.view addSubview:moviePlayerController.view];
moviePlayerController.useApplicationAudioSession = NO;
moviePlayerController.fullscreen = YES;
[moviePlayerController play];

如果它突然消失,我怀疑视频有问题,而不是代码有问题,比如它是一个空视频(size-0)或其他东西。我尝试在浏览器中打开您提供的链接,但无法播放!这应该是您服务器的视频问题...

关于iphone - 在线播放视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9991648/

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