janus 1.1.2-1build5 source package in Ubuntu

Changelog

janus (1.1.2-1build5) noble; urgency=medium

  * No-change rebuild against libssl3t64.

 -- Colin Watson <email address hidden>  Mon, 15 Apr 2024 01:03:36 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
janus_1.1.2.orig.tar.gz 6.0 MiB f721d62a22b38ba3a341a5502f06b8b3a5a4f7bd0e9cc6c53de257fe99695e17
janus_1.1.2-1build5.debian.tar.xz 23.0 KiB 6a304bf593cbd19648a0fce7123137159c97a0a922c4127d7e86cbc84755505e
janus_1.1.2-1build5.dsc 2.9 KiB 7e9d1b9478d225241465eb960d6abdcc2dbdc55bfed0f410e9964894e8b72e98

Available diffs

View changes file

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-gateway: 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.