Lines Matching refs:url
104 const char* url) { in getPlayerType() argument
105 GET_PLAYER_TYPE_IMPL(client, url); in getPlayerType()
173 const char* url, in scoreFactory() argument
180 if (!strncasecmp("http://", url, 7) in scoreFactory()
181 || !strncasecmp("https://", url, 8) in scoreFactory()
182 || !strncasecmp("file://", url, 7)) { in scoreFactory()
183 size_t len = strlen(url); in scoreFactory()
184 if (len >= 5 && !strcasecmp(".m3u8", &url[len - 5])) { in scoreFactory()
188 if (strstr(url,"m3u8")) { in scoreFactory()
192 if ((len >= 4 && !strcasecmp(".sdp", &url[len - 4])) || strstr(url, ".sdp?")) { in scoreFactory()
197 if (!strncasecmp("rtsp://", url, 7)) { in scoreFactory()
226 const char* url, in scoreFactory() argument
228 if (TestPlayerStub::canBeUsed(url)) { in scoreFactory()