diff options
Diffstat (limited to 'contrib/flumotion-sample-conf/wch-webm.xml')
-rw-r--r-- | contrib/flumotion-sample-conf/wch-webm.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/flumotion-sample-conf/wch-webm.xml b/contrib/flumotion-sample-conf/wch-webm.xml new file mode 100644 index 0000000..0ab12f4 --- /dev/null +++ b/contrib/flumotion-sample-conf/wch-webm.xml @@ -0,0 +1,15 @@ +<worker name="wch-webm"> + <manager> + <host>195.177.251.167</host> + <port>7531</port> + <transport>ssl</transport> + </manager> + + <authentication type="plaintext"> + <username>user</username> + <password>test</password> + </authentication> + + <feederports>8670-8671</feederports> +<!-- <debug>*:4</debug> --> +</worker> |