Writing an app to stream video to iPhone

后端 未结 6 747
北海茫月
北海茫月 2020-12-04 10:25

I\'m interested in creating an iPhone app that can stream video from a central server, YouTube style. I was wondering if anyone has ever tried to do this before, what is the

6条回答
  •  爱一瞬间的悲伤
    2020-12-04 11:13

    Apple has a detailed article about setting up server side for media streaming:

    https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html

    and Best Practices Note:

    https://developer.apple.com/library/content/technotes/tn2224/_index.html

    Not only it contains info about streaming service architecture and tools used to build it but also has some requirements to such kind of service that must be fulfilled and references to live test streams.

提交回复
热议问题