File: index.html

package info (click to toggle)
camstream 0.26.3%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,464 kB
  • ctags: 2,076
  • sloc: cpp: 7,483; asm: 440; ansic: 427; makefile: 336; sh: 169
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>CamStream</title>
<meta name="author" content="Nemosoft Unv.">
<meta name="description" content="A set of programs to make use of your webcam, saving snapshots, create movies and do videoconferencing">
<meta name="keywords" content="webcam linux video videoconferencing broadcast multimedia">
</head>

<frameset rows="110,*">
  <frame src="menu.html" name="menu">
  <frame src="home.html" name="main">
</frameset>

</html>