[vlma-devel] commit: Dummy start_announcing and stop_announcing for VLC class. ( Adrien Maglo )
git version control
git at videolan.org
Wed Dec 30 15:01:10 CET 2009
vlma | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Dec 30 14:49:38 2009 +0100| [feda302d40f82a4ecc667e43077393482aad5117] | committer: Adrien Maglo
Dummy start_announcing and stop_announcing for VLC class.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=feda302d40f82a4ecc667e43077393482aad5117
---
vlma-watchdog/src/streamer/vlc.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/vlma-watchdog/src/streamer/vlc.py b/vlma-watchdog/src/streamer/vlc.py
index 715330b..4f912f3 100644
--- a/vlma-watchdog/src/streamer/vlc.py
+++ b/vlma-watchdog/src/streamer/vlc.py
@@ -70,6 +70,12 @@ class VLC(Streamer):
test1 = buf[-len(CMD_PROMPT):]
test2 = buf[-len(PASSWORD_PROMPT):]
+ def _start_announcing(self, order):
+ pass
+
+ def _stop_announcing(self, order):
+ pass
+
def _sendCmd(self, myS, orderStr):
myS.send(orderStr + "\n")
self._waitForPrompt(myS)
More information about the vlma-devel
mailing list