Upload live streaming video from iPhone like Ustream or Qik

后端 未结 3 1590
既然无缘
既然无缘 2020-11-29 14:55

How to live stream videos from iPhone to server like Ustream or Qik? I know there\'s something called Http Live Streaming from Apple, but most resources I found only talks a

3条回答
  •  無奈伤痛
    2020-11-29 15:37

    I'm not sure you can do that with HTTP Live Streaming. HTTP Live Streaming segments the video in 10 secs (aprox.) length, and creates a playlist with those segments. So if you want the iPhone to be the stream server side with HTTP Live Streaming, you will have to figure out a way to segment the video file and create the playlist.

    How to do it is beyond my knowledge. Sorry.

提交回复
热议问题