HTTP Live Streaming Broadcast

Posted by user761389 on Server Fault See other posts from Server Fault or by user761389
Published on 2013-10-24T09:09:37Z Indexed on 2013/10/24 9:58 UTC
Read the original article Hit count: 191

Filed under:
|
|
|

I'm designing an app for streaming video from a device (e.g. iPhone) via a server to one or more devices and have been researching Apples HTTP Live Streaming protocol. One thing that isn't clear is whether it is possible to stream live video (with audio) to the server and then have it streamed simultaneously in real time to the client devices. From reading the documentation and technical notes from Apple it seems like the index file needs to be created before the segmented video files can be served to a client. Is this right? If so maybe HTTP Live Streaming isn't suitable in this case, what other technologies or software should I consider?

Thanks

© Server Fault or respective owner

Related posts about http

Related posts about streaming