| View previous topic :: View next topic |
| Author |
Message |
Parthasarathi
Joined: 13 Oct 2009 Posts: 2
|
Posted: Tue Dec 01, 2009 11:03 am Post subject: Regarding audio Streaming |
|
|
Dear All,
I have deployed my jsp application in apache tomcat server.Its working fine.In my web page I have displayed a images in table.If u click the image that time i will pass the network file path like \\x.x.x.x\foldername\filename.mp3.I attached the embed tag in html or jsp file.Its opening and playing in Windows Media Player.Now I need to play the mp3 via streaming like youtube audios buffering kind of.Anyone know Please help me.
Regards,
P.Parthasarathi |
|
| Back to top |
|
 |
DJ-Zath

Joined: 11 Feb 2009 Posts: 155 Location: Western Illinois - USA
|
Posted: Tue Dec 01, 2009 12:05 pm Post subject: |
|
|
thats simular to what I have done...
However, what I did was to write code in an eggdrop to read and parse the icecast admin report.. then using that to drive logic to switch in images and streams..
getting Windows Audio to play .mp3 is kinda of a (whats the word here?) kundrum!
WMP doesn't play .mp3 files natively, so you had to write special code/envirement for this task.. as I had to.. I also had to write a different envirement altogether just for the mp3 and other formats respectively
I hope this helps.. I'm not sure what you were asking for.
-DjZ-
 |
|
| Back to top |
|
 |
|