rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 26 Feb 2013 19:18:20 +0000 (14:18 -0500)
committerOlivier Crête <olivier.crete@collabora.com>
Tue, 26 Feb 2013 19:19:10 +0000 (14:19 -0500)
Specific case here is Wowza 3.5.0

gst/rtp/gstrtpmp4gdepay.c

index 2d8281d..db472da 100644 (file)
@@ -49,7 +49,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
         "clock-rate = (int) [1, MAX ], "
         "encoding-name = (string) \"MPEG4-GENERIC\", "
         /* required string params */
-        "streamtype = (string) { \"4\", \"5\" }, "      /* 4 = video, 5 = audio */
+        /* "streamtype = (string) { \"4\", \"5\" }, "  Not set by Wowza    4 = video, 5 = audio */
         /* "profile-level-id = (string) [1,MAX], " */
         /* "config = (string) [1,MAX]" */
         "mode = (string) { \"generic\", \"CELP-cbr\", \"CELP-vbr\", \"AAC-lbr\", \"AAC-hbr\" } "