iPhone 视频跟踪应用程序
我计划开发一个 iPhone 应用程序,但我是 iPhone 开发的新手,在我动手之前想知道它是否可以完成。
这将是一种特殊的浏览器,可以运行任何网站,但它将在那些以某种方式播放音频/视频的网站上激活。假设他们在我的应用程序中打开 MyVideoSite.com。该网站有很多 Flash 视频,应用程序可以在不知道 URL 或其他任何信息的情况下下载视频吗?假设页面上的对象是 YouTube 嵌入代码,或者如果不是 YouTube 但类似。
我只需要确保该应用程序是否可以充当音频/视频网站的沙箱,以便它可以从网站下载音频/视频?
I plan to develop an IPhone app but I am newbie to Iphone development and wonder if it can be done or not before I get my hands on it.
The will be a kind of special browser which can run any site but it will be activated on those site which plays audio/video somehow. Let's say they open up MyVideoSite.com in my app. The website has many flash videos and can app download the video without knowing URL or anything? Say the object on the page is youtube embedded code or if not youtube but similar.
I just need to make sure if the app can act as a sandbox for audio/video sites so it can download audio/videos from websites anyhow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我了解您想要扫描页面以查找视频内容并下载这些视频。
这是一种方法:
FFMPEG 使用 GPL 许可证的操作,但只要二进制文件未合并到您的程序中,您就不必分发源代码。请参阅 http://www.gnu.org/licenses/gpl-faq.html# GPLIn专有系统
I understand that you want to scan the page for video content and download those videos.
Here is one way to do it:
FFMPEG uses the GPL license but as long as the binary is not combined into your program you don't have to distribute your source. See http://www.gnu.org/licenses/gpl-faq.html#GPLInProprietarySystem