0

I'm studying HTTP Live streaming and I think I need .ts and the segment tool "mediasegmenter" but I can't find this tool on developer.apple.com

The only tool I could get was MakeRefMovie.

I've already searched https://developer.apple.com/streaming/.

Is MakeRefMovie the tool what I'm looking for? Then How can I seperate media file to chunk?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Ryan
  • 4,799
  • 1
  • 29
  • 56
  • OK, Now I figured out why I couldn't the tool. My developer enrollment is pending. =) I guess I will be able to download the tool after I pay for the enrollment. – Ryan Apr 23 '12 at 04:54
  • Possible duplicate of [Where are MAC OSX HTTP Live Streaming Tools](https://stackoverflow.com/questions/7106790/where-are-mac-osx-http-live-streaming-tools) – Cœur Jul 11 '19 at 05:44

2 Answers2

0

If you prefer freedom, you can use this: https://github.com/carsonmcdonald/HTTP-Live-Video-Stream-Segmenter-and-Distributor

It serves the same purpose as Apple's mediasegmenter, but is free and cross platform.

vipw
  • 7,593
  • 4
  • 25
  • 48
0

It is explained at https://developer.apple.com/documentation/http_live_streaming/about_apple_s_http_live_streaming_tools along with the description of the tools:

  1. You go to https://developer.apple.com/streaming/
  2. You follow the download link to https://developer.apple.com/download/more/?=HLS.

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267