Skip to content

Commit f58fa12

Browse files
committed
Removed carriage returns from config.xml so the bbb-client post instal scripts would run without error
1 parent c883340 commit f58fa12

File tree

1 file changed

+147
-147
lines changed

1 file changed

+147
-147
lines changed
Lines changed: 147 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,149 +1,149 @@
1-
<?xml version="1.0" ?>
2-
<config>
3-
<localeversion suppressWarning="false">0.8</localeversion>
4-
<version>VERSION</version>
5-
<help url="http://HOST/help.html"/>
6-
<porttest host="HOST" application="video" timeout="10000"/>
7-
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter" />
8-
<language userSelectionEnabled="true" />
9-
<skinning enabled="true" url="http://HOST/client/branding/css/BBBDefault.css.swf" />
10-
<shortcutKeys userSelectionEnabled="true" />
11-
<layout showLogButton="false" showVideoLayout="false" showResetLayout="true" defaultLayout="Default"
12-
showToolbar="true" showFooter="true" showHelpButton="true" showLogoutWindow="true"/>
13-
14-
<modules>
15-
16-
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
17-
uri="rtmp://HOST/bigbluebutton"
18-
dependsOn="ViewersModule"
19-
translationOn="false"
20-
translationEnabled="false"
21-
privateEnabled="true"
22-
position="top-right"
23-
baseTabIndex="701"
24-
/>
25-
26-
<module name="ViewersModule" url="http://HOST/client/ViewersModule.swf?v=VERSION"
27-
uri="rtmp://HOST/bigbluebutton"
28-
host="http://HOST/bigbluebutton/api/enter"
29-
allowKickUser="false"
30-
baseTabIndex="201"
31-
/>
32-
33-
<module name="ListenersModule" url="http://HOST/client/ListenersModule.swf?v=VERSION"
34-
uri="rtmp://HOST/bigbluebutton"
35-
recordingHost="http://HOST"
36-
position="bottom-left"
37-
baseTabIndex="301"
38-
/>
39-
40-
<!--
41-
<module name="ParticipantsModule" url="http://HOST/client/ParticipantsModule.swf?v=VERSION"
42-
uri="rtmp://HOST/bigbluebutton"
43-
/>
44-
-->
45-
46-
<module name="DeskShareModule"
47-
url="http://HOST/client/DeskShareModule.swf?v=4105"
48-
uri="rtmp://HOST/deskShare"
49-
autoStart="false"
50-
baseTabIndex="101"
51-
/>
52-
53-
<module name="PhoneModule" url="http://HOST/client/PhoneModule.swf?v=VERSION"
54-
uri="rtmp://HOST/sip"
55-
autoJoin="true"
56-
skipCheck="false"
57-
showButton="true"
58-
enabledEchoCancel="true"
59-
dependsOn="ViewersModule"
60-
/>
61-
62-
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
63-
uri="rtmp://HOST/video"
64-
dependson = "ViewersModule"
65-
videoQuality = "100"
66-
presenterShareOnly = "false"
67-
controlsForPresenter = "false"
68-
resolutions = "320x240,640x480,1280x720"
69-
autoStart = "false"
70-
showButton = "true"
71-
showCloseButton = "true"
72-
publishWindowVisible = "true"
73-
viewerWindowMaxed = "false"
74-
viewerWindowLocation = "top"
75-
camKeyFrameInterval = "30"
76-
camModeFps = "10"
77-
camQualityBandwidth = "0"
78-
camQualityPicture = "90"
79-
smoothVideo="false"
80-
applyConvolutionFilter="false"
81-
convolutionFilter="-1, 0, -1, 0, 6, 0, -1, 0, -1"
82-
filterBias="0"
83-
filterDivisor="4"
84-
enableH264 = "true"
85-
h264Level = "2.1"
86-
h264Profile = "main"
87-
displayAvatar = "false"
88-
/>
89-
90-
<module name="WhiteboardModule" url="http://HOST/client/WhiteboardModule.swf?v=4105"
91-
uri="rtmp://HOST/bigbluebutton"
92-
dependsOn="PresentModule"
93-
baseTabIndex="601"
1+
<?xml version="1.0" ?>
2+
<config>
3+
<localeversion suppressWarning="false">0.8</localeversion>
4+
<version>VERSION</version>
5+
<help url="http://HOST/help.html"/>
6+
<porttest host="HOST" application="video" timeout="10000"/>
7+
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter" />
8+
<language userSelectionEnabled="true" />
9+
<skinning enabled="true" url="http://HOST/client/branding/css/BBBDefault.css.swf" />
10+
<shortcutKeys userSelectionEnabled="true" />
11+
<layout showLogButton="false" showVideoLayout="false" showResetLayout="true" defaultLayout="Default"
12+
showToolbar="true" showFooter="true" showHelpButton="true" showLogoutWindow="true"/>
13+
14+
<modules>
15+
16+
<module name="ChatModule" url="http://HOST/client/ChatModule.swf?v=VERSION"
17+
uri="rtmp://HOST/bigbluebutton"
18+
dependsOn="ViewersModule"
19+
translationOn="false"
20+
translationEnabled="false"
21+
privateEnabled="true"
22+
position="top-right"
23+
baseTabIndex="701"
9424
/>
95-
96-
<!--
97-
<module name="PollingModule" url="http://HOST/client/PollingModule.swf?v=VERSION"
98-
uri="rtmp://HOST/bigbluebutton"
99-
dependsOn="PresentModule"
100-
/>
101-
-->
102-
25+
26+
<module name="ViewersModule" url="http://HOST/client/ViewersModule.swf?v=VERSION"
27+
uri="rtmp://HOST/bigbluebutton"
28+
host="http://HOST/bigbluebutton/api/enter"
29+
allowKickUser="false"
30+
baseTabIndex="201"
31+
/>
32+
33+
<module name="ListenersModule" url="http://HOST/client/ListenersModule.swf?v=VERSION"
34+
uri="rtmp://HOST/bigbluebutton"
35+
recordingHost="http://HOST"
36+
position="bottom-left"
37+
baseTabIndex="301"
38+
/>
39+
40+
<!--
41+
<module name="ParticipantsModule" url="http://HOST/client/ParticipantsModule.swf?v=VERSION"
42+
uri="rtmp://HOST/bigbluebutton"
43+
/>
44+
-->
45+
46+
<module name="DeskShareModule"
47+
url="http://HOST/client/DeskShareModule.swf?v=4105"
48+
uri="rtmp://HOST/deskShare"
49+
autoStart="false"
50+
baseTabIndex="101"
51+
/>
52+
53+
<module name="PhoneModule" url="http://HOST/client/PhoneModule.swf?v=VERSION"
54+
uri="rtmp://HOST/sip"
55+
autoJoin="true"
56+
skipCheck="false"
57+
showButton="true"
58+
enabledEchoCancel="true"
59+
dependsOn="ViewersModule"
60+
/>
61+
62+
<module name="VideoconfModule" url="http://HOST/client/VideoconfModule.swf?v=VERSION"
63+
uri="rtmp://HOST/video"
64+
dependson = "ViewersModule"
65+
videoQuality = "100"
66+
presenterShareOnly = "false"
67+
controlsForPresenter = "false"
68+
resolutions = "320x240,640x480,1280x720"
69+
autoStart = "false"
70+
showButton = "true"
71+
showCloseButton = "true"
72+
publishWindowVisible = "true"
73+
viewerWindowMaxed = "false"
74+
viewerWindowLocation = "top"
75+
camKeyFrameInterval = "30"
76+
camModeFps = "10"
77+
camQualityBandwidth = "0"
78+
camQualityPicture = "90"
79+
smoothVideo="false"
80+
applyConvolutionFilter="false"
81+
convolutionFilter="-1, 0, -1, 0, 6, 0, -1, 0, -1"
82+
filterBias="0"
83+
filterDivisor="4"
84+
enableH264 = "true"
85+
h264Level = "2.1"
86+
h264Profile = "main"
87+
displayAvatar = "false"
88+
/>
89+
90+
<module name="WhiteboardModule" url="http://HOST/client/WhiteboardModule.swf?v=4105"
91+
uri="rtmp://HOST/bigbluebutton"
92+
dependsOn="PresentModule"
93+
baseTabIndex="601"
94+
/>
95+
96+
<!--
97+
<module name="PollingModule" url="http://HOST/client/PollingModule.swf?v=VERSION"
98+
uri="rtmp://HOST/bigbluebutton"
99+
dependsOn="PresentModule"
100+
/>
101+
-->
102+
103103
<module name="PresentModule" url="http://HOST/client/PresentModule.swf?v=VERSION"
104-
uri="rtmp://HOST/bigbluebutton"
105-
host="http://HOST"
106-
showPresentWindow="true"
107-
showWindowControls="true"
108-
dependsOn="ViewersModule"
109-
baseTabIndex="501"
110-
/>
111-
112-
<module name="VideodockModule" url="http://HOST/client/VideodockModule.swf?v=VERSION"
113-
uri="rtmp://HOST/bigbluebutton"
114-
dependsOn="VideoconfModule, ViewersModule"
115-
autoDock="true"
116-
showControls="true"
117-
maximizeWindow="false"
118-
position="bottom-right"
119-
width="172"
120-
height="179"
121-
layout="smart"
122-
oneAlwaysBigger="false"
123-
baseTabIndex="401"
124-
/>
125-
126-
<module name="LayoutModule" url="http://HOST/client/LayoutModule.swf?v=VERSION"
127-
uri="rtmp://HOST/bigbluebutton"
128-
layoutConfig="http://HOST/client/conf/layout.xml"
129-
enableEdit="true"
130-
/>
131-
132-
<!--
133-
<module name="NotesModule" url="http://HOST/client/NotesModule.swf?v=VERSION"
134-
saveURL="http://HOST"
135-
position="top-left"
136-
/>
137-
138-
<module name="BroadcastModule" url="http://HOST/client/BroadcastModule.swf?v=VERSION"
139-
uri="rtmp://HOST/bigbluebutton"
140-
streamsUri="http://HOST/streams.xml"
141-
position="top-left"
142-
showStreams="true"
143-
autoPlay="false"
144-
dependsOn="ViewersModule"
145-
/>
146-
-->
147-
148-
</modules>
149-
</config>
104+
uri="rtmp://HOST/bigbluebutton"
105+
host="http://HOST"
106+
showPresentWindow="true"
107+
showWindowControls="true"
108+
dependsOn="ViewersModule"
109+
baseTabIndex="501"
110+
/>
111+
112+
<module name="VideodockModule" url="http://HOST/client/VideodockModule.swf?v=VERSION"
113+
uri="rtmp://HOST/bigbluebutton"
114+
dependsOn="VideoconfModule, ViewersModule"
115+
autoDock="true"
116+
showControls="true"
117+
maximizeWindow="false"
118+
position="bottom-right"
119+
width="172"
120+
height="179"
121+
layout="smart"
122+
oneAlwaysBigger="false"
123+
baseTabIndex="401"
124+
/>
125+
126+
<module name="LayoutModule" url="http://HOST/client/LayoutModule.swf?v=VERSION"
127+
uri="rtmp://HOST/bigbluebutton"
128+
layoutConfig="http://HOST/client/conf/layout.xml"
129+
enableEdit="true"
130+
/>
131+
132+
<!--
133+
<module name="NotesModule" url="http://HOST/client/NotesModule.swf?v=VERSION"
134+
saveURL="http://HOST"
135+
position="top-left"
136+
/>
137+
138+
<module name="BroadcastModule" url="http://HOST/client/BroadcastModule.swf?v=VERSION"
139+
uri="rtmp://HOST/bigbluebutton"
140+
streamsUri="http://HOST/streams.xml"
141+
position="top-left"
142+
showStreams="true"
143+
autoPlay="false"
144+
dependsOn="ViewersModule"
145+
/>
146+
-->
147+
148+
</modules>
149+
</config>

0 commit comments

Comments
 (0)