Support RTSPS for DAPR-11 49/178449/1
authorHyunil <hyunil46.park@samsung.com>
Thu, 10 May 2018 06:17:48 +0000 (15:17 +0900)
committerHyunil <hyunil46.park@samsung.com>
Thu, 10 May 2018 06:17:48 +0000 (15:17 +0900)
http://suprem.sec.samsung.net/jira/browse/DAPR-11

Change-Id: Ifeae5c4bf619a6362297329faccff17436d34119
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/mm_player_priv.c

index 16c7301..cf58305 100755 (executable)
@@ -7875,7 +7875,7 @@ static int __mmfplayer_parse_profile(const char *uri, void *param, MMPlayerParse
                        data->uri_type = MM_PLAYER_URI_TYPE_MS_BUFF;
                        ret = MM_ERROR_NONE;
                }
-       } else if ((path = strstr(uri, "rtsp://"))) {
+       } else if ((path = strstr(uri, "rtsp://")) || (path = strstr(uri, "rtsps://"))) {
                if (strlen(path)) {
                        strncpy(data->uri, uri, MM_MAX_URL_LEN-1);
                        data->uri_type = MM_PLAYER_URI_TYPE_URL_RTSP;