]> git.sesse.net Git - vlc/commit
* libvlc binding for python
authorCyril Deguet <asmax@videolan.org>
Sun, 16 Feb 2003 23:57:48 +0000 (23:57 +0000)
committerCyril Deguet <asmax@videolan.org>
Sun, 16 Feb 2003 23:57:48 +0000 (23:57 +0000)
commit10004907eca28493fc60ffa0ddab53544f0a3d5c
tree54c1311d78182b89255a386d984e097fea3d84f7
parente1522ec48c51b8f9849c78f6b655fcc659fca3fa
* libvlc binding for python
* new VideoLAN RTSP Server, using libvlc.
  Not yet fully rfc2326-compliant, but it works ;)
python/Makefile [new file with mode: 0644]
python/setup.py [new file with mode: 0644]
python/vlcmodule.c [new file with mode: 0644]
python/vlrs/cfg.py [new file with mode: 0755]
python/vlrs/playlist.py [new file with mode: 0755]
python/vlrs/rtsp.py [new file with mode: 0755]
python/vlrs/session.py [new file with mode: 0755]
python/vlrs/streamer.py [new file with mode: 0755]
python/vlrs/vlrs.py [new file with mode: 0755]