projects
/
platform
/
core
/
multimedia
/
libmm-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76cbb09
)
Support RTSPS for DAPR-11
24/179124/1
accepted/tizen/4.0/unified/20180517.062259
submit/tizen_4.0/20180516.050001
author
Hyunil
<hyunil46.park@samsung.com>
Wed, 16 May 2018 03:27:14 +0000
(12:27 +0900)
committer
Hyunil
<hyunil46.park@samsung.com>
Wed, 16 May 2018 03:27:14 +0000
(12:27 +0900)
Change-Id: I5b8f3189926a73ee1c7cb0462c162766b3349237
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/mm_player_priv.c
patch
|
blob
|
history
diff --git
a/src/mm_player_priv.c
b/src/mm_player_priv.c
index 6aa03bb769e6e711c4a6461bdb718cd79fa649aa..f9f2c3c05255ba576597c854d5977f448df28b23 100644
(file)
--- a/
src/mm_player_priv.c
+++ b/
src/mm_player_priv.c
@@
-8078,7
+8078,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;