[Pkg-voip-commits] [janus] annotated tag v0.2.2 created (now 9b0a62f)
Jonas Smedegaard
dr at jones.dk
Tue Mar 14 12:01:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag v0.2.2
in repository janus.
at 9b0a62f (tag)
tagging 91a1a946d813c80cb7b18a7fb2f644e90b0b0bbd (commit)
replaces v0.2.1
tagged by Lorenzo Miniero
on Wed Mar 8 11:39:18 2017 +0100
- Log -----------------------------------------------------------------
v0.2.2
Alex Smirnov (5):
Fix getting min/max values in janus_rtp_header_extenstion_parse_playout_delay
Check participant->room before using it at janus_videoroom_leave_or_unpublish
Check for videoroom listener at janus_videoroom_incoming_rtcp
Fix setting a XHR.status property that has only a getter
Fix missed jquery $.ajax to nojquery Janus.ajax
Chad Furman (2):
configurable screensharing framerate
Update janus.js
Chad Furman (2016-2020) (3):
Revert "Update janus.js"
made same changes to nojquery
tabs not spaces in nojquery
Chad Phillips (9):
Fix typo in textroom plugin log message for list command
add custom libnice install instructions to README
Allow updating display value via configure command
include display in parameter validation, get rid of extra if statement
remove recommendation to install newer version of libnice
enhancements to BoringSSL handling in autoconf
fix path typo in README
free old display, make setting new display more compact
add janus-event-server to resources page
Hubert Figuière (1):
Fix test pipeline for the streams plugin
Johan Ouwerkerk (3):
Add utility functions to map a network device name or IP address to a network interface.
Permit user configurable network device selection for listening to multicast RTP and RTSP streams in Janus.
Support the datasctpnetwork configuration option for RTP streams.
Kishan Lachhani (1):
fix typo
Lorenzo Miniero (175):
Event handler plugins, first draft
Merge branch 'master' into event-handlers
Only forward events a handler is subscribed to
Allow for the events to be disabled completely (broadcast=no in [events] of janus.cfg)
Merge branch 'master' into event-handlers
Fixed typo
More events, in particular from other plugins than the EchoTest, and added examples to the sample handler plugin
Merge branch 'master' into event-handlers
Added incoming SIP messages to the events (still missing outgoing)
Added outgoing SIP messages to events (to improve/fix)
Merge branch 'master' into event-handlers
Added queue and thread for actually broadcasting events to handler plugins
Added some RTCP and media related statistics to the events, triggered each second
Disable event handlers by default; added command line flag to enable them
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Added events to new TextRoom plugin and aligned to master
Add display name to joined event in VideoRoom
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Added plugin configuration for whether or not to shoot plugin-specific events (even when global configuration is yes)
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Aligned with new v0.2.0
Merge branch 'master' into event-handlers
Increase plugin API version
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Clarified that the sample plugin needs libvurl in the README
Added display to all participant-related events
Implemented event grouping and HTTP auth+timeout in sample event handler
Made basic authentication the only supported method, for now
Added new category of events (core)
Allow plugins to send out-of-context events (no associated session/handle) to event handlers
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Aligned with new v0.2.1
Added simple retransmission mechanism to the sample event handler plugin
Merge branch 'master' into event-handlers
Reset retransmission counter after a success
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Merge branch 'master' into event-handlers
Bumbed version number and small fixes to the docs
Merge pull request #536 from meetecho/event-handlers
Fixed leak when reporting media-type events to handlers
Fixed typo when skipping bytes in post-processing
Added support for libsrtp2 to SIP plugin too (fixes #709)
Removed leftover linking reference in Makefile.am (see #709)
Fixed uncaught typeError for slowLink in janus.ks (fixes issue #710)
Handled case of Aggregate Control containing the URL already (RTSP)
Added check on target extension when post-processing .mjr files
Updated the obsoleted FAQ items in the documentation
Added license exception to explicitly allow linking to OpenSSL (fixes #713)
Use real time instead of monotonic time for events in event handlers
Merge pull request #714 from hijaq/fix/rtpminmax
Fixed truncated error messages in textroom (fixes #720)
Merge pull request #722 from linuxmaniac/vseva/fix_typo
Added manpages for janus and janus-pp-rec (addresses #723)
Merge pull request #726 from meetecho/manpages
Added events_folder property to janus.cfg (fixes #728)
Fixed libcurl-related headers leak (sample event handler, textroom)
Fixed events-related leak when handlers are enabled but none's available (should fix #727)
Fixed outdated line in documentation (fixes #730)
Merge pull request #731 from hfiguiere/patch-1
Merge pull request #734 from hijaq/fix/xhr-status
Fixed duplicate assignment (fixes #735)
Merge pull request #715 from hijaq/fix/videoroomleave
Merge pull request #716 from hijaq/fix/videoroomincrtcp
Fixed exception in videoroom demo JS code
Fixed leftover g_free in a couple of transport plugins (should have been json_decref)
Merge pull request #739 from hijaq/fix/janusjs-nojquery
Added optional identifier to match VideoRoom subscribers to a participant
ACL and kick support in AudioBridge, VideoRoom and TextRoom
Removed unused commented lines in janus.js
Merge pull request #741 from meetecho/publisher-viewer-mapping
Opaque identifier to contextualise handles
Added opaque ID to documentation
Added another paper (Jattack) to publications page
Merge pull request #748 from meetecho/handle-mapping
Deallocate opaque ID when destroying handle
Merge branch 'master' into plugin-tokens
Transport-related events
Unref events queue when shutting down
Added opaqueId to all demos to demonstrate intra-session handles correlation
Merge branch 'master' into transport-events
Removed unused property from AudioBridge
Merge pull request #745 from meetecho/plugin-tokens
Merge branch 'master' into transport-events
Return permament/volatile status as a response to create rooms/mountpoints
Merge pull request #750 from meetecho/transport-events
Removed redundant attribute in Streaming plugin event
Merge pull request #754 from chornyitaras/media_change
Fixed #754, and added error message in case of missing/invalid IP
Fixed crashes in VideoCall when event andlers are enabled (fixes #749)
Increase lifetime of remote candidates before they're enforced (fixes #738)
Allow configuring SSRC when creating RTP forwarders (AudioBridge, VideoRoom)
Fixed typo, and clarified doc for AudioBridge
Make sure private IDs in VideoRoom are unique (fixes #755)
Allow Streaming plugin to relay datachannels, and VideoRoom to forward them
Removed verbose debugging text
Merge pull request #757 from meetecho/rtp-forwarders-pt-ssrc
Merge branch 'master' into streaming-forwarders-datachan
Merge pull request #758 from meetecho/streaming-forwarders-datachan
Updated date in footer
Added accept/reject buttons to VideoCall demo
Added FOSDEM2017 presentation on Event Handlers to video resources in FAQ
Added DevDay Napoli presentation to video resources in FAQ
Add LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT for secure websockets if supported (fixes #768)
Merge pull request #767 from thehunmonkgroup/fix-textoom-list-log-message
Allow some TextRoom commands to be sent via Janus API
Added withCredentials support to XHR requests in janus[.nojquery].js (fixes #742)
Merge branch 'master' of github.com:meetecho/janus-gateway
Updated janus.js documentation
Reply with created/destroyed when requests come from Janus API (fixes #765)
Changed default MAX nack queue to 300ms instead of 1 second
Configurable timeout for the 'not receiving audio/video' events
Merge branch 'master' into media-timeouts
Updated admin.js and documentation
Configurable session timeout value
Option to add temporary extension while recording
Merge pull request #769 from meetecho/textroom-crud
Merge branch 'master' into media-timeouts
Merge branch 'master' into mjr-tempname
Merge branch 'master' into session-timeout
Don't use mountpoint property of session directly (see #777)
Reference third party js/css files externally (see #778)
Added license header to adapter.js (fixes #781)
Fixed broken link to css
Merge pull request #773 from meetecho/media-timeouts
Merge pull request #774 from meetecho/session-timeout
Merge branch 'master' into mjr-tempname
Fixed relative paths to navbar.html and footer.html in docs placeholder
Externalized adapter.js and removed automatic loading of jquery/adapter from janus.js
Allow VideoRoom publishers to force the plugin to drop their data messages
Merge pull request #775 from meetecho/mjr-tempname
Allow websockets server to bind to IP instead of certificate name (fixes #772)
Print when we're using BoringSSL (and turned some related warnings in infos)
Merge pull request #787 from thehunmonkgroup/libnice-custom-install-instructions
Cleaned up the log notification about the crypto lib in use
Merge branch 'master' of github.com:meetecho/janus-gateway
Merge pull request #789 from thehunmonkgroup/boringssl-configure-enhancements
Changed a few warnings to debug messages in janus[.nojquery].js (fixes #791)
Merge branch 'master' into web-refs
Merge pull request #794 from thehunmonkgroup/resource-janus-event-server
New iceState event in janus[.nojquery].js, and enriched webrtcState event
Merge pull request #776 from cmacq2/multicast-multiple-nics
Small changes to #776, and added related doc info to conf file
Merge pull request #786 from thehunmonkgroup/update-display-value-via-configure
Small fixes to #786, and updated example in AudioBridge docs
Merge branch 'master' into web-refs
Merge pull request #780 from meetecho/web-refs
Made RTP context and rewriting part of the core, rather than plugins
Merge branch 'master' into ssrc-changes
Make sure the PeerConnection is valid before invoking the iceState callback
Merge branch 'master' of github.com:meetecho/janus-gateway
Added 'retransmissions' counter to DTLS contexts, available in Admin API and event handlers
Moved most of SRTP-related stuff to rtp.h/.c (cleans dtls and janus_sip)
Require libsrtp >= 1.5 (1.4 will be rejected)
Reduced verbosity of a couple of debug lines
Merge pull request #796 from meetecho/ssrc-changes
Make sure media is only updated after a re-INVITE
Merge pull request #804 from meetecho/srtp-cleanup
Fixed typos in configure.ac
Merge pull request #802 from chadfurman/patch-1
Documented new media.screenshareFrameRate property (see #802)
Merge pull request #808 from oscarvadillog/safari-mobile
Merge pull request #809 from klachhani/patch-1
try/catch JSON.parse in janus.nojquery.js (see #807)
Merge branch 'master' of github.com:meetecho/janus-gateway
Taras Chornyi (1):
Reconnect sockets to new IP as well
Victor Seva (1):
fix typo thanks to lintian
oscarvadillog (3):
Fixed attach and reattach media over iOS devices
Updated browser detection condition. Now, we use adapter.browserDetails
Updated browser detection condition. Now, we use UserAgent if user navigated from mobile Safari
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git
More information about the Pkg-voip-commits
mailing list