summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ssh.config4
-rw-r--r--templates/example/vp8-encode.xml1
2 files changed, 1 insertions, 4 deletions
diff --git a/src/ssh.config b/src/ssh.config
index 2d6c033..ca67ee0 100644
--- a/src/ssh.config
+++ b/src/ssh.config
@@ -10,10 +10,6 @@ Host calypso
HostName 89.106.215.48
Port 22000
-Host supermicro
- HostName 89.106.215.45
- Port 22000
-
Host elevate1
HostName 5.9.104.71
Port 22000
diff --git a/templates/example/vp8-encode.xml b/templates/example/vp8-encode.xml
index 424295f..97b9e8d 100644
--- a/templates/example/vp8-encode.xml
+++ b/templates/example/vp8-encode.xml
@@ -9,6 +9,7 @@
</eater>
<property name="keyframe-maxdistance">50</property>
<property name="bitrate">{{ component.properties['bitrate'] * 1000 }}</property>
+ <property name="speed">5</property>
<property name="threads">8</property>
<clock-master>false</clock-master>
</component>