[vlma-devel] commit: Ask DVBlast to stream also EIT and SDT packets for related services . (Adrien Maglo )

git version control git at videolan.org
Tue Dec 22 12:28:43 CET 2009


vlma | branch: master | Adrien Maglo <magsoft at videolan.org> | Tue Dec 22 12:31:26 2009 +0100| [a45821629bf597ce9ce2df311723335fde690511] | committer: Adrien Maglo 

Ask DVBlast to stream also EIT and SDT packets for related services.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=a45821629bf597ce9ce2df311723335fde690511
---

 vlma-watchdog/src/streamer/dvblast.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vlma-watchdog/src/streamer/dvblast.py b/vlma-watchdog/src/streamer/dvblast.py
index 4cf98f8..aad8c81 100644
--- a/vlma-watchdog/src/streamer/dvblast.py
+++ b/vlma-watchdog/src/streamer/dvblast.py
@@ -53,7 +53,8 @@ class DVBlast(Streamer):
     f.close()
 
   def start_streaming(self, order):
-    args = ["-f", str(order.frequency),
+    args = ["-e",
+            "-f", str(order.frequency),
             "-a", str(order.adapter),
             "-c", self.filename,
             "-t", str(order.ttl),



More information about the vlma-devel mailing list