Reputation: 1
Have been researching the best way to tap into a live stream already being broadcast by S4C here -
mms://media7.unique-media.com/s4c_uk_live (will open in something like quicktime)
Need to know best practices to get this streamed to iPhone in development.
Any pointers?
Upvotes: 0
Views: 1148
Reputation: 1429
You will need to take a look HTTP Live Streaming Overview document for the full outline of the specs needed to do live iPhone streaming. Basically, MMS isn't going to work and you will need to implement the adaptive HTTP protocols/segments required by the iPhone.
Upvotes: 2