File: control

package info (click to toggle)
simple-whip-server 0.0~git20240308-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: javascript: 1,352; makefile: 21; sh: 1
file content (47 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: simple-whip-server
Section: comm
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 eslint <!nocheck>,
 node-js-yaml <!nocheck>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/pkg-voip-team/simple-whip-server.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/simple-whip-server
Homepage: https://github.com/meetecho/simple-whip-server
Rules-Requires-Root: no

Package: simple-whip-server
Architecture: all
Depends:
 fonts-font-awesome,
 libjs-bootbox,
 libjs-bootstrap,
 libjs-bootswatch,
 libjs-jquery,
 libjs-toastr,
 node-async,
 node-colors,
 node-cors,
 node-debug,
 node-express,
 node-websocket,
 nodejs,
 ${misc:Depends},
Recommends:
 janus,
Description: simple WHIP server using Janus as backend
 Simple WHIP Server is a WHIP server
 using the Janus WebRTC Server as a WebRTC server backend.
 .
 WebRTC-HTTP ingestion protocol (WHIP)
 is a simple HTTP based protocol
 that will allow WebRTC based ingest of content
 into streaming servics and/or CDNs.
 .
 Janus is a general purpose WebRTC server/gateway
 with a minimal footprint.