[vlc-commits] [Git][videolan/vlc][master] service discovery/radio: use VideoLAN hosted caching proxies for privacy, speed and reliability

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jul 23 07:39:46 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
803a2057 by Felix Paul Kühne at 2026-07-23T07:23:43+00:00
service discovery/radio: use VideoLAN hosted caching proxies for privacy, speed and reliability

- - - - -


1 changed file:

- modules/services_discovery/radio.c


Changes:

=====================================
modules/services_discovery/radio.c
=====================================
@@ -33,7 +33,7 @@
 #include <vlc_interrupt.h>
 #include <ctype.h>
 
-#define DEFAULT_BASE_URL "https://all.api.radio-browser.info/" // Default Base URL for the Radio Browser API
+#define DEFAULT_BASE_URL "https://radio.videolan.org/"
 #define MRL_PREFIX "radio://"
 #define CSV_MAX_FIELDS 100
 #define STATIONS_PAGE_SIZE 1000
@@ -345,7 +345,7 @@ static void *Run(void *data)
         }
 
         char flag[256];
-        snprintf(flag, sizeof(flag), "https://flagsapi.com/%s/flat/64.png", parser->fields[iso_3166_1_index]);
+        snprintf(flag, sizeof(flag), "https://flags.videolan.org/%s/flat/64.png", parser->fields[iso_3166_1_index]);
         input_item_SetMeta(country_node, vlc_meta_ArtworkURL, flag);
 
         services_discovery_AddItem(p_sd, country_node);



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/803a20570b39fecf8dfcbf9e5822e9e703d78ff9

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/803a20570b39fecf8dfcbf9e5822e9e703d78ff9
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list