X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=web%2Fstreaming.pl;h=8137de9791db675921d8dfc0d51e1fe0186c7226;hb=065361daac62b4cdb33cf19caa534e29ac1dfde0;hp=4b12add6d321960188540b954befacd8ebedd17b;hpb=d6cfbb682b3492d24b6623fbf1345c5b2b95f230;p=nms diff --git a/web/streaming.pl b/web/streaming.pl index 4b12add..8137de9 100755 --- a/web/streaming.pl +++ b/web/streaming.pl @@ -20,6 +20,6 @@ $img->interlaced('true'); $img->string(gdMediumBoldFont,0,0,"TG05 - Streaming",$blu); print $cgi->header(-type=>'image/png', - -refresh=>'10; http://nms.tg05.gathering.org/streaming.pl'); + -refresh=>'10; http://nms.tg07.gathering.org/streaming.pl'); print $img->png;