更新事件信息页面中的流媒体 URL 逻辑,恢复使用 streamKey 变量以增强灵活性,同时注释掉了之前的硬编码 URL。
This commit is contained in:
@@ -39,8 +39,8 @@ class _EventInfoPageState extends ConsumerState<EventInfoPage> {
|
|||||||
// await ref.read(eventInfoProvider.notifier).getLocalIP() ?? 'sheling';
|
// await ref.read(eventInfoProvider.notifier).getLocalIP() ?? 'sheling';
|
||||||
final ip = UtilSearchNasIp.nasIp ?? 'sheling';
|
final ip = UtilSearchNasIp.nasIp ?? 'sheling';
|
||||||
// final ip = '192.168.1.245';
|
// final ip = '192.168.1.245';
|
||||||
// final streamUrl = 'rtmp://$ip:19090/$streamKey';
|
final streamUrl = 'rtmp://$ip:19090/$streamKey';
|
||||||
final streamUrl = 'rtmp://$ip:19090/测试团队赛录分缓存/空中足球赛/初中组/林培伦vs周白芷';
|
// final streamUrl = 'rtmp://$ip:19090/测试团队赛录分缓存/空中足球赛/初中组/林培伦vs周白芷';
|
||||||
AppNavigator.push(
|
AppNavigator.push(
|
||||||
RecordingPage(
|
RecordingPage(
|
||||||
recordingContext: RecordingContext(
|
recordingContext: RecordingContext(
|
||||||
|
|||||||
Reference in New Issue
Block a user