DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35791>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35791

           Summary: binary streaming / content-type problem with mod_jk ?
           Product: Tomcat 5
           Version: 5.5.9
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: APIBug, FAQ
          Severity: major
          Priority: P2
         Component: Connector:AJP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Hi all !

I've developed a servlet ("BinaryStreaming" based on "StreamingContent" by Raj 
Behera) which does a 
binary stream of a mpeg video file which is created progressively (by another 
servlet/software/Unix 
command/... not important ) and finally read and played by Quicktime.
I use Apache and Tomcat so I've installed mod_jk

All work well (-> MacOS and Windows) but... :
If I go on     http://localhost:8080/my_test/BinaryStreaming     it works well 
with QuickTime 7 and 
QuickTime 6 (6, 6.5, 6.5.2, ...). 

I have mod_jk so I can go on      http://localhost/my_test/BinaryStreaming      
 and here it still works 
well with QT7.
But QT6 seems to wait that the video file is entirely created to start the 
viewing instead of starting to 
play the movie as soon as there is data in it, progressively.
-> like it does with QT7 and QT6 with :8080  OR  when I use QT7 without :8080.

I think it's due to mod_jk but I've no idea to make it work


I've found that another person had a similar problem, but no answer was given :
http://www.junlu.com/msg/107218.html

This message was posted in 09/2004 and it seems that Apache causes problems 
with pre-defined 
MIME-Types.



Does someone have an answer or an idea ? :-)
I really need to fix this ! :(

Thanks in advance.  :o)

Regards,

Jérôme

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to