rtmp-services: Use official Twitch endpoint to fetch ingests

This commit is contained in:
Matt Gajownik 2021-01-05 18:46:23 +11:00 committed by Matt Gajownik
parent 92a7c12909
commit 84fb6fc744

View File

@ -169,7 +169,7 @@ void twitch_ingests_refresh(int seconds)
twitch_update_info = update_info_create_single(
"[twitch ingest update] ", get_module_name(),
"https://ingest.twitch.tv/api/v2/ingests",
"https://ingest.twitch.tv/ingests",
twitch_ingest_update, NULL);
}