Is that possible to stream mms,ASX,RTSP stream on iPhone?
问题 I am developing one music streaming application. I can stream mp3 using a method described here. Does anybody know approach to stream other formats(ASX, RTSP or mms) using Core Audio or other framework. Thanks in advance. 回答1: mms, ASX, and RTSP are historically somewhat proprietary protocols (by microsoft and real, in particular), so you may have trouble finding an official apple implementation. There's a LGPL implementation of the mms protocol here: https://launchpad.net/libmms Or you can