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-11       - By Manoj Mallawaarachchie

 Back
Reply:     1     2     3     4     5     6     7  

Hi Markus,

Interesting topic going on, I can share some of the my experience.

If you can look at the www.oplayo.com they have some good product which
play video in web  without down loading.
MMS is the  some protocol use by Windows media server,

Is anyone have a experience with JAVA Mobile Media API .? I have some
problems with how to do the streaming with Mobile Media API.. can any
one help me.?
I have a J2me client which read the video file from HTTP  but it play
after downloading  because big file(5 min song) it not practical. Any
solutions.?

Thank in advance.
best regards
Manoj

Thomas Joseph (Jobi) wrote:

> Hi Markus,
>
> Thanks for your reply.
> 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.
>
> I myself do not know what's mms protocol, but I guess its Multi-media
> Streaming. When one tries to listen to songs from
> http://launch.yahoo.com , one gets the .aiff file from the server,
> which is a text file containing a URL - something like -
> mms://someserver.com?someSongID, which the media player plays instantly.
>
> 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.
>
> For your information - I am using, Sun's J2EE1.3.1 Server.
>
> Thanks again for your time and support.
>
> : Thomas Joseph
>
> -- -- Original Message -- --
>
>     From: Markus Fuchs <mailto:Markus.Fuchs@(protected)>
>     Sent: Monday, June 07, 2004 11:18 PM
>     Subject: Re: Direct Access of media through HTTP
>
>     Hi Thomas,
>
>     AIFF is not a playlist file, but a file format for audio files.
>
>     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.
>
>     What is MMS?
>
>     Thanks to Florian Bomers for supplying this answer!
>
>     -- markus.
>
>
>
>     Thomas Joseph (Jobi) wrote:
>
>>     Hi,
>>
>>     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?
>>     o   Is media streaming necessary?
>>     o   Can I do with http itself without going in for mms protocol?
>>     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.)
>>
>>     Can anyone help me out???
>>
>>     THANKS IN ADVANCE ! ! !
>>
>>     Thomas Joseph
>>     ========================================================================
===
>>     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".
>
> ===========================================================================
> 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".
>

===========================================================================
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".


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8 (See http://UTF-8.ora-code.com)">
 <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Markus,<br>
<br>
Interesting topic going on, I can share some of the my experience.<br>
<br>
If you can look at the <a class="moz-txt-link-abbreviated" href="http://www
.oplayo.com">www.oplayo.com</a> they have some good product which
play video in web� without down loading.<br>
MMS is the� some protocol use by Windows media server,<br>
<br>
Is anyone have a experience with JAVA Mobile Media API .? I have some
problems with how to do the streaming with Mobile Media API.. can any
one help me.?<br>
I have a J2me client which read the video file from HTTP� but it play
after downloading� because big file(5 min song) it not practical. Any
solutions.?<br>
<br>
Thank in advance.<br>
best regards<br>
Manoj<br>
<br>
Thomas Joseph (Jobi) wrote:<br>
<blockquote type="cite"
cite="mid000001c44f79$74aabc40$80ed013d@(protected)">
 <title></title>
 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8 (See http://UTF-8.ora-code.com)">
 <meta content="MSHTML 5.50.4731.2200" name="GENERATOR">
 <div><font size="2"><font face="Arial"><font color="#000080">Hi
Markus,<br>
 <br>
Thanks
for your reply.<br>
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.<br>
 <br>
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 class="moz-txt-link-freetext" href="http://launch.yahoo.com
">http://launch.yahoo.com</a></font></u></font></font><font
size="2"><font face="Arial"><font color="#000080"> , one gets the
.aiff file from the server, which
is a text file containing a URL - something like - </font><font
color="#0000ff"><u><a class="moz-txt-link-freetext" href="mms://someserver.com
?someSongID">mms://someserver.com?someSongID</a></u></font></font></font><font
face="Arial" color="#000080" size="2">, which the media player plays
instantly.<br>
 <br>
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.<br>
 <br>
For your information - I am using, Sun's
J2EE1.3.1 Server.<br>
 <br>
Thanks again for your time and support.<br>
 <br>
: Thomas
Joseph</font></div>
 <div>�</div>
 <div>-- -- Original Message -- -- </div>
 <blockquote dir="ltr"
style="border-left: 2px solid rgb(0, 0, 128); padding-right: 0px; padding-left
: 5px; margin-left: 5px; margin-right: 0px;">
   <div
style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background
-clip: initial; -moz-background-inline-policy: initial; -moz-background-origin:
initial; font-family: arial; font-style: normal; font-variant: normal; font
-weight: normal; font-size: 10pt; line-height: normal; font-stretch: normal;
font-size-adjust: none;"><b>From:</b>
   <a title="Markus.Fuchs@(protected)" href="mailto:Markus.Fuchs@(protected)">Markus
Fuchs</a> </div>
   <div
style="font-family: arial; font-style: normal; font-variant: normal; font
-weight: normal; font-size: 10pt; line-height: normal; font-stretch: normal;
font-size-adjust: none;"><b>Sent:</b>
Monday, June 07, 2004 11:18
PM</div>
   <div
style="font-family: arial; font-style: normal; font-variant: normal; font
-weight: normal; font-size: 10pt; line-height: normal; font-stretch: normal;
font-size-adjust: none;"><b>Subject:</b>
Re: Direct Access of media through HTTP</div>
   <div><br>
   </div>
Hi Thomas,<br>
   <br>
AIFF is not a playlist file, but a file format for audio files. <br>
   <br>
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. <br>
   <br>
What is MMS?<br>
   <br>
Thanks to Florian Bomers for supplying this answer!<br>
   <br>
-- markus.<br>
   <br>
   <br>
   <br>
Thomas Joseph (Jobi) wrote:<br>
   <blockquote type="cite"
cite="mid002701c44a62$b1937d20$41ec013d@(protected)">
     <meta content="MSHTML 5.50.4731.2200" name="GENERATOR">
     <style></style>
     <div>
     <div><font face="Arial" color="#000080" size="2">Hi,</font></div>
     <div>�</div>
     <div>
     <div><font face="Arial" color="#000080" size="2">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?<br>
o� �Is media streaming necessary?<br>
o� �Can I do with http itself without going in for mms protocol?<br>
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></div>
     <div>�</div>
     <div><font face="Arial" color="#000080" size="2">Can anyone help
me out???</font></div>
     <div>�</div>
     <div><font face="Arial" color="#000080" size="2">THANKS IN
ADVANCE ! ! !</font></div>
     <div>�</div>
     <div><font face="Arial" color="#000080" size="2">Thomas Joseph</font><
/div>
     </div>
     </div>
===========================================================================
To unsubscribe, send email to <a class="moz-txt-link-abbreviated"
href="mailto:listserv@(protected)">listserv@(protected)</a> and
include in the body of the message "signoff J2EE-INTEREST". For general
help, send email to <a class="moz-txt-link-abbreviated"
href="mailto:listserv@(protected)">listserv@(protected)</a> and
include in the body of the message "help". </blockquote>
 </blockquote>
===========================================================================
To unsubscribe, send email to <a class="moz-txt-link-abbreviated" href="mailto
:listserv@(protected)">listserv@(protected)</a> and include in the
body
of the message "signoff J2EE-INTEREST". For general help, send email to
<a class="moz-txt-link-abbreviated" href="mailto:listserv@(protected)"
>listserv@(protected)</a> and include in the body of the message "help".
 <p></p>
</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.