File: 2008_avoid_virtualbg.patch

package info (click to toggle)
janus 1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,804 kB
  • sloc: ansic: 87,789; javascript: 16,059; makefile: 696; sh: 282; python: 257; lisp: 9
file content (32 lines) | stat: -rw-r--r-- 1,496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description: Avoid referencing virtualbg demo
 The virtualbg demo needs code not packaged in Debian.
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2022-04-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/html/demos.html
+++ b/html/demos.html
@@ -112,10 +112,10 @@
 					<td><a href="webaudio.html">Web Audio Processing</a></td>
 					<td>A variant of the Echo Test demo, that shows how to use Web Audio to process audio before sending it to Janus.</td>
 				</tr>
-				<tr>
+				<!--<tr>
 					<td><a href="virtualbg.html">Virtual Background</a></td>
 					<td>A variant of the Echo Test demo, that shows how to use something like MediaPipe to add a virtual background before sending video to Janus.</td>
-				</tr>
+				</tr>-->
 				<tr>
 					<td><a href="vp9svctest.html">VP9-SVC Video Room</a></td>
 					<td>A variant of the Video Room demo, that allows you to test the VP9 SVC layer selection, if available.</td>
--- a/html/navbar.html
+++ b/html/navbar.html
@@ -32,7 +32,7 @@
 					<li><a href="multiopus.html">Multichannel Opus (surround)</a></li>
 					<li><a href="canvas.html">Canvas Capture</a></li>
 					<li><a href="webaudio.html">Web Audio Processing</a></li>
-					<li><a href="virtualbg.html">Virtual Background</a></li>
+					<!--<li><a href="virtualbg.html">Virtual Background</a></li>-->
 					<li><a href="vp9svctest.html">VP9-SVC Video Room</a></li>
 					<li class="divider"></li>
 					<li><a href="admin.html">Admin/Monitor</a></li>