Explorar el Código

rtmp-services: Use official Twitch endpoint to fetch ingests

Matt Gajownik hace 4 años
padre
commit
84fb6fc744
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/rtmp-services/twitch.c

+ 1 - 1
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);
 	}