[rygel] once again, add mms straming protocol



commit eeeea6c8f69272d9b466b26714fabf5ce9420420
Author: Jens Georg <mail jensge org>
Date:   Wed Apr 29 23:57:02 2009 +0200

    once again, add mms straming protocol
---
 src/rygel/rygel-media-item.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/rygel/rygel-media-item.vala b/src/rygel/rygel-media-item.vala
index b8908b3..816f37a 100644
--- a/src/rygel/rygel-media-item.vala
+++ b/src/rygel/rygel-media-item.vala
@@ -121,6 +121,8 @@ public class Rygel.MediaItem : MediaObject {
         } else if (uri.has_prefix ("rtsp")) {
             // FIXME: Assuming that RTSP is always accompanied with RTP over UDP
             return "rtsp-rtp-udp";
+        } else if (uri.has_prefix ("mms")) {
+            return "mms";
         } else {
             throw new DIDLLiteWriterError.UNKNOWN_URI_TYPE
                             ("Failed to probe protocol for URI %s", uri);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]