Skip to content

Commit 2ab58b0

Browse files
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

8 files changed

+3247
-3839
lines changed

app/license_notice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class LicenseMetadata:
4444
name='Janus',
4545
homepage_url='https://janus.conf.meetecho.com',
4646
license_url=
47-
'https://raw.githubusercontent.com/meetecho/janus-gateway/v1.0.1/COPYING'
47+
'https://raw.githubusercontent.com/meetecho/janus-gateway/v1.3.2/COPYING'
4848
),
4949

5050
# JavaScript dependencies.

0 commit comments

Comments
 (0)