gpt4 book ai didi

iphone - 从 URL 播放 MPMoviePlayerController 中的视频?

转载 作者:行者123 更新时间:2023-12-03 19:16:10 25 4
gpt4 key购买 nike

我正在尝试在 MPMovieplayer 的帮助下播放来自 URL 的视频,MPMovieplayer 将其加载到 Quicktime 播放器中,而我希望视频仅在我的应用程序中播放(无后台模式)?我怎样才能做到这一点?可以在 UIWebview 而不是 MPMoviePlayer 中播放视频吗?另外,当 QuickTime Player 加载时仅播放音频而不显示视频?我正在使用以下代码

NSString *videoFilepath = @"http://www.migital.com/Hemant/1.3gp";

NSURL *videoURL = [NSURL URLWithString:videoFilepath ];

MPMoviePlayerViewController *movie = [[MPMoviePlayerViewController alloc] initWithContentURL:videoURL];

[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(playbackFinishedCallback:)
name:MPMoviePlayerPlaybackDidFinishNotification
object:movie];

[self presentMoviePlayerViewControllerAnimated:movie];

最佳答案

您必须将 movie.view 添加到您的 View

关于iphone - 从 URL 播放 MPMoviePlayerController 中的视频?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3853637/

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