File: config

package info (click to toggle)
getstream 20070419-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 308 kB
  • ctags: 658
  • sloc: ansic: 4,137; makefile: 58
file content (30 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

http {
	port 8000;
};

adapter 0 {
	# comment
	channel 0x109 {
		stream-http {
			url /phoenix;
		};
	};
	channel 0x10a {
		stream-http {
			url /arte;
		};
	};
	channel 0x102 {
		stream-http {
			url /daserste;
		};
	};

# 	channel 0x1bb {
# 		stream-udp {
# 			remote-address 195.71.97.220;
# 			remote-port 4711;
# 		};
# 	};
};