Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone/iPad HTTP streaming library or server

Is there any available open-source (preferred) or commercial library for on-fly segmenting and streaming of video to iPhone / iPad?

Also, is there any open-source/commercial server (alternative to Wowza) which supports this?

like image 604
SyBer Avatar asked Dec 20 '10 11:12

SyBer


People also ask

What is HTTP live streaming protocol?

HTTP live streaming (HLS) is a widely used video streaming protocol that can run on almost any server and is supported by most devices. HLS allows client devices to seamlessly adapt to changing network conditions by raising or lowering the quality of the stream.


1 Answers

Apple offers mediastreamsegmenter:
https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html

You might also want to peek at Best Practices for Creating and Deploying HTTP Live Streaming Media for the iPhone and iPad:
https://developer.apple.com/library/content/technotes/tn2224/_index.html

There's also Darwin Streaming Server, but you may not need it.

like image 92
joshpaul Avatar answered Nov 15 '22 01:11

joshpaul