[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rtmpy-commits
Subject:    [rtmpy-commits] r305 - in rtmpy/branches/solid-channels: . rtmpy
From:       rtmpy-commits () rtmpy ! org (SVN commit logs for RTMPy)
Date:       2008-05-06 19:30:33
Message-ID: 20080506193033.C3D99884057 () mail ! collab ! eu
[Download RAW message or body]

Author: thijs
Date: 2008-05-06 21:30:33 +0200 (Tue, 06 May 2008)
New Revision: 305

Modified:
   rtmpy/branches/solid-channels/INSTALL.txt
   rtmpy/branches/solid-channels/rtmpy/rtmp.py
Log:
doc update

Modified: rtmpy/branches/solid-channels/INSTALL.txt
===================================================================
--- rtmpy/branches/solid-channels/INSTALL.txt	2008-05-06 19:19:07 UTC (rev 304)
+++ rtmpy/branches/solid-channels/INSTALL.txt	2008-05-06 19:30:33 UTC (rev 305)
@@ -14,7 +14,7 @@
 
 - **Python 2.3 or newer**
 - **Twisted 2.5 or newer**
-- **PyAMF 0.1 or newer**
+- **PyAMF 0.3 or newer**
 - **PyWin32 b210 or newer** (for Windows only)
 
 Installing

Modified: rtmpy/branches/solid-channels/rtmpy/rtmp.py
===================================================================
--- rtmpy/branches/solid-channels/rtmpy/rtmp.py	2008-05-06 19:19:07 UTC (rev 304)
+++ rtmpy/branches/solid-channels/rtmpy/rtmp.py	2008-05-06 19:30:33 UTC (rev 305)
@@ -180,7 +180,6 @@
     if source.type is not None:
         dest.type = source.type
 
-
 class Header:
     """
     An RTMP header consists of at least a C{size} and C{channel_id}, all other
@@ -747,8 +746,8 @@
         """
         Removes a RTMP channel.
 
-        @param: the index of the to channel be closed.
-        @type: C{int}
+        @param channel_id: the index of the to channel be closed.
+        @type channel_id: C{int}
         """
         if channel_id >= self.max_channels or channel_id < 0:
             raise IndexError, "channel index %d is out of range" % channel_id
@@ -787,4 +786,4 @@
         @note: This may change to C{onData} at some point as we start to look
             at streaming larger chunks of data, e.g. video/audio
         """
-        self.removeChannel(channel.header.channel_id)
\ No newline at end of file
+        self.removeChannel(channel.header.channel_id)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic