You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Additional libraries/applications that currently have a Server implementation ar
24
24
-[gstreamer](https://gstreamer.freedesktop.org/)`master` branch, commit ID `637b0d8dc25b660d3b05370e60a95249a5228a39` 20 Aug 2021 (gst-build commit ID `ebcca1e5ead27cab1eafc028332b1984c84b10b2` 26 Mar 2021).
25
25
-[janus](https://janus.conf.meetecho.com/) version `0.10.7`, commit ID `04229be3eeceb28dbc57a70a57928aab223895a5`.
26
26
-[kurento](https://www.kurento.org/) version `6.16.1~1.g907a859`.
27
-
-[libwebrtc](https://webrtc.googlesource.com/src/)`m90` branch, commit ID `a4da76a880d31f012038ac721ac4abc7ea3ffa2d`, commit date `Fri Apr 9 21:03:39 2021 -0700`.
27
+
-[libwebrtc](https://webrtc.googlesource.com/src/)`m132` branch, commit ID `f632fe9be9ce5cef5fcbfd42995271cb3fbb077d`, commit date `Tue Dec 10 09:27:33 2024 +0100`.
Copy file name to clipboardexpand all lines: libwebrtc/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ If the build fails:
10
10
11
11
2.`docker run -it --init --rm libwebrtc-builder:m132`
12
12
13
-
## Building end application docker image
13
+
## Building echo application docker image
14
14
15
15
The application image. It builds the application on an instance of the builder image and then copies the binary to a new ubuntu image and installs the required shared library packages.
16
16
@@ -22,7 +22,7 @@ If the build fails:
22
22
23
23
2.`docker run -it --init --rm libwebrtc-webrtc-echo:m132`
24
24
25
-
## Running docker image
25
+
## Running echo application docker image
26
26
27
27
`docker run -it --init --rm -p 8080:8080 libwebrtc-webrtc-echo:m132`
28
28
@@ -55,6 +55,8 @@ src> ninja -C out/Default
55
55
56
56
Update Dec 2024 for version m132.
57
57
58
+
NOTE: Only the clang build chain is now supported for the libwebrtc build. To use webrtc.lib with Visual Studio the clang build chain can be installed via the Visual Studio Installer and then selected as the option in the project settings.
59
+
58
60
Install the Google depot tools as per https://webrtc.googlesource.com/src/+/main/docs/native-code/development/prerequisite-sw/.
59
61
60
62
In the webrtc-checkout directory, e.g. c:\dev\webrtc-checkout:
0 commit comments