Where can I download the "media server" from Apple

I am creating an AV application that will eventually download to a remote server, and you will need this segment to convert the live AV channel to files for buffering and downloading.

Also: Any ideas for a better approach are welcome.

+4
source share
3 answers

Apple's documentation reads, "One way to get to the tools is to log in to developer.apple.com and then use the search feature."

Fortunately, I found an easier way. Spoiler, you need to be a registered apple developer:

1) Go to https://developer.apple.com/

2) Go to the member center and log in

3) Click "SDK"

4) Find the "HTTP Live Streaming" link in the "Media" section

There will be a link on this page that will take you to the download page.

+3
source

It looks like you can extract the old version from update 10.6.8:

http://www.ivanexpert.com/blog/2011/12/airplay-on-a-mac-play-any-video-through-your-apple-tv/

+2
source

Here is the official download link for Apple's HTTP Live Streaming Tools. https://developer.apple.com/download/more/?=http%20live%20streaming%20tools

This download includes:

  • mediafilesegmenter
  • mediastreamsegmenter
  • mediastreamvalidator
  • mediasubtitlesegmenter

It was found on this page on the right side when loading.

0
source

Source: https://habr.com/ru/post/1413805/


All Articles