janus 0.11.8-2 source package in Ubuntu

Changelog

janus (0.11.8-2) unstable; urgency=medium

  * use system-shared JavaScript libraries
    toastr blueimp-md5 boostrap-slider:
    and release janus-demos to main (not contrib):
    + update patch 2003
    + unfuzz patch 2007
    + have janus-demos depend on libjs-toastr libjs-blueimp-md5,
      and suggest libjs-bootstrap-slider
      (not yet in Debian, but used only in one little-used demo page)
  * fix clean generated ocumentation files
  * fix tighten dependency on libjs-webrtc-adapter

 -- Jonas Smedegaard <email address hidden>  Mon, 21 Feb 2022 14:40:54 +0100

Upload details

Uploaded by:
Debian VoIP Team
Uploaded to:
Sid
Original maintainer:
Debian VoIP Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
janus_0.11.8-2.dsc 2.8 KiB 07acc2170d1ad4e9604287f3f5f2324850e482ef6cb37f76510ac3ccea998fa6
janus_0.11.8.orig.tar.gz 6.8 MiB 2b065c5feaec9e40b2310b97cf598bb53346b326bdad73f57b3de319eb0fc65f
janus_0.11.8-2.debian.tar.xz 20.9 KiB 5500bb840fef559056492e75db3fa4a023137aa3531d79f82ba404381df88d49

Available diffs

No changes file available.

Binary packages built by this source

janus: general purpose WebRTC server/gateway

 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 As such, it doesn't provide any functionality per se
 other than implementing the means to set up
 a WebRTC media communication with a browser or application,
 exchanging JSON messages with it over different transports,
 and relaying RTP/RTCP and messages between clients
 and the server-side application logic they're attached to.
 Any specific feature/application is provided
 by server side plugins,
 that browsers can then contact via the server
 to take advantage of the functionality they provide.
 .
 Example of such plugins can be implementations of applications
 like echo tests, conference bridges, media recorders,
 SIP gateways and the like.

janus-dbgsym: debug symbols for janus
janus-demos: general purpose WebRTC server/gateway - demos

 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains a set of demo html applications using Janus.
 .
 The demos require online referenced Javascript code.
 .
 GStreamer example script in package janus-tools is needed
 to feed one of the streams in Streaming demo.

janus-dev: general purpose WebRTC server/gateway - development files

 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains headers for plugin development.

janus-doc: general purpose WebRTC server/gateway - documentation

 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains the html documentation for Janus.

janus-tools: general purpose WebRTC server/gateway - helper tools

 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains the following helper tools:
  * janus-pp-rec - extract media file from a Janus recording
  * pcap2mjr - convert a pcap dump to a Janus recording
  * mjr2pcap - convert a Janus recording to pcap format
 .
 Packages gstreamer1.0-plugins-good gstreamer1.0-x are needed
 for included example streaming script.

janus-tools-dbgsym: debug symbols for janus-tools
libjs-janus: general purpose WebRTC server/gateway - JavaScript library

 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains a JavaScript library
 to interact with Janus from a web browser.