aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/web/stream.gathering.org/js-version/config.json
blob: 0400835828114614edc5f77bb387801feb3e67de (plain)
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
{
	"TG" : "16",
	"TG_FULL" : "2016",
	"VIDEO_AUTO_PLAY" : "false",
	"DEFAULT_VIDEO" : "mainstage",
	"STREAMS" : {
		"mainstage" : {"TYPE" : "event",
					   "SOURCES" : [{"src" : "http://cubemap.tg16.gathering.org/event.flv", "type": "video/flv"}, {"src": "http://stream.tg16.gathering.org/hls/event.m3u8", "type" : "application/x-mpegURL"}],
					   "TITLE" : "Event/Stage (1080p)",
					   "QUALITY" : "hd",
					   "VLC_LINK" : "http://cubemap.tg16.gathering.org/southcam.ts"
					  },

		"south-raw" : {"TYPE" : "camera",
					   "SOURCES" : [{"src" : "http://cubemap.tg16.gathering.org/southcam.flv", "type": "video/flv"}, {"src": "http://stream.tg16.gathering.org/hls/southcamlb.m3u8", "type" : "application/x-mpegURL"}],
					   "TITLE" : "Webcam South (720p)",
					   "QUALITY" : "hd",
					   "VLC_LINK" : "http://cubemap.tg16.gathering.org/southcam.ts"
					  },

		"noccam" : {"TYPE" : "camera",
					"SOURCES" : [{"src" : "http://cubemap.tg16.gathering.org/noccam.flv", "type": "video/flv"}, {"src": "http://stream.tg16.gathering.org/hls/noccam.m3u8", "type" : "application/x-mpegURL"}],
					"TITLE" : "Webcam NOC (720p)",
					"QUALITY" : "hd",
					"VLC_LINK" : "http://cubemap.tg16.gathering.org/noccam.ts"
				   }
		}
}