As of right now, you are out of luck in terms of instream metadata with the embedded quicktime player that&#39;s distributed with the iphone OS.  As Christopher says, there are many ways to get the same effect, but they ALL require you to build custom iPhone apps.  There are a whole mess of radio apps out there, and they are all pretty similar, and NONE of them use the embedded quicktime object.<div>
<br></div><div>The icecast patch that I wrote (and Christopher extended) just worked at a HTTP header/response level to pretty much &quot;pretend&quot; to be a &quot;progressive download&quot; server, which is the only type of streaming supported by the iphone quicktime object.  It works great for certain cases, but falls a bit short in others.</div>
<div><br></div><div>Another nice thing (NOT) about the quicktime object is that it&#39;s fullscreen and doesn&#39;t work in anything but, which means that you can&#39;t use the technique Christopher suggests about having an AJAX &quot;poller&quot; for the metadata because if you are using the quicktime object, it takes up the entire screen and you have no ability to change it or change any of the text that it displays.  Thank you Apple!<br>
<br></div><div>Ed<br><div class="gmail_quote">On Mon, Mar 16, 2009 at 2:11 PM, Christopher Zenzel <span dir="ltr">&lt;<a href="mailto:czenzel@me.com">czenzel@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Bob,<br>
<br>
I am thinking that metadata could be streamed to the iPhone with some additonal work. There are some possible methods including wrapping a custom interface (either a Web App or iPhone SDK App) to check with a server script to grab metadata and display it as its streaming the Icecast MP3 Format.<br>

<br>
For example:<br>
<br>
There would be two domains such as icecast.server and metadata.server on the Internet. The icecast.server runs the latest Icecast release version with the iPhone patches. The metadata.server would run a script that can check for metadata either from a database or the Icecast server to display in a XML format.<br>

<br>
Then a display page such as web.server/display.php/htm would contact the metadata server and display its information and have an embeeded CoreMedia or Quicktime Player to play the stream from the actual icecast server.<br>

<br>
With the use of AJAX or automated checking in the page, you could check the metadata server&#39;s script every 3-25 seconds to return XML to be displayed such as:<br>
<br>
&lt;metadata&gt;&lt;title&gt;Stream Title&lt;/title&gt;&lt;song&gt;A Song&lt;/song&gt;&lt;artist&gt;An Artist&lt;/artist&gt;&lt;/metadata&gt;<br>
<br>
and display it with the XMLHTTPRequest object that both the iPhone and Desktop Safari provides...<br>
<br>
The built in Safari and Quicktime Player may be limited by certain things to prevent it from showing metadata on screen. The goals of the patches that I posted allow direct streaming on the iPhone without any additonal applications. You would need to point the browser or quicktime player directly to the stream (icecast.server/stream.mp3).<br>

<br>
There are some players such as WunderRadio on the App Store that allow custom URLs and support metadata without modification of the Icecast or Windows Media servers to support the iPhone. The WunderRadio app costs about 5-6 dollars.<br>

<br>
Thanks,<br>
<font color="#888888">Christopher Zenzel<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Icecast-dev mailing list<br>
<a href="mailto:Icecast-dev@xiph.org">Icecast-dev@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast-dev" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast-dev</a><br>
</div></div></blockquote></div><br></div>