  | 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
|
|
|
  | | | Direct Access of media through HTTP | Direct Access of media through HTTP 2004-06-18 - By Markus Fuchs
Back <!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> <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> -- -- 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> 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> <br> <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> <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 through http. What can I do for this?</font ></font></font> <br><font face="Arial"><font color="#000080"><font size=-1>o Is media streaming necessary?</font></font></font> <br><font face="Arial"><font color="#000080"><font size=-1>o 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 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> <font face="Arial"><font color="#000080"><font size=-1>Can anyone help me out???</font></font></font> <font face="Arial"><font color= "#000080"><font size=-1>THANKS IN ADVANCE ! ! !</font></font></font> <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> <br> </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>
|
|
 |