mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 20:31:10 +00:00
gstwebrtc-api: example: use http by default
That way the webpage connects with ws:/ to the signaller. Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/589 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1704>
This commit is contained in:
parent
102185d09d
commit
0a6963f7ce
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const config = {
|
||||||
devServer: {
|
devServer: {
|
||||||
open: true,
|
open: true,
|
||||||
static: false,
|
static: false,
|
||||||
server: "https",
|
server: "http",
|
||||||
port: 9090
|
port: 9090
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue