Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 427d20a1 authored by Santhosh Behara's avatar Santhosh Behara Committed by Gerrit - the friendly Code Review server
Browse files

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
parent b3f0834a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment