Commit 2ab58b0
authored
Upgrade to Janus 1.3.2 (#1901)
Resolves tiny-pilot/tinypilot-pro#1494
This PR makes use of the latest Janus and uStreamer Debian packages.
For testing on device, you can download and install the latest TinyPilot
bundle artifact from this PR's CircleCI workflow:
```bash
curl \
--silent \
--show-error \
--location \
https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/dev-scripts/device/install-bundle | \
sudo bash -s -- \
path-to-bundle-file
```
Notes:
- This PR also upgrades the JavaScript dependencies related to Janus
(i.e., `janus.js` & `webrtc-adapter/adapter.js`) based on the versions
pinned in the [Janus `1.3.2`
demos](https://github.com/meetecho/janus-gateway/blob/v1.3.2/html/demos/streaming.html#L8).
- This PR also renames the Debian build directory name to be consistent
with the resulting Debian package file name (i.e.,
[`<DebianPackageName>_<VersionNumber>-<DebianRevisionNumber>_<DebianArchitecture>.deb`](https://www.debian.org/doc/manuals/debian-faq/pkg-basics.en.html#pkgname)).
This is non-functional change.
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1901"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>1 parent 342bbc8 commit 2ab58b0
File tree
8 files changed
+3247
-3839
lines changed- app
- static/third-party
- janus-gateway
- 1.0.0
- 1.3.2
- webrtc-adapter
- 8.1.1
- 8.2.3
- templates
- bundler
- debian-pkg
8 files changed
+3247
-3839
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments