IntelliJ Java IDE
The moose likes Java in General and the fly likes How to Play Streaming mp3 File Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How to Play Streaming mp3 File" Watch "How to Play Streaming mp3 File" New topic
Author

How to Play Streaming mp3 File

Chinthaka Manathunga
Greenhorn

Joined: May 26, 2011
Posts: 8

Hi,

I want to play mp3 file from remote server. Can anyone help me ?

B.Sc / SCJP 1.4 / SCWCD 5 / SCBCD 5 / SCMAD 1.0 / SCEA (Preparing)
Rob Spoor
Saloon Keeper

Joined: Oct 27, 2005
Posts: 18374

JLayer allows you to create a Player (or AdvancedPlayer) from an InputStream. That should work. Other MP3 playing libraries may have similar optionality.
However, keep in mind that if the connection is slow, the player will either have to pause regularly or perhaps even throw an exception. Perhaps you'd like to add some form of buffering in yourself if you encounter any problems.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 3221

JavaFX 2.0 also supports MP3 playback.
http://docs.oracle.com/javafx/2.0/media/overview.htm#sthref4

edit: and the next page http://docs.oracle.com/javafx/2.0/media/simpleplayer.htm


luck, db
There are no new questions, but there may be new answers.
 
 
subject: How to Play Streaming mp3 File
 
Threads others viewed
About MP3
read MP#
How to play mp3 file from a servlet
How convert mp4 audio to mp3 on the fly (at runtime)?
how to play mp3 file from its byte array in applet using java api?
MyEclipse, The Clear Choice