From 84fb6fc7448d298f45a99d958a88b0fb3e25285f Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Tue, 5 Jan 2021 18:46:23 +1100 Subject: [PATCH] rtmp-services: Use official Twitch endpoint to fetch ingests --- plugins/rtmp-services/twitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rtmp-services/twitch.c b/plugins/rtmp-services/twitch.c index baf96f696..d4fe7bd17 100644 --- a/plugins/rtmp-services/twitch.c +++ b/plugins/rtmp-services/twitch.c @@ -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); }