From: yomguy <> Date: Thu, 12 Jul 2007 19:45:57 +0000 (+0000) Subject: make localhost default X-Git-Tag: 0.9~355 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=90717ac7a90b7f14431ac8bc790a79702dafca27;p=telecaster-client.git make localhost default --- diff --git a/teleoddcast.cfg b/teleoddcast.cfg index e8440ef..d8c19db 100644 --- a/teleoddcast.cfg +++ b/teleoddcast.cfg @@ -1,7 +1,7 @@ Server=localhost Port=8000 ServerPassword=streampreb -ServerMountpoint=/Pre-barreau_-_Augustins_-_AE_-_TEST.ogg +ServerMountpoint=/Pre-barreau_-_Augustins_-_CRFPA_-_Droit_civil_-_Corrections.ogg ServerPublic=0 AutomaticReconnectSecs=10 Encode=OggVorbis @@ -13,8 +13,8 @@ ServerType=Icecast2 ExternalFile=/home/pre-barreau/augustins/audio/ #YP Settings ServerStreamURL=http://www.pre-barreau.com -ServerName=Pre-barreau_-_Augustins_-_AE_-_TEST_-_7 -ServerDescription=Pre-barreau_-_Augustins_-_AE_-_TEST_-_7_-_GP_-_test +ServerName=Pre-barreau_-_Augustins_-_CRFPA_-_Droit_civil_-_Corrections_-_1 +ServerDescription=Pre-barreau_-_Augustins_-_CRFPA_-_Droit_civil_-_Corrections_-_1_-_edfez_-_ezf ServerGenre=Teaching #Advanced Settings LogLevel=1 diff --git a/teleoddcast.py b/teleoddcast.py index 0d16f3f..1c00bc7 100755 --- a/teleoddcast.py +++ b/teleoddcast.py @@ -225,7 +225,7 @@ def main(): title = 'Pre-barreau - Augustins' root_dir = '/var/www/cgi-bin/' media_dir = root_dir + 'media/' - server = 'augustins.pre-barreau.com' + server = 'localhost' port = '8000' url = 'http://'+server+':'+port uid = os.getuid()