From 3f8f3f477e69e717dbeecb0d2ff6d3533e803f33 Mon Sep 17 00:00:00 2001 From: JingChiang Date: Wed, 11 Dec 2024 14:24:41 +0800 Subject: [PATCH] fix: record video play domain name error --- lib/HistoricalRecord.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HistoricalRecord.dart b/lib/HistoricalRecord.dart index 2192237..b21e138 100644 --- a/lib/HistoricalRecord.dart +++ b/lib/HistoricalRecord.dart @@ -232,7 +232,7 @@ class _FallDetailPageState extends State { BetterPlayerDataSource dataSource = BetterPlayerDataSource( BetterPlayerDataSourceType.network, - "https://streamer.comprehensiveguardian.software/stream/${fhvideoId}/playlist.m3u8", + "https://uploader.comprehensive-guardian.systems/stream/${fhvideoId}/playlist.m3u8", videoFormat: BetterPlayerVideoFormat.hls, ); _betterPlayerController.setupDataSource(dataSource);