summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/video-rtsp.html
blob: 4fff987d785a719459f2676d2b83fad310d9c0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>RTSP playback test</title>
</head>
<body>
<video with=640 height=352 autoplay controls src="rtsp://a2047.v1411b.c1411.g.vq.akamaistream.net/5/2047/1411/2_h264_650/1a1a1ae454c430950065de4cbb2f94c226950c7ae655b61a48a91475e243acda3dac194879adde0f/wwdc_2006_2_650.mov"></video>
<p>Test that QuickTime file with RTSP URL loads.<p>
<script>start()</script>
<pre id="console"></pre>
</body>
</html>