]> git.parisson.com Git - telecaster-client.git/commitdiff
make localhost default
authoryomguy <>
Thu, 12 Jul 2007 19:45:57 +0000 (19:45 +0000)
committeryomguy <>
Thu, 12 Jul 2007 19:45:57 +0000 (19:45 +0000)
teleoddcast.cfg
teleoddcast.py

index e8440ef3bc1653822e3ee1a916991d7332be0ae7..d8c19db9951601a83d5fc653c235d772901bf6ff 100644 (file)
@@ -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
index 0d16f3f2b195b6a3881ef7b93493e9df851738d7..1c00bc7acfc49526742943a14894957259b9ba3b 100755 (executable)
@@ -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()