diff options
author | Guido van Rossum <guido@python.org> | 1992-09-24 12:54:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-09-24 12:54:35 (GMT) |
commit | 67b4895291cdb53e63b503426ca4e52b70904a45 (patch) | |
tree | 5ee7402f21183983152be323f72dec39c0ab70b7 /Demo/sgi/video/README | |
parent | 46927bac96ee832822f0770944bc660212fe30c8 (diff) | |
download | cpython-67b4895291cdb53e63b503426ca4e52b70904a45.zip cpython-67b4895291cdb53e63b503426ca4e52b70904a45.tar.gz cpython-67b4895291cdb53e63b503426ca4e52b70904a45.tar.bz2 |
Added multicast to Vsend and Vreceive. Updated README. Rediced queue
size to 1 in LiveVideoIn.
Diffstat (limited to 'Demo/sgi/video/README')
-rw-r--r-- | Demo/sgi/video/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index 335a108..5e14cff 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -57,6 +57,10 @@ Vtime.py (unrelated to vtime!!!) Copy a video file, Vedit.py interactive video editing program +Vsend.py unicast or multicast live video as UDP packets + +Vreceive.py receive transmissions from Vsend + These modules are used by the above programs: @@ -64,6 +68,10 @@ VFile.py classes that read and write CMIF video files Viewer.py two viewer classes used by Vedit +LiveVideoIn.py live video input class, used by Vsend + +LiveVideoOut.py live video output class, used by Vsend and Vreceive + The following are C programs, either for efficiency or because they need to link with a C library: |