macos MAC OSX HTTP 实时流媒体工具在哪里
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7106790/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where are MAC OSX HTTP Live Streaming Tools
提问by psp1
I am trying to install mediastreamvalidator
, mediastreamsegmenter
, mediafilesegmenter tools
for my mac machine version 10.6.8.
我试图安装mediastreamvalidator
,mediastreamsegmenter
,mediafilesegmenter tools
为我的Mac机版本10.6.8。
As mentioned in below link about downloading required tools for development of Apple specified Http Live Server.
如以下链接中所述,有关下载 Apple 指定的 Http Live Server 开发所需的工具。
As above article says:
如上文章所说:
The tools are frequently updated, so you should download the current version of the HTTP Live Streaming Tools from the Apple Developer website. You can access them if you are a member of the iPhone Developer Program. One way to navigate to the tools is to log onto connect.apple.com, then click iPhone under the Downloads heading.
这些工具经常更新,因此您应该从 Apple Developer 网站下载当前版本的 HTTP Live Streaming Tools。如果您是 iPhone 开发人员计划的成员,则可以访问它们。导航到这些工具的一种方法是登录 connect.apple.com,然后单击下载标题下的 iPhone。
After logging in to site connect.apple.com with Mac OSX developer credentials,
under download heading there is no tab named iPhone, i am unable to find this link.
使用 Mac OSX 开发人员凭据登录站点 connect.apple.com 后,
在下载标题下没有名为 iPhone 的选项卡,我找不到此链接。
If these tools are stored else where can some one please provide me the updated link? I need these command lines for developing HLS server.
如果这些工具存储在其他地方,有人可以向我提供更新的链接吗?我需要这些命令行来开发 HLS 服务器。
As I read on Apple web site, Mac OSX version 10.6 and above have these applications pr-installed and we don't need to install them using dgm files, but on my max machine i have only mediastreamsegmenter command line tools not all of them.
正如我在 Apple 网站上看到的那样,Mac OSX 10.6 及更高版本已经预安装了这些应用程序,我们不需要使用 dgm 文件安装它们,但在我的最大机器上,我只有 mediastreamsegmenter 命令行工具,而不是全部。
Can some one please provide me a link to download these command line tools or provide information on how to get these applications installed on my mac.
有人可以给我一个链接来下载这些命令行工具或提供有关如何在我的 Mac 上安装这些应用程序的信息。
回答by Mark
As mentioned by Stuart, you must be a member of the iPhone Developer Program in order to access these tools via the http://connect.apple.comlink provided in the official documentation. More specifically, you must be a paid member. This fact caused me to lose several hours searching for the tools as I was a member of the iPhone Developer Program, but my annual membership had lapsed and the tools were consequently no longer available to me. What really got me was that the tools were still unavailable within the first few hours of renewing my membership. It took approximately 12 - 24 hours after I paid to renew my membership for them to show up in the list. Hope this helps someone down the road!
正如 Stuart 所提到的,您必须是 iPhone 开发者计划的成员才能通过官方文档中提供的http://connect.apple.com链接访问这些工具。更具体地说,您必须是付费会员。由于我是 iPhone 开发人员计划的成员,这一事实使我浪费了几个小时来搜索工具,但我的年度会员资格已经失效,因此我无法再使用这些工具。真正打动我的是,在我续订会员资格的最初几个小时内,这些工具仍然不可用。在我付费更新我的会员资格后,他们花了大约 12 到 24 小时才出现在列表中。希望这可以帮助有人在路上!
回答by Creeve
Here is a copy make from lastest version of HTTP Live Streaming Tools on ADC.
这是 ADC 上最新版本的 HTTP 实时流媒体工具的副本。
https://github.com/creeveliu/HTTPLiveStreamingTools
https://github.com/creeveliu/HTTPLiveStreamingTools
Download:
$ git clone https://github.com/creeveliu/HTTPLiveStreamingTools
下载:
$ git clone https://github.com/creeveliu/HTTPLiveStreamingTools
To install it, you just need to double-click the StreamingTools.pkg and follow the instructions.
要安装它,您只需双击 StreamingTools.pkg 并按照说明进行操作。
Once installed you will have these tools
安装后,您将拥有这些工具
/usr/local/bin/mediastreamsegmenter
/usr/local/bin/mediafilesegmenter
/usr/local/bin/mediasubtitlesegmenter
/usr/local/bin/variantplaylistcreator
/usr/local/bin/mediastreamvalidator
/usr/local/bin/hlsreport.py
/usr/local/bin/id3taggenerator
/usr/local/bin/mediastreamsegmenter
/usr/local/bin/mediafilesegmenter
/usr/local/bin/mediasubtitlesegmenter
/usr/local/bin/variantplaylistcreator
/usr/local/bin/mediastreamvalidator
/usr/local/bin/hlsreport.py
/usr/local/bin/id3taggenerator
回答by catapult
They seem to be well-hidden for whatever reason, but after a few wild goose chases, I found them.
无论出于何种原因,它们似乎都隐藏得很好,但经过几次疯狂的追逐后,我找到了它们。
You can start at the public-facing streaming page: https://developer.apple.com/streaming/
您可以从面向公众的流媒体页面开始:https: //developer.apple.com/streaming/
There is a "Downloads" link along the side. You'll be prompted to sign in to your Developer account, and then finally you get the actual download page here:
旁边有一个“下载”链接。系统会提示您登录您的开发者帐户,最后您会在此处获得实际的下载页面:
https://developer.apple.com/download/more/?=http%20live%20streaming%20tools
https://developer.apple.com/download/more/?=http%20live%20streaming%20tools