File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class _WhipPublishSampleState extends State<WhipPublishSample> {
36
36
_preferences = await SharedPreferences .getInstance ();
37
37
this .setState (() {
38
38
_serverController.text = _preferences.getString ('pushserver' ) ??
39
- 'http://localhost :8080/whip/live/stream1' ;
39
+ 'http://127.0.0.1 :8080/whip/live/stream1/publish ' ;
40
40
});
41
41
}
42
42
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class _WhipSubscribeSampleState extends State<WhipSubscribeSample> {
34
34
_preferences = await SharedPreferences .getInstance ();
35
35
this .setState (() {
36
36
_serverController.text = _preferences.getString ('pullserver' ) ??
37
- 'http://localhost :8080/whip/live/stream1' ;
37
+ 'http://127.0.0.1 :8080/whip/live/stream1/subscribe ' ;
38
38
});
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments