Home > Archive > Java Help > March 2006 > Web Service for playing audio
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Web Service for playing audio
|
|
|
| Hello,
I'm trying to make a web service in java, that plays music. I tried
some coding using Weblogic 8.1 SP5 to create a JMF applet that is
supposed to stream the audio and play it on a website, but I haven't
been very successful. Can anyone please guide me? I'm having quite some
trouble to create a web service in the first place.
| |
| Roedy Green 2006-03-31, 7:03 pm |
| On 31 Mar 2006 11:13:01 -0800, "Isha" <i5ha@yahoo.com> wrote, quoted
or indirectly quoted someone who said :
>I'm trying to make a web service in java, that plays music. I tried
>some coding using Weblogic 8.1 SP5 to create a JMF applet that is
>supposed to stream the audio and play it on a website, but I haven't
>been very successful. Can anyone please guide me? I'm having quite some
>trouble to create a web service in the first place.
Browsers can play many audio formats. All they need is a plugin such
as Winamp or Windows media player. You problem reduces to delivering a
file, no different that serving vanilla HTML.
I would try solving that first before writing your own player.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
|
|
|
|
|