Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Streaming shoutcast streams % retreiving metadata

$
0
0

Hi, in my radio project I try to play streamed audios with Ti.Media.AudioPlayer. It works fine. Now I wish to display embedded meta data from stream like described in this page.

var player = require('mymodule').createAudioPlayer({
    allowBackground:true,
    icyMetaData:true
});
player.addEventListener('icymeta',function(_e){
    console.log(_e.title);
    console.log(_e.album)
 
})
My plan is to use the standard player from appcelerator and patch it. Is there an other solution?

Cheers!

Rainer


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>