mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional
Specific case here is Wowza 3.5.0
This commit is contained in:
parent
df8f5f2f83
commit
df5ca83baf
1 changed files with 1 additions and 1 deletions
|
@ -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\" } "
|
||||
|
|
Loading…
Reference in a new issue