commit | 427d20a12115dbb35c6391f014f68e5283b3e6a2 | [log] [tgz] |
---|---|---|
author | Santhosh Behara <santhoshbehara@codeaurora.org> | Mon Sep 14 12:16:49 2015 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Oct 06 22:04:41 2015 -0700 |
tree | f681534a703a52755a1708ac5f817916f896cb6b | |
parent | b3f0834aa448d6b4bf8dbddaff4fbcefa3ede422 [diff] |
NuPlayer: Use ".m3u8" in substring search to determine HLS URL In IsHTTPLiveURL(), "m3u8" is being used in sub-string comparison to determine if the given URL is HTTPLiveURL or not. This can lead to false results incase if the given URL has "m3u8" as part of it. Hence use ".m3u8" in strstr() instead of "m3u8". Change-Id: I7f4a3c641d831b3ef77d166701f3e3edabdaebc0