-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't call getUserMedia when audio and video are false #1559
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Patch looks fine, thanks! I'll try to test later 👍 |
Done. Thanks! |
While this doesn't solve all the issues you highlighted in #1558, it still is an improvement on the broken |
BogdanovKirill
pushed a commit
to 3dEYE/janus-gateway
that referenced
this pull request
May 10, 2019
commit 914b9ea Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 19:54:04 2019 +0200 Added convenience method to Admin API to test STUN server commit 47b3ce3 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 19:08:38 2019 +0200 Fixed segfault in SIP plugin when using event handlers (see meetecho#1613) commit cf7db8c Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 19:04:32 2019 +0200 Added convenience method to Admin API to test address resolving capabilities commit 3ac7d78 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 18:53:06 2019 +0200 Added ping/pong request to Admin API as well commit 511d4da Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 18:09:42 2019 +0200 Fixed regression in Streaming plugin RTCP support commit 59c6e06 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 17:50:30 2019 +0200 Added option to lock RTP forwarding functionality via admin_key commit f7968f1 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 14:54:44 2019 +0200 Check if the ICE candidate gathering started at all commit a967f1e Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 11:04:51 2019 +0200 Bumped to version 0.7.1 commit d0fecb0 Author: Tristan Matthews <[email protected]> Date: Fri May 3 13:06:28 2019 -0400 janus.js: fix copy paste error which broke answer (meetecho#1607) commit 7a0dc77 Author: Lorenzo Miniero <[email protected]> Date: Thu May 2 10:55:45 2019 +0200 Added count of received retransmissions to Admin API and event handlers commit b8d2198 Author: Lorenzo Miniero <[email protected]> Date: Wed May 1 16:39:32 2019 +0200 Ported fix from meetecho#1601 to master as well commit 99594b1 Author: Tristan Matthews <[email protected]> Date: Wed May 1 10:24:37 2019 -0400 ice: fix inline warning (meetecho#1602) commit 3d88450 Author: Lorenzo Miniero <[email protected]> Date: Wed May 1 15:54:37 2019 +0200 Added proper management of incoming re-INVITEs to SIP plugin (see meetecho#1591) (meetecho#1597) commit 2a8c390 Author: carlcc <[email protected]> Date: Wed May 1 21:51:46 2019 +0800 Add an interception callback to js API (meetecho#1599) commit 0b65fca Author: Lorenzo Miniero <[email protected]> Date: Wed Apr 24 12:07:54 2019 +0200 Added more videos to the documentation commit c0b4250 Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 23 14:31:01 2019 +0200 Fixed warning when building SDP fuzzer commit 8a7c4d1 Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 23 12:09:26 2019 +0200 Initial integration of SDP fuzzing (for SDP utils) (meetecho#1594) commit 8d8bfc6 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 19 18:05:15 2019 +0200 Use json_loadb instead of janus_loads in RabbitMQ transport commit f8394f5 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 19 16:33:31 2019 +0200 [Fuzzers] Use shared libraries when executing locally. commit 8bd5c14 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 19 15:49:56 2019 +0200 Fix some potential crashes in the h264 postprocessor due to invalid packets. commit 767e4e9 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 19 14:49:44 2019 +0200 Fixed several leaks in SDP utils commit 152c7e5 Author: Lorenzo Miniero <[email protected]> Date: Thu Apr 18 18:33:58 2019 +0200 Notify VideoRoom passive attendees when joining as well, if notify_join is TRUE commit 76f8b7f Author: Lorenzo Miniero <[email protected]> Date: Wed Apr 17 17:41:40 2019 +0200 Streamlined the management of outgoing messages in the RabbitMQ transport commit 016ec27 Author: Lorenzo Miniero <[email protected]> Date: Wed Apr 17 13:37:01 2019 +0200 Don't use DTLSv1_2_method() when using LibreSSL commit aa183e1 Merge: bdb8b7f e93ea78 Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 16 14:56:38 2019 +0200 Merge pull request meetecho#1590 from aluedeke/patch-1 Make configure script shell compatible commit e93ea78 Author: Andreas Lüdeke <[email protected]> Date: Tue Apr 16 13:56:24 2019 +0200 Make configure script shell compatible += syntax works only for bash new syntax works in bash and sh commit bdb8b7f Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 16 12:41:29 2019 +0200 Added more videos to the documentation commit e3e3e9c Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 15 16:19:33 2019 +0200 Added explicit check when registering in SIP plugin (fixes meetecho#1522) commit 27ce8a5 Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 15 15:26:19 2019 +0200 Remove encrypted extensions when exchanging SDPs with plugins (see meetecho#1575 and meetecho#1581) commit 62bc9ef Merge: 1ea7937 96a586a Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 15 15:08:03 2019 +0200 Merge pull request meetecho#1585 from atoppi/ws-send-fix Check destroyed flag before sending on a websocket. commit 1ea7937 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 12 16:27:18 2019 +0200 Don't use old constraints where transceivers are available (fixes meetecho#1583) commit 96a586a Author: Alessandro Toppi <[email protected]> Date: Fri Apr 12 15:43:23 2019 +0200 Check destroyed flag before sending on a websocket. commit 6459bd6 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 12 15:40:24 2019 +0200 Fix broken fuzzer build script. commit 29bc747 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 12 15:29:47 2019 +0200 Added new paper to citations in documentation commit 231e23f Merge: 16a88a3 2c9ca05 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 12 11:46:37 2019 +0200 Merge pull request meetecho#1574 from tmatth/feature/fuzz-extra-flags fuzzers: allow extra CFLAGS and/or LDFLAGS to be appended commit 16a88a3 Merge: ce8255e 9d55701 Author: Lorenzo Miniero <[email protected]> Date: Thu Apr 11 20:21:01 2019 +0200 Merge pull request meetecho#1577 from tmatth/bugfix/crash-on-null-rtpmap janus_streaming: guard against NULL rtpmaps commit 9d55701 Author: Tristan Matthews <[email protected]> Date: Wed Apr 10 07:52:54 2019 -0400 janus_streaming: guard against NULL rtpmaps Reported by Ilmars Lacplesis commit 2c9ca05 Author: Tristan Matthews <[email protected]> Date: Mon Apr 8 16:12:30 2019 -0400 fuzzers: allow extra CFLAGS and/or LDFLAGS to be appended Usage: ECFLAGS="-DFOOBAR" ./build.sh commit ce8255e Merge: 58b1bb6 a17240d Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 2 14:33:45 2019 +0200 Merge pull request meetecho#1567 from alienpavlov/master audio/videoTransceiver direction property error in Safari commit 58b1bb6 Merge: 159a856 834ad9a Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 2 09:31:28 2019 +0200 Merge pull request meetecho#1569 from tmatth/extmap-blank-line sdp-utils: avoid extra carriage return for extmap lines commit 834ad9a Author: Tristan Matthews <[email protected]> Date: Mon Apr 1 22:36:48 2019 -0400 sdp-utils: avoid extra carriage return for extmap lines commit a17240d Merge: 217c7de f294dca Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 19:06:08 2019 +0300 Merge branch 'master' of https://github.com/alienpavlov/janus-gateway commit 217c7de Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 18:21:39 2019 +0300 Add files via upload commit f294dca Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 18:49:12 2019 +0300 Add files via upload commit 555c2d2 Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 18:21:39 2019 +0300 Add files via upload commit 159a856 Author: Alessandro Toppi <[email protected]> Date: Mon Apr 1 15:43:38 2019 +0200 Add check-fuzzers target to Makefile. It reuses existing Janus objects to execute regression testing with corpora files. commit c7b6661 Merge: 9318620 0015c97 Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 1 11:26:22 2019 +0200 Merge pull request meetecho#1559 from timsu/190323-fix-remove-video Don't call getUserMedia when audio and video are false commit 9318620 Author: Alessandro Toppi <[email protected]> Date: Tue Mar 26 17:57:29 2019 +0100 Fuzzer run script: list the files before running with a specified folder, change and move some comments. commit d0a9fbc Merge: 3abff27 8675ce6 Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 26 13:56:57 2019 +0100 Merge pull request meetecho#1564 from vahidov/patch-1 JS syntax error in IE commit 8675ce6 Author: Danil <[email protected]> Date: Tue Mar 26 13:45:46 2019 +0100 Arrow functions didn't work in IE Cause of this - syntax error commit 3abff27 Author: Alessandro Toppi <[email protected]> Date: Tue Mar 26 12:24:40 2019 +0100 Fuzzing run script: use script folder in place of pwd, transform crash file path to an absolute path, detect if the supplied crash file is a file or a folder, rename coverage output files and write them in OUT folder. commit e6df534 Author: Alessandro Toppi <[email protected]> Date: Tue Mar 26 12:17:39 2019 +0100 Use CC as linker before falling back to default value in fuzzing build script. commit d76a251 Author: Alessandro Toppi <[email protected]> Date: Mon Mar 25 13:04:47 2019 +0100 Fix RTP fuzzer building error and add jansson dependency when building fuzzers. commit 86a00fe Author: Lorenzo Miniero <[email protected]> Date: Sun Mar 24 11:44:41 2019 +0100 Fixed H.264 keyframe detection, especially when simulcasting commit 0015c97 Author: Tim Su <[email protected]> Date: Sat Mar 23 15:20:00 2019 -0700 Don't call getUserMedia when audio and video are false (e.g. when using removeVideo) commit 60355f1 Author: Lorenzo Miniero <[email protected]> Date: Sat Mar 23 11:36:36 2019 +0100 Changed REMB behavior from 'cap' to 'overwrite', and improved 'no limit' setting EchoTest and VideoCall commit 8135793 Author: Lorenzo Miniero <[email protected]> Date: Sat Mar 23 08:24:57 2019 +0100 Better H.264 keyframe check (fixes meetecho#1552) commit 0ba905d Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 22 19:14:29 2019 +0100 Added temporary 'simulcast2' query string parameter to demos to test rid-based simulcasting on Chrome >= 74 commit 435a1e9 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 22 17:29:54 2019 +0100 Force DTLS 1.2 when using older OpenSSL versions commit b810e60 Merge: 32bcdc1 fd2c102 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 15:58:02 2019 +0100 Merge pull request meetecho#1551 from meetecho/datachan-labels Support for multiple datachannel streams in the same PeerConnection commit 32bcdc1 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 15:56:05 2019 +0100 Bumped to version 0.7.0 commit 490671a Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 14:44:44 2019 +0100 More explicit check on replaceTrack support when using Safari (see meetecho#1550) commit bd6bcdf Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 12:35:32 2019 +0100 Use replaceTrack for Safari as well (fixes meetecho#1550) commit e721f4f Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 11:09:36 2019 +0100 Reduced verbosity of Streaming mountpoint helper threads logs commit 8586d48 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 11:04:50 2019 +0100 Fixed another typo in Streaming plugin commit 999cb14 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 11:01:38 2019 +0100 Fixed issue when switching mountpoints powered by helper threads commit fd2c102 Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 19 19:19:24 2019 +0100 Support for multiple datachannel streams in the same PeerConnection commit 5e0207f Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 19 15:58:58 2019 +0100 Fixed missing simulcast change notifications at startup commit 0df9b89 Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 19 13:01:35 2019 +0100 Some more fixes on rid-based simulcasting Note: rids in JS must be added from high to low commit caefe0f Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 19:37:55 2019 +0100 Only add extension IDs to Admin APIs if they were negotiated commit 85ab104 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 19:34:05 2019 +0100 Fixed typos commit 911ffa9 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 17:24:51 2019 +0100 Fixed typo commit ae48bc0 Author: Alessandro Toppi <[email protected]> Date: Mon Mar 18 17:21:25 2019 +0100 Increase received counter for any packet received on non-rtx-enabled streams. commit 58be79e Merge: d665ff5 96b6478 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 16:59:11 2019 +0100 Merge pull request meetecho#1547 from meetecho/simulcast-rid Better support for rid-based simulcasting commit d665ff5 Author: Alessandro Toppi <[email protected]> Date: Mon Mar 18 16:45:43 2019 +0100 Calculate jitter only after the first iteration. Increase threshold for rtx detection to 120 ms. commit 96b6478 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 16:36:19 2019 +0100 Simplify the parsing of SSRCs in SDP for video streams commit 6bc50c1 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 16:30:58 2019 +0100 Reset extension IDs if they're not negotiated in the answer commit 3b3b78b Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 15:58:17 2019 +0100 Don't pass simulcast attribute along, when anonymizing SDP commit ea4cdb3 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 12:29:25 2019 +0100 Updated simulcast fallback in SIP, SIPre and NoSIP plugins commit 13ad484 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 18:53:41 2019 +0100 Improved support of repaired rid extension commit fc9a0a8 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 18:00:09 2019 +0100 Put rid-related stuff in a different object in the Admin API commit 9a2cd26 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 17:56:45 2019 +0100 Put rid extension IDs in the Admin API report (fixed) commit 0796d74 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 17:36:04 2019 +0100 Put rid extension IDs in the Admin API report commit 5bbd6d4 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 17:05:07 2019 +0100 Added experimental support for repaired-rtp-stream-id extension as well commit 79b1723 Merge: 6075610 2ac24be Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 14:25:10 2019 +0100 Merge branch 'master' into simulcast-rid commit 6075610 Author: Lorenzo Miniero <[email protected]> Date: Thu Mar 14 18:23:44 2019 +0100 Better support for rid-based simulcasting
BogdanovKirill
pushed a commit
to 3dEYE/janus-gateway
that referenced
this pull request
May 10, 2019
commit 914b9ea Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 19:54:04 2019 +0200 Added convenience method to Admin API to test STUN server commit 47b3ce3 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 19:08:38 2019 +0200 Fixed segfault in SIP plugin when using event handlers (see meetecho#1613) commit cf7db8c Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 19:04:32 2019 +0200 Added convenience method to Admin API to test address resolving capabilities commit 3ac7d78 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 18:53:06 2019 +0200 Added ping/pong request to Admin API as well commit 511d4da Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 18:09:42 2019 +0200 Fixed regression in Streaming plugin RTCP support commit 59c6e06 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 17:50:30 2019 +0200 Added option to lock RTP forwarding functionality via admin_key commit f7968f1 Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 14:54:44 2019 +0200 Check if the ICE candidate gathering started at all commit a967f1e Author: Lorenzo Miniero <[email protected]> Date: Fri May 10 11:04:51 2019 +0200 Bumped to version 0.7.1 commit d0fecb0 Author: Tristan Matthews <[email protected]> Date: Fri May 3 13:06:28 2019 -0400 janus.js: fix copy paste error which broke answer (meetecho#1607) commit 7a0dc77 Author: Lorenzo Miniero <[email protected]> Date: Thu May 2 10:55:45 2019 +0200 Added count of received retransmissions to Admin API and event handlers commit b8d2198 Author: Lorenzo Miniero <[email protected]> Date: Wed May 1 16:39:32 2019 +0200 Ported fix from meetecho#1601 to master as well commit 99594b1 Author: Tristan Matthews <[email protected]> Date: Wed May 1 10:24:37 2019 -0400 ice: fix inline warning (meetecho#1602) commit 3d88450 Author: Lorenzo Miniero <[email protected]> Date: Wed May 1 15:54:37 2019 +0200 Added proper management of incoming re-INVITEs to SIP plugin (see meetecho#1591) (meetecho#1597) commit 2a8c390 Author: carlcc <[email protected]> Date: Wed May 1 21:51:46 2019 +0800 Add an interception callback to js API (meetecho#1599) commit 0b65fca Author: Lorenzo Miniero <[email protected]> Date: Wed Apr 24 12:07:54 2019 +0200 Added more videos to the documentation commit c0b4250 Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 23 14:31:01 2019 +0200 Fixed warning when building SDP fuzzer commit 8a7c4d1 Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 23 12:09:26 2019 +0200 Initial integration of SDP fuzzing (for SDP utils) (meetecho#1594) commit 8d8bfc6 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 19 18:05:15 2019 +0200 Use json_loadb instead of janus_loads in RabbitMQ transport commit f8394f5 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 19 16:33:31 2019 +0200 [Fuzzers] Use shared libraries when executing locally. commit 8bd5c14 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 19 15:49:56 2019 +0200 Fix some potential crashes in the h264 postprocessor due to invalid packets. commit 767e4e9 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 19 14:49:44 2019 +0200 Fixed several leaks in SDP utils commit 152c7e5 Author: Lorenzo Miniero <[email protected]> Date: Thu Apr 18 18:33:58 2019 +0200 Notify VideoRoom passive attendees when joining as well, if notify_join is TRUE commit 76f8b7f Author: Lorenzo Miniero <[email protected]> Date: Wed Apr 17 17:41:40 2019 +0200 Streamlined the management of outgoing messages in the RabbitMQ transport commit 016ec27 Author: Lorenzo Miniero <[email protected]> Date: Wed Apr 17 13:37:01 2019 +0200 Don't use DTLSv1_2_method() when using LibreSSL commit aa183e1 Merge: bdb8b7f e93ea78 Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 16 14:56:38 2019 +0200 Merge pull request meetecho#1590 from aluedeke/patch-1 Make configure script shell compatible commit e93ea78 Author: Andreas Lüdeke <[email protected]> Date: Tue Apr 16 13:56:24 2019 +0200 Make configure script shell compatible += syntax works only for bash new syntax works in bash and sh commit bdb8b7f Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 16 12:41:29 2019 +0200 Added more videos to the documentation commit e3e3e9c Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 15 16:19:33 2019 +0200 Added explicit check when registering in SIP plugin (fixes meetecho#1522) commit 27ce8a5 Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 15 15:26:19 2019 +0200 Remove encrypted extensions when exchanging SDPs with plugins (see meetecho#1575 and meetecho#1581) commit 62bc9ef Merge: 1ea7937 96a586a Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 15 15:08:03 2019 +0200 Merge pull request meetecho#1585 from atoppi/ws-send-fix Check destroyed flag before sending on a websocket. commit 1ea7937 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 12 16:27:18 2019 +0200 Don't use old constraints where transceivers are available (fixes meetecho#1583) commit 96a586a Author: Alessandro Toppi <[email protected]> Date: Fri Apr 12 15:43:23 2019 +0200 Check destroyed flag before sending on a websocket. commit 6459bd6 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 12 15:40:24 2019 +0200 Fix broken fuzzer build script. commit 29bc747 Author: Lorenzo Miniero <[email protected]> Date: Fri Apr 12 15:29:47 2019 +0200 Added new paper to citations in documentation commit 231e23f Merge: 16a88a3 2c9ca05 Author: Alessandro Toppi <[email protected]> Date: Fri Apr 12 11:46:37 2019 +0200 Merge pull request meetecho#1574 from tmatth/feature/fuzz-extra-flags fuzzers: allow extra CFLAGS and/or LDFLAGS to be appended commit 16a88a3 Merge: ce8255e 9d55701 Author: Lorenzo Miniero <[email protected]> Date: Thu Apr 11 20:21:01 2019 +0200 Merge pull request meetecho#1577 from tmatth/bugfix/crash-on-null-rtpmap janus_streaming: guard against NULL rtpmaps commit 9d55701 Author: Tristan Matthews <[email protected]> Date: Wed Apr 10 07:52:54 2019 -0400 janus_streaming: guard against NULL rtpmaps Reported by Ilmars Lacplesis commit 2c9ca05 Author: Tristan Matthews <[email protected]> Date: Mon Apr 8 16:12:30 2019 -0400 fuzzers: allow extra CFLAGS and/or LDFLAGS to be appended Usage: ECFLAGS="-DFOOBAR" ./build.sh commit ce8255e Merge: 58b1bb6 a17240d Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 2 14:33:45 2019 +0200 Merge pull request meetecho#1567 from alienpavlov/master audio/videoTransceiver direction property error in Safari commit 58b1bb6 Merge: 159a856 834ad9a Author: Lorenzo Miniero <[email protected]> Date: Tue Apr 2 09:31:28 2019 +0200 Merge pull request meetecho#1569 from tmatth/extmap-blank-line sdp-utils: avoid extra carriage return for extmap lines commit 834ad9a Author: Tristan Matthews <[email protected]> Date: Mon Apr 1 22:36:48 2019 -0400 sdp-utils: avoid extra carriage return for extmap lines commit a17240d Merge: 217c7de f294dca Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 19:06:08 2019 +0300 Merge branch 'master' of https://github.com/alienpavlov/janus-gateway commit 217c7de Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 18:21:39 2019 +0300 Add files via upload commit f294dca Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 18:49:12 2019 +0300 Add files via upload commit 555c2d2 Author: Alex Pavlov <[email protected]> Date: Mon Apr 1 18:21:39 2019 +0300 Add files via upload commit 159a856 Author: Alessandro Toppi <[email protected]> Date: Mon Apr 1 15:43:38 2019 +0200 Add check-fuzzers target to Makefile. It reuses existing Janus objects to execute regression testing with corpora files. commit c7b6661 Merge: 9318620 0015c97 Author: Lorenzo Miniero <[email protected]> Date: Mon Apr 1 11:26:22 2019 +0200 Merge pull request meetecho#1559 from timsu/190323-fix-remove-video Don't call getUserMedia when audio and video are false commit 9318620 Author: Alessandro Toppi <[email protected]> Date: Tue Mar 26 17:57:29 2019 +0100 Fuzzer run script: list the files before running with a specified folder, change and move some comments. commit d0a9fbc Merge: 3abff27 8675ce6 Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 26 13:56:57 2019 +0100 Merge pull request meetecho#1564 from vahidov/patch-1 JS syntax error in IE commit 8675ce6 Author: Danil <[email protected]> Date: Tue Mar 26 13:45:46 2019 +0100 Arrow functions didn't work in IE Cause of this - syntax error commit 3abff27 Author: Alessandro Toppi <[email protected]> Date: Tue Mar 26 12:24:40 2019 +0100 Fuzzing run script: use script folder in place of pwd, transform crash file path to an absolute path, detect if the supplied crash file is a file or a folder, rename coverage output files and write them in OUT folder. commit e6df534 Author: Alessandro Toppi <[email protected]> Date: Tue Mar 26 12:17:39 2019 +0100 Use CC as linker before falling back to default value in fuzzing build script. commit d76a251 Author: Alessandro Toppi <[email protected]> Date: Mon Mar 25 13:04:47 2019 +0100 Fix RTP fuzzer building error and add jansson dependency when building fuzzers. commit 86a00fe Author: Lorenzo Miniero <[email protected]> Date: Sun Mar 24 11:44:41 2019 +0100 Fixed H.264 keyframe detection, especially when simulcasting commit 0015c97 Author: Tim Su <[email protected]> Date: Sat Mar 23 15:20:00 2019 -0700 Don't call getUserMedia when audio and video are false (e.g. when using removeVideo) commit 60355f1 Author: Lorenzo Miniero <[email protected]> Date: Sat Mar 23 11:36:36 2019 +0100 Changed REMB behavior from 'cap' to 'overwrite', and improved 'no limit' setting EchoTest and VideoCall commit 8135793 Author: Lorenzo Miniero <[email protected]> Date: Sat Mar 23 08:24:57 2019 +0100 Better H.264 keyframe check (fixes meetecho#1552) commit 0ba905d Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 22 19:14:29 2019 +0100 Added temporary 'simulcast2' query string parameter to demos to test rid-based simulcasting on Chrome >= 74 commit 435a1e9 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 22 17:29:54 2019 +0100 Force DTLS 1.2 when using older OpenSSL versions commit b810e60 Merge: 32bcdc1 fd2c102 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 15:58:02 2019 +0100 Merge pull request meetecho#1551 from meetecho/datachan-labels Support for multiple datachannel streams in the same PeerConnection commit 32bcdc1 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 15:56:05 2019 +0100 Bumped to version 0.7.0 commit 490671a Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 14:44:44 2019 +0100 More explicit check on replaceTrack support when using Safari (see meetecho#1550) commit bd6bcdf Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 12:35:32 2019 +0100 Use replaceTrack for Safari as well (fixes meetecho#1550) commit e721f4f Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 11:09:36 2019 +0100 Reduced verbosity of Streaming mountpoint helper threads logs commit 8586d48 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 11:04:50 2019 +0100 Fixed another typo in Streaming plugin commit 999cb14 Author: Lorenzo Miniero <[email protected]> Date: Wed Mar 20 11:01:38 2019 +0100 Fixed issue when switching mountpoints powered by helper threads commit fd2c102 Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 19 19:19:24 2019 +0100 Support for multiple datachannel streams in the same PeerConnection commit 5e0207f Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 19 15:58:58 2019 +0100 Fixed missing simulcast change notifications at startup commit 0df9b89 Author: Lorenzo Miniero <[email protected]> Date: Tue Mar 19 13:01:35 2019 +0100 Some more fixes on rid-based simulcasting Note: rids in JS must be added from high to low commit caefe0f Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 19:37:55 2019 +0100 Only add extension IDs to Admin APIs if they were negotiated commit 85ab104 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 19:34:05 2019 +0100 Fixed typos commit 911ffa9 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 17:24:51 2019 +0100 Fixed typo commit ae48bc0 Author: Alessandro Toppi <[email protected]> Date: Mon Mar 18 17:21:25 2019 +0100 Increase received counter for any packet received on non-rtx-enabled streams. commit 58be79e Merge: d665ff5 96b6478 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 16:59:11 2019 +0100 Merge pull request meetecho#1547 from meetecho/simulcast-rid Better support for rid-based simulcasting commit d665ff5 Author: Alessandro Toppi <[email protected]> Date: Mon Mar 18 16:45:43 2019 +0100 Calculate jitter only after the first iteration. Increase threshold for rtx detection to 120 ms. commit 96b6478 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 16:36:19 2019 +0100 Simplify the parsing of SSRCs in SDP for video streams commit 6bc50c1 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 16:30:58 2019 +0100 Reset extension IDs if they're not negotiated in the answer commit 3b3b78b Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 15:58:17 2019 +0100 Don't pass simulcast attribute along, when anonymizing SDP commit ea4cdb3 Author: Lorenzo Miniero <[email protected]> Date: Mon Mar 18 12:29:25 2019 +0100 Updated simulcast fallback in SIP, SIPre and NoSIP plugins commit 13ad484 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 18:53:41 2019 +0100 Improved support of repaired rid extension commit fc9a0a8 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 18:00:09 2019 +0100 Put rid-related stuff in a different object in the Admin API commit 9a2cd26 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 17:56:45 2019 +0100 Put rid extension IDs in the Admin API report (fixed) commit 0796d74 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 17:36:04 2019 +0100 Put rid extension IDs in the Admin API report commit 5bbd6d4 Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 17:05:07 2019 +0100 Added experimental support for repaired-rtp-stream-id extension as well commit 79b1723 Merge: 6075610 2ac24be Author: Lorenzo Miniero <[email protected]> Date: Fri Mar 15 14:25:10 2019 +0100 Merge branch 'master' into simulcast-rid commit 6075610 Author: Lorenzo Miniero <[email protected]> Date: Thu Mar 14 18:23:44 2019 +0100 Better support for rid-based simulcasting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(e.g. when using removeVideo)
See discussion: #1558