Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Direct Access of media through HTTP

Direct Access of media through HTTP

2004-06-18       - By Markus Fuchs

 Back
Reply:     1     2     3     4     5     6     7  

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body text="#000000" bgcolor="#FFFFFF">
Hi Thomas,
<p>For ways to hear music using a browser without downloading the whole
file from the server, please check
<p><A HREF="http://www.icecast.org">http://www.icecast.org</A>
<br><A HREF="http://www.shoutcast.com">http://www.shoutcast.com</A>
<br><A HREF="http://java.sun.com/products/java-media/jmf/">http://java.sun.com
/products/java-media/jmf/</A>
<br><A HREF="http://java.sun.com/products/java-media/sound/">http://java.sun
.com/products/java-media/sound/</A>
<p>Regards,
<p>-- markus.
<p>"Thomas Joseph (Jobi)" wrote:
<blockquote TYPE=CITE>&nbsp;<font face="Arial"><font color="#000080"><font size
=-1>Hi
Markus,</font></font></font>
<p><font face="Arial"><font color="#000080"><font size=-1>Thanks for your
reply.</font></font></font>
<br><font face="Arial"><font color="#000080"><font size=-1>I do not understand
what's JMFand RTP. I am not that new to Java, but I am still a student
and have not gone to the professional level. I have not used any Sound
APIs in my project. Morover I am very new to Enterprise programming.</font><
/font></font>
<p><font face="Arial"><font size=-1><font color="#000080">I myself do not
know what's mms protocol, but I guess its Multi-media Streaming. When one
tries to listen to songs from </font><u><font color="#0000FF"><A HREF="http:/
/launch.yahoo.com">http://launch.yahoo.com</A></font></u><font color="#000080">
, one gets the .aiff file from the server, which is a text file containing
a URL - something like - </font><u><font color="#0000FF">mms://someserver.com
?someSongID</font></u><font color="#000080">,
which the media player plays instantly.</font></font></font>
<p><font face="Arial"><font color="#000080"><font size=-1>I do not want
to stick to it. This was the only example I could get. If one could get
me a way to hear music using a browser without downloading the whole file
from the server, I would be very greateful. What should I do? I would welcome
any suggestions or referances to this end. I am ready to rework on this
topic.</font></font></font>
<p><font face="Arial"><font color="#000080"><font size=-1>For your information
- I am using, Sun's J2EE1.3.1 Server.</font></font></font>
<p><font face="Arial"><font color="#000080"><font size=-1>Thanks again
for your time and support.</font></font></font>
<p><font face="Arial"><font color="#000080"><font size=-1>: Thomas Joseph</font
></font></font>&nbsp;-- --
Original Message -- --
<blockquote dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT:
#000080 2px solid; MARGIN-RIGHT: 0px">
<div
 style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><b>From:</b>
<a href="mailto:Markus.Fuchs@(protected)" title="Markus.Fuchs@(protected)">Markus
Fuchs</a></div>

<div style="FONT: 10pt arial"><b>Sent:</b> Monday, June 07, 2004 11:18
PM</div>

<div style="FONT: 10pt arial"><b>Subject:</b> Re: Direct Access of media
through HTTP</div>
&nbsp;Hi Thomas,
<p>AIFF is not a playlist file, but a file format for audio files.
<p>Which audio API are you using (JMF vs. Java Sound)? Standard for streaming
media is rtp, which is supported by JMF but not Java Sound. Both support
direct http streaming of audio files, but both don't support any playlist
files -- but it should be easy to parse them on the client and request
the actual files with JMF or Java Sound.
<p>What is MMS?
<p>Thanks to Florian Bomers for supplying this answer!
<p>-- markus.
<br>&nbsp;
<br>&nbsp;
<p>Thomas Joseph (Jobi) wrote:
<blockquote type="cite" cite="mid002701c44a62$b1937d20$41ec013d@(protected)">
<style></style>
<font face="Arial"><font color="#000080"><font size=-1>Hi,</font></font></font>
&nbsp;<font face="Arial"><font color="#000080"><font size=-1>I
am working on a project which involves creation of a music site which requires
the users to sample music. I have created a servlet which upon recieving
the request, makes a playlist file (.aiff), and presents it to the client.
I can get it all correct - the playlist file, but the media player is not
able to access the music file&nbsp; through http. What can I do for this?</font
></font></font>
<br><font face="Arial"><font color="#000080"><font size=-1>o&nbsp;&nbsp;
Is media streaming necessary?</font></font></font>
<br><font face="Arial"><font color="#000080"><font size=-1>o&nbsp;&nbsp;
Can I do with http itself without going in for mms protocol?</font></font><
/font>
<br><font face="Arial"><font color="#000080"><font size=-1>o&nbsp;&nbsp;
If I need to use mms protocol(as done by many music sites), what changes
I have to make to the server? (I am using, Sun's J2EE1.3.1 Server.)</font><
/font></font>&nbsp;<font face="Arial"><font color="#000080"><font size=-1>Can
anyone help me out???</font></font></font>&nbsp;<font face="Arial"><font color=
"#000080"><font size=-1>THANKS
IN ADVANCE ! ! !</font></font></font>&nbsp;<font face="Arial"><font color="
#000080"><font size=-1>Thomas
Joseph</font></font></font>====================================================
=======================
To unsubscribe, send email to <a href="mailto:listserv@(protected)" class="moz
-txt-link-abbreviated">listserv@(protected)</a>
and include in the body of the message "signoff J2EE-INTEREST". For general
help, send email to <a href="mailto:listserv@(protected)" class="moz-txt-link
-abbreviated">listserv@(protected)</a>
and include in the body of the message "help".</blockquote>
</blockquote>
===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the
body of the message "signoff J2EE-INTEREST". For general help, send email
to listserv@(protected) and include in the body of the message "help".
<br>&nbsp;
<br>&nbsp;</blockquote>

</body>
</html>
===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@(protected) and include in the body of the message "help".
<p>

©2008 junlu.com - Jax Systems, LLC, U.S.A.