This file is indexed.

/usr/share/crtmpserver-apps/stresstest.lua is in crtmpserver-apps 1.0~dfsg-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
application=
{
	name="stresstest",
	description="Application for stressing a streaming server",
	protocol="dynamiclinklibrary",
	targetServer="localhost",
	targetApp="vod",
	active=false,
	--[[streams =
	{
		"lg00","lg01","lg02","lg03","lg04","lg05","lg06","lg07","lg08",
		"lg09","lg10","lg11","lg12","lg13","lg14","lg15","lg16","lg17",
		"lg18","lg19","lg20","lg21","lg22","lg23","lg24","lg25","lg26",
		"lg27","lg28","lg29","lg30","lg31","lg32","lg33","lg34","lg35",
		"lg36","lg37","lg38","lg39","lg40","lg41","lg42","lg43","lg44",
		"lg45","lg46","lg47","lg48","lg49"
	},]]--
	streams =
	{
		"mp4:lg.mp4"
	},
	numberOfConnections=10,
	randomAccessStreams=false
}