localhost added

Origin commit data
------------------
Branch: master
Commit: c871ec85f1
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2022-09-14 20:49:05 +02:00
committed by vanhofen
parent e9b8b5ecc2
commit 564da0f165

View File

@@ -1845,7 +1845,7 @@ int32_t container_ffmpeg_init_av_context(Context_t *context, char *filename, uin
wrapped_set_max_analyze_duration(avContextTab[AVIdx], 1); wrapped_set_max_analyze_duration(avContextTab[AVIdx], 1);
} }
if (strstr(filename, "127.0.0.1") == 0) if ((strstr(filename, "127.0.0.1") == 0) || (strstr(filename, "localhost") == 0))
{ {
ffmpeg_printf(20, "find_streaminfo\n"); ffmpeg_printf(20, "find_streaminfo\n");