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);