Project

General

Profile

Feature #239 » android.html

HTML5 page that selects video stream - Hammel, 02 Nov 2013 14:24

 
1
<html>
2

    
3
<head>
4
</head>
5

    
6
<body>
7
<div id="wrapper">
8

    
9
<div id="frontPage">
10
<video width="640" height="480" controls>
11
	<source src="http://192.168.101.8:8090/webcam.rtp">
12
	<source src="http://192.168.101.8:8090/webcam.mp4">
13
	<source src="http://192.168.101.8:8090/webcam.flv">
14
	<source src="http://192.168.101.8:8090/webcam.avi">
15
	Your browser doesn't support HTML5 videos.
16
</video>
17
</div>
18

    
19
</div>
20

    
21
</body>
22
</html>
23

    
24

    
25

    
(7-7/12)