[Webkit-unassigned] [Bug 26416] New: When using the HTML 5 <video> element, RTP/RTSP streaming .mov/.mp4 video playback doesn't work.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 14:52:27 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26416

           Summary: When using the HTML 5 <video> element, RTP/RTSP
                    streaming .mov/.mp4 video playback doesn't work.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: rtsp://onlinecampus.org:8000/CCC/CCC2005-sm.mov
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwolf22 at gmail.com


Summary: 
Although HTTP streaming of .mov/.mp4 video works using the HTML 5 <video>
element, support for IETF standard RTP/RTSP streaming protocols using the HTML
5 <video> element does not work.

Steps to Reproduce:
embedded the following element in an HTML page:

<video src="rtsp://onlinecampus.org:8000/CCC/CCC2005-sm.mov" controls></video>

Expected Results:
Expected to see video playback similar to using the <object> and/or <embed>
elements

Actual Results:
No video is displayed & controls do not function.

Regression:
Issue occurs with all versions of Safari (Windows & Mac) that support the HTML
5 <video> element

Notes:
Tried adding the type="video/quicktime" parameter with no success
Attempted to use several other RTSP-specific mime types with no success
(RFC2326, 14.1-14.3):
application/sdp
application/x-rtsp-mh
application/x-rtsl

Sample of video embedded in HTML using <object> & <embed> elements:

<!-- use <object> for i.e., use <embed> for all others -->
<object 
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
height="256" 
width="320" >
<param name="src" value="rtsp://onlinecampus.org:8000/CCC/CCC2005-sm.mov"/>
<param name="scale" value="aspect" />
<param name="controller" value="true" />
<param name="autoplay" value="false" />
<embed 
type="video/quicktime"
pluginspage="http://www.apple.com/quicktime/download/"
height="256" 
width="320"
src="rtsp://onlinecampus.org:8000/CCC/CCC2005-sm.mov"
scale="aspect"
controller="true" 
autoplay="false" />
</object>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list