flumotion/master: Bundle properly depenencies for fragmented streaming

flumotion subversion commit list flumotion-commit at lists.fluendo.com
Tue Sep 27 13:31:53 CEST 2011


Module: flumotion
Branch: master
Commit: a88b36bc8a54b12ab424660e5e193cb0b9875a22
URL:    http://code.flumotion.com/cgit//flumotion/commit/?id=a88b36bc8a54b12ab424660e5e193cb0b9875a22

Author: Andoni Morales Alastruey <ylatuya at gmail.com>
Date:   Tue Sep 13 14:33:40 2011 +0200

Bundle properly depenencies for fragmented streaming

---

 flumotion/component/common/streamer/streamer.xml   |   13 +++++++++++++
 .../consumers/hlsstreamer/hlsstreamer.xml          |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/flumotion/component/common/streamer/streamer.xml b/flumotion/component/common/streamer/streamer.xml
index 4a3f24d..eee2dea 100644
--- a/flumotion/component/common/streamer/streamer.xml
+++ b/flumotion/component/common/streamer/streamer.xml
@@ -56,5 +56,18 @@
         </directories>
     </bundle>
 
+    <bundle name="fragmented-streamer-component">
+        <dependencies>
+            <dependency name="streamer-component" />
+        </dependencies>
+
+        <directories>
+            <directory name="flumotion/component/common/streamer">
+                <filename location="fragmentedstreamer.py" />
+                <filename location="fragmentedresource.py" />
+            </directory>
+        </directories>
+    </bundle>
+
   </bundles>
 </registry>
diff --git a/flumotion/component/consumers/hlsstreamer/hlsstreamer.xml b/flumotion/component/consumers/hlsstreamer/hlsstreamer.xml
index a25c8da..407804e 100644
--- a/flumotion/component/consumers/hlsstreamer/hlsstreamer.xml
+++ b/flumotion/component/consumers/hlsstreamer/hlsstreamer.xml
@@ -74,8 +74,8 @@
 
     <bundle name="hlsstreamer">
         <dependencies>
-            <dependency name="component" />
             <dependency name="hlsstreamer-base" />
+            <dependency name="fragmented-streamer-component" />
         </dependencies>
 
         <directories>


More information about the flumotion-commit mailing list