brmd stream_switch: Use ssh username brmlab inst. of brmstream

This commit is contained in:
Petr Baudis 2011-10-19 22:08:27 +02:00
parent 34a86f0c1a
commit 6a71581c74

View file

@ -749,7 +749,7 @@ sub _default {
sub stream_switch {
my ($s) = @_;
system('ssh brmstream@brmvid "echo '.($s?'START':'STOP').' >/tmp/brmstream"');
system('ssh brmlab@brmvid "echo '.($s?'START':'STOP').' >/tmp/brmstream"');
}
sub stream_start {