msmith - in flumotion/trunk: . flumotion/component/consumers/shout2

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Wed Sep 19 13:16:19 CEST 2007


Author: msmith
Date: Wed Sep 19 13:16:12 2007
New Revision: 5543

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/flumotion/component/consumers/shout2/shout2.py
Log:
        Patch by: daniel.hnn at gmail.com
        * flumotion/component/consumers/shout2/shout2.py:
          Trivial fix to shout2 consumer to allow streaming to a non-localhost
          server. Fixes #754.



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Wed Sep 19 13:16:12 2007
@@ -1,3 +1,10 @@
+2007-09-19  Michael Smith <msmith at fluendo.com>
+
+	Patch by: daniel.hnn at gmail.com
+	* flumotion/component/consumers/shout2/shout2.py:
+	  Trivial fix to shout2 consumer to allow streaming to a non-localhost
+	  server. Fixes #754.
+
 2007-09-18  Arek Korbik  <arkadini at gmail.com>
 
 	* flumotion/admin/command/commands.py (do_avatar_action):

Modified: flumotion/trunk/flumotion/component/consumers/shout2/shout2.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/shout2/shout2.py	(original)
+++ flumotion/trunk/flumotion/component/consumers/shout2/shout2.py	Wed Sep 19 13:16:12 2007
@@ -30,6 +30,7 @@
 
         elprops = (('mount-point', 'mount'),
                    ('port', 'port'),
+                   ('ip', 'ip'),
                    ('password', 'password'),
                    ('description', 'description'),
                    ('url', 'url'),


More information about the flumotion-commit mailing list