我要玩一個視頻鏈接:www.mysite.com/iphone/video.mp4IOS 5 - 如何播放視頻與web網址
我使用的iOS5和的MPMoviePlayerController我試着用下面的代碼但它只顯示黑色頁面:
MPMoviePlayerController *player=[[MPMoviePlayerController alloc]initWithContentURL:[NSURL URLWithString:@"http://www.mysite.com/iphone/video.mp4"]]; [[player view] setFrame:[self.view.bounds]]; [self.view addSubview:[player view]]; [player play];
是否有可能通過網址鏈接播放視頻?我有很多的視頻,所以我不希望把他們在我的項目,所以我需要從網絡播放
@Edit:我用例子做了它所使用流,但解決我的問題,因爲apple's developer site
我使用網址。感謝所有答案
檢查視頻存在與否對URL要從 – Mangesh
取我嘗試使用的URL:http:/ /www.ebookfrenzy.com/ios_book/movie/movie.mov但不能播放 – ercan
呃ercan,你有解決方案b'cos im面臨同樣的問題(無法播放視頻使用w eb網址)。如果你有答案,那麼請分享哪些對我們有用。感謝 – Priyanka