Listen to a shoutcast with Android

前端 未结 3 1389
心在旅途
心在旅途 2020-12-02 13:56

since quite some time I\'m trying to listen to .pls files (shoutcasts). I have to say that I failed horrible. Since StreamFurious can do it it must be possible. First I tri

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 14:40

    You can try these resources:

    Shoutcast streaming

    http://ostermiller.org/shoutgrab/

    http://code.google.com/p/streamscraper/

    http://code.google.com/p/castor-streamer/

    http://mp3imagetagextr.sourceforge.net/ShoutcastPlsDownloader/index.html

    From what I can tell, you may need to handle the PLS download (via HTTP if I understand correctly) and parsing yourself, but you can then hand the actual audio stream URLs to MediaPlayer for playback. Assuming those streams are within specifications (and not all are), Android should be able to play them back. But I am not a Shoutcast expert by any means.

提交回复
热议问题