From 564da0f1658b00f3226ae35427e633e95409f7c1 Mon Sep 17 00:00:00 2001 From: BPanther Date: Wed, 14 Sep 2022 20:49:05 +0200 Subject: [PATCH] localhost added Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/c871ec85f1bb3a78cfb32851a61228911ac8d098 Author: BPanther Date: 2022-09-14 (Wed, 14 Sep 2022) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/container/container_ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeplayer3/container/container_ffmpeg.c b/libeplayer3/container/container_ffmpeg.c index 1289b7d..6120998 100644 --- a/libeplayer3/container/container_ffmpeg.c +++ b/libeplayer3/container/container_ffmpeg.c @@ -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); } - 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");