From invitations at mejoresestudiante.ning.com Mon Aug 4 20:28:58 2008 From: invitations at mejoresestudiante.ning.com (EL Profe) Date: Tue, 5 Aug 2008 03:28:58 +0000 (GMT) Subject: [Icecast-dev] =?utf-8?q?=C2=A1Ven_y_=C3=BAnete_a_Los_mejores_estu?= =?utf-8?q?diantes_de_Villa_Mella_!?= Message-ID: <12751119.1217906938052.JavaMail.xncore@omxp> Los mejores estudiantes de Villa Mella : Vendo Laptop y PC a buenos precios llamar al cel 809-991-0776 EL Profe has invited you to join Los mejores estudiantes de Villa Mella -------------------- Le invito que se registren e nuestra pagina de los mejores estudiante de villa mella con una radio nueva que se esta creando aunque esta sonando una actualhasta que se termine la nuestra radio. Check out Los mejores estudiantes de Villa Mella : http://mejoresestudiante.ning.com/?xgi=1pC0XcQ If your email program doesn't recognize the web address above as an active link, please copy and paste it into your web browser -------------------- Members already on Los mejores estudiantes de Villa Mella the chaka big boss, frederich, Elisa, giselle ortiz reyes, ana beatriz -------------------- About Los mejores estudiantes de Villa Mella ... Gracia por aceptar esta pagina como tu espacio favorito 121 miembros 170 fotos 162 songs 85 videos -------------------- To control which emails you receive on the corner, or to opt-out, go to: http://mejoresestudiante.ning.com/profiles/profile/emailSettings -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20080805/cc22ec0b/attachment.htm From michel.vandenbergh at uhasselt.be Sat Aug 16 07:05:22 2008 From: michel.vandenbergh at uhasselt.be (Michel Van den Bergh) Date: Sat, 16 Aug 2008 16:05:22 +0200 Subject: [Icecast-dev] shout-python api Message-ID: <48A6DEA2.9040306@uhasselt.be> Hi, The current python bindings for libshout have only partial support for nonblocking mode. There is no "get_connected" function and as a result the nonblocking open function does not work. The attached patch fixes this. The file example.py was modified to work in nonblocking mode. Regards, Michel -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.p Type: text/x-pascal Size: 2999 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20080816/8a9b8b7b/attachment.p From michel.vandenbergh at uhasselt.be Sat Aug 30 07:00:49 2008 From: michel.vandenbergh at uhasselt.be (Michel Van den Bergh) Date: Sat, 30 Aug 2008 16:00:49 +0200 Subject: [Icecast-dev] Updated version of patch Message-ID: <48B95291.8070107@uhasselt.be> Attached is a patch against shout-python-0.2 which does two trivial but very useful things (1) The function "get_connected" is exported so that shout-python becomes usable in nonblocking mode. In the current version of shout-python "open" raises an exception in nonblocking mode. (2) The global interpreter lock is released in the potentially blocking functions "open", "send" and "sync". In this way a shout-python can run in blocking mode in a separate thread without blocking other threads. Both parts were tested. I needed either (1) or (2) to make a webgui for controlling an icecast source. I tried both approaches. They both work but in the end I opted for (2) since the code was cleaner. Regards, Michel -------------- next part -------------- A non-text attachment was scrubbed... Name: shout-python_0.2-1.diff Type: text/x-diff Size: 2622 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20080830/b50c2ca6/attachment.diff