diff --git a/brmd/brmd.pl b/brmd/brmd.pl index d389f3f..02154bb 100755 --- a/brmd/brmd.pl +++ b/brmd/brmd.pl @@ -287,7 +287,7 @@ sub web_index {
  • brmstatus ($sts) status page | javascript code | plaintext file | picture
  • brmvideo ($str) $r_link
  • -

    (view source)

    +

    (view source)

    EOT ); @@ -577,6 +577,7 @@ sub _default { sub stream_switch { my ($s) = @_; system('ssh brmstream@brmvid "echo '.($s?'START':'STOP').' >/tmp/brmstream"'); + system('~/alphasign/'.($s?'on':'off').'_air.py'); } sub stream_start {