Releases: mconf/bbb-webrtc-sfu
Releases · mconf/bbb-webrtc-sfu
v2.5.0-dev.3-2
v2.5.0-dev.3-2 test release of the 2.5.0 line from the development branch.
v2.4.7
Patch release v2.4.7.
CHANGELOG
- Implement getMedias API call #185
- [mcs-core] Adjust default H.264 parameters in v2.4.x #178
- [mcs-core] Review internal conference floor handling #179
- [mcs-core] Fix: External FS user handling for BBB channels is botched #180
- [audio] Fix handleUserJoinedVoiceConf evt depay
- Bump mcs-js to v0.0.9
- Bump kurento-client-js to 6.12.0
v2.4.6
Patch release 2.4.6.
CHANGELOG:
- [mcs-core] Properly log stack traces, make removeSessionDescription static #144
- Bump
sdp-transform
to 2.13.0 #149 - [freeswitch] Encode URI before setting it in the UA #149
- Workaround: also emit
MEDIA_DISCONNECTED
for the media session when a child media unit gets disconnected. #149 - No hardcoded default stream bot options #160
- Update
bbb-promise
to 1.2.0. - [mcs-core] FreeSWITCH SDP IP is being mixed with the SIP connection IP #165
- Fixed some race conditions in Video/VideoManager 's session stop procedures #159
- Made some bulky SDP parsing and sugary stuff in sdp-wrapper run on demand instead of running for every https://github.com/mconf/bbb-webrtc-sfu/pull/159SDP. Should reduce SDP parsing operations in the majority of cases.
kurento-client-js
client constructor options are now configurable. #159- Added environment variables for
log.filename
andlog.maxFiles
#159 - Disable Winston's
prettyPrint
for file logging. Performance. #159 - [mcs-core] New configuration:
allowDuplicateExtUserId
#159 - [mcs-core] New optional parameters: externalUserId, autoLeave #159
- Added autoLeave optional parameter to mcs-core`s join #159
- Re-sanitize all leave procedures on video/screenshare/audio and use autoLeave and externalUserId #159
- Properly rollback media process failures in mcs-core #159
- Handle stop while starting glare in audio/video providers #159
- Content sharing doesn't work with WebRTC users when codec_video_content: ANY and with a specific Kurento version #150
- [audio|screenshare|video] Review MEDIA_SERVER_OFFLINE handling and start while offline glare #126
- [video] Make base recording file name depend only on BBB's userId #168
- [mcs-core] Add c=/connection-data info for every media line #166
- [mcs-core] Add option to specify priority codecs when codec_* options are set to ANY #167
- [stream] Changes needed at StreamEventMessage #146
- [mcs-core|sdp] Correctly detect unsupported m=* lines and return inactive lines from them #139
- Bump Dockerfile Node.js version to 12 #138
- Add option to specify media types to be generated on offerer in pub/sub/pubsub calls. #115
- [screenshare|video|audio] Sanitize the session and manager stop procedures. #120
- [mcs-core] Implement media thresholds. #123
- MCS users are being leaked when a BBB meeting is closed. #119
- [video|screenshare] Hook BBB recording events to recording media flowing event. #117
v2.4.6-beta.5
Merge pull request #169 from prlanzarin/v2.4.x-release-load-testing-246 Make webcam/video recording name depend only on BBB`s userId (#1
v2.4.6-beta.4
Merge pull request #162 from prlanzarin/v2.4.x-release-load-testing-246 Bump to v2.4.6-beta.4
v2.4.5
v2.4.6-beta.3
Third stable version of patch release v2.4.6.
v2.5.0-dev.2
First testing release of v2.5.0.
v2.4.4
v2.4.3
Patch release v2.4.3.
CHANGELOG
- [mcs-core/kurento] Made KMS REMB parameters configurable (#25)
- [screenshare] Fixed content swap with external content endpoints leaking sessions (#107)
- [mcs-core] Remade the mcs-message-router event-map data structure to use a hash table instead of arrays (perf.)
- [mcs-core/kurento] Fix kurento's
generateOffer
basefilterOptions
leaving blank lines in the SDP - [screenshare] Do not wait for the transcoder response when trying to stop screensharing with the RTMP bridge disabled
- [stream] Use correct date in RNP streaming API, acording to timezones (
dab804
) - [stream] Send streaming errors back through the Redis API in all cases (
451f760
) - [stream] Use meetingId correctly to set streaming container name (
6863813
) - [stream] Use unique names for streaming containers (
94659d5
)