search for: zenzel

Displaying 4 results from an estimated 4 matches for "zenzel".

Did you mean: menzel
2009 Mar 16
2
iPhone patches question
...y to the stream (icecast.server/stream.mp3). 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. Thanks, Christopher Zenzel
2009 Mar 17
1
iPhone patches question
...ing an AJAX >"poller" 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! > >Ed >On Mon, Mar 16, 2009 at 2:11 PM, Christopher Zenzel ><<mailto:czenzel at me.com>czenzel at me.com> wrote: >Hi Bob, > >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 &...
2009 Mar 17
0
iPhone patches question
...istopher suggests about having an AJAX "poller" 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! Ed On Mon, Mar 16, 2009 at 2:11 PM, Christopher Zenzel <czenzel at me.com> wrote: > Hi Bob, > > 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 g...
2008 Nov 29
0
Icecast Streaming to an iPhone or iPod touch
...the server. I did modify the original patch from the mailing list to include user agent switching for CoreMedia vs. other browsers. Please let me know how it works. I have been streaming a local weather radio on Icecast with the iPhone patch (attached) has been working great! Thanks, Christopher Zenzel --- src/format.c 2008-04-19 23:24:30.000000000 -0400 +++ src/format.c 2008-11-29 15:50:59.000000000 -0500 @@ -280,12 +280,32 @@ avl_node *node; ice_config_t *config; + /* Partial hack, check for range and user agent in this function */ + const char *useragent; + useragent = ht...