Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 574515b

Browse files
chore: update.
1 parent ebc382b commit 574515b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎example/lib/pages/publish_sample.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class _WhipPublishSampleState extends State<WhipPublishSample> {
3636
_preferences = await SharedPreferences.getInstance();
3737
this.setState(() {
3838
_serverController.text = _preferences.getString('pushserver') ??
39-
'http://127.0.0.1:8080/whip/live/stream1/publish';
39+
'https://demo.cloudwebrtc.com:8080/whip/publish/live/stream1';
4040
});
4141
}
4242

‎example/lib/pages/subscribe_sample.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class _WhipSubscribeSampleState extends State<WhipSubscribeSample> {
3434
_preferences = await SharedPreferences.getInstance();
3535
this.setState(() {
3636
_serverController.text = _preferences.getString('pullserver') ??
37-
'http://127.0.0.1:8080/whip/live/stream1/subscribe';
37+
'https://demo.cloudwebrtc.com:8080/whip/subscribe/live/stream1';
3838
});
3939
}
4040

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /