gpt4 book ai didi

ios - 我想从iOS 7中的URL播放Dailymotion视频,但无法正常工作

转载 作者:行者123 更新时间:2023-12-01 18:59:16 26 4
gpt4 key购买 nike

我想从iOS 7中的URL播放每日动态视频,无法正常工作

NSString *urlString = @"http://www.dailymotion.com/video/xwxfk5";
NSURL *URL = [NSURL URLWithString:urlString];
NSData * data = [[NSData alloc] initWithContentsOfURL:URL];
NSString *str = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
DMPlayerViewController *mpWatchController = [[DMPlayerViewController alloc] initWithVideo:str];
mpWatchController.view.frame = CGRectMake(0,39,320,186);
[mpWatchController play];

最佳答案

您无法播放视频,因为您需要为播放器提供指向视频文件(例如,以.mov或.mp4结尾)的直接链接,而不是指向通过播放器托管视频的网页(如Dailymotion)的直接链接。

关于ios - 我想从iOS 7中的URL播放Dailymotion视频,但无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23931475/

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