Stream SHOUTcast in TVOS

Hi!

I would like to stream our Streamcast channel (http://eclipse.wavestreamer.com:8297/) in our new Apple Tv App.
I know it should work becouse i accidentally made work while playing with the code, but unfortunately erased my success on a update!

This is my current approach:


var playlist = new Playlist();

if(mediaType == "audio") {

var mediaItem = new MediaItem(mediaType);

mediaItem.URL = "http://eclipse.wavestreamer.com:8297/";

mediaItem.artworkImageURL = mediaImage;

...




Kind regards

Found the solution to try another link from the Shoutcast website.

Stream SHOUTcast in TVOS
 
 
Q