Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Audio stream metadata

I was wondering if it is possible to read the metadata from an audio stream using Titanium.Media.AudioPlayer, or maybe there is module that allows for this?

— asked December 1st 2010 by Thomas Bensmann
  • audio
  • metadata
  • stream
  • titanium.media.audioplayer
0 Comments

3 Answers

  • I got the same problem? Any progress?

    — answered January 21st 2011 by Marc Bender
    permalink
    1 Comment
    • Nope, nothing. However, a "solution" is to fetch information from a feed.

      — commented January 24th 2011 by Thomas Bensmann
  • Has anything changed here?

    — answered June 20th 2011 by Thomas Bensmann
    permalink
    0 Comments
  • The famous Matt Gallagher Audio Streamer Class, which is used by Appcelerator and many others, to stream Shoutcast on iOS has a fork at https://github.com/DigitalDJ/AudioStreamer which can fetch metadata of the current artist and title from a Shoutcast stream as the demo shows. BUT - how one would be able to integrate it into an Appcelerator project is another matter.

    Matt's class is contained in build's of iOS projects (look in build->Classes->AudioStreamer) but you'd need to be adapt at Objective-C to be able to hack the DigitalDJ AudioStreamer class and expose the required output to Appcelerator's AudioPlayer.

    An interesting project for someone!

    — answered July 19th 2012 by Patrick Mounteney
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.