开发者

Is it possible to use MMS to stream Internet radio in Android?

开发者 https://www.devze.com 2022-12-16 19:01 出处:网络
Is possible to play an Internet radio stream in Android? And since most of the Internet radios use MMS to开发者_高级运维 stream their content is that possible using Android? Look at this page about au

Is possible to play an Internet radio stream in Android? And since most of the Internet radios use MMS to开发者_高级运维 stream their content is that possible using Android?


Look at this page about audio, video and streaming on Android.

This simple examples was extracted from this page. It creates an instance of media player, set the data source (stream location) and starts the communication.

MediaPlayer mp = new MediaPlayer();
mp.setDataSource(PATH_TO_FILE);
mp.prepare();
mp.start();


I use an app called "Cherry Rplayer" for radio streaming on my Android phone. It allows you to stream to custom stations as well as pick anything from the built-in Shoutcast and Icecast directory browsers. You can also see the other apps from the developers, they have apps for custom mms streams, etc...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号