1665 Commits

Author SHA1 Message Date
87f71eda79 Documented configuration flags 2021-03-12 12:29:16 +01:00
41e2f93ab6 Added STUN/TURN URI format description in doc 2021-03-12 12:29:12 +01:00
29479d1e91 Updated rtcAddDataChannelEx() in doc 2021-03-12 12:28:21 +01:00
abb01d85df Added DOC.md 2021-03-12 12:28:21 +01:00
e3ffbc0d01 rename file to signaling-server.js 2021-03-12 14:12:09 +03:00
e314318e5a seperate node.js signaling server 2021-03-12 14:09:47 +03:00
3744b8f09d Added thanks section to Readme 2021-03-12 10:38:28 +01:00
f3f8ecfe3b Enhaned Readme and moved building instructions to BUILDING.md 2021-03-12 10:28:23 +01:00
sam
454d31bd82 Added a move to the MediaHandler and a null test 2021-03-11 14:26:07 -05:00
8ab1d80cf8 Updated libjuice to v0.7.0 2021-03-11 13:28:03 +01:00
4cda5fe27b Merge branch 'v0.11' 2021-03-10 18:59:54 +01:00
38db6d7365 Bumped version to 0.11.10 v0.11.10 2021-03-10 18:59:14 +01:00
781d864b9f Added missing atomic 2021-03-10 18:59:12 +01:00
8cbcb35bf4 Fixed incorrect scope_guard 2021-03-10 18:58:15 +01:00
f76243fb38 Merge branch 'v0.11' 2021-03-08 19:30:24 +01:00
b63ec9cead Bumped version to 0.11.9 v0.11.9 2021-03-08 13:07:58 +01:00
aa6f87f467 Removed rtc::Cleanup() call in each test 2021-03-08 13:07:58 +01:00
eec7a761e8 Replaced incorrect reinterpret_pointer_cast by dynamic_pointer_cast 2021-03-08 13:02:25 +01:00
3e905f8b04 Merge branch 'v0.11' 2021-03-07 20:11:14 +01:00
125edff298 Bumped version to 0.11.8 v0.11.8 2021-03-07 20:06:02 +01:00
0813976a5a Use SCTP default congestion control instead of H-TCP 2021-03-07 20:05:18 +01:00
3d6d878354 Merge pull request #361 from murat-dogan/master
Use default congestion control
2021-03-07 19:51:14 +01:00
068691b9d0 Use default congestion control
And disable SCTP_CC_HTCP mode
2021-03-07 17:54:26 +03:00
2fd3f6ad45 Merge branch 'v0.11' 2021-03-06 09:09:18 +01:00
4642504b83 Merge pull request #359 from paullouisageneau/no-nrsack
Do not enable SCTP NR-SACKs
2021-03-06 09:08:47 +01:00
5b760532c2 Do not enable SCTP NR-SACKs 2021-03-05 20:51:09 +01:00
69bcdade50 Merge pull request #358 from paullouisageneau/sctp-limit-flush-scheduling
Limit scheduling of flush tasks in SCTP transport
2021-03-05 20:47:08 +01:00
bd3df48c0b Limit scheduling of flush tasks in SCTP transport 2021-03-05 18:50:10 +01:00
faf3158609 Merge pull request #356 from paullouisageneau/fix-threadpool-workers-access
Fix unsynchronized access in thread pool
2021-03-05 12:20:05 +01:00
b766be1880 Fixed unsynchronized access to mWorkers in ThreadPool 2021-03-05 12:10:29 +01:00
6b4db006f4 Merge branch 'v0.11' 2021-03-04 12:11:07 +01:00
b3edcfa05c Bumped version to 0.11.7 v0.11.7 2021-03-04 12:08:43 +01:00
19e148363c Merge pull request #353 from paullouisageneau/fix-buffered-amount-callback
Fix buffered amount callback synchronization
2021-03-04 12:05:11 +01:00
7f6f178177 Fixed buffered amount callback synchronization 2021-03-03 19:27:54 +01:00
7962069762 Fixed compilation for MacOS 2021-03-03 13:54:57 +01:00
30117bc3a3 Renamed Track::*RtcpHandler methods to Track::*MediaHandler 2021-03-03 12:25:43 +01:00
767694a8b8 Use ptrs, optionals and variants from rtc namespace 2021-03-03 12:16:58 +01:00
ff34858e41 Merge pull request #351 from paullouisageneau/config-autonegotiation
Introduce configuration flag to disable auto negotiation
2021-03-03 12:13:58 +01:00
74f376e246 Added configuration flag to disable auto negotiation 2021-03-03 10:59:31 +01:00
40a29fbd55 Removed addDataChannel method from API 2021-03-02 22:13:22 +01:00
7670883b75 Fixed typo in example code 2021-03-02 21:48:25 +01:00
b264774c2a Fixed streamer default directory path assuming default build 2021-03-02 19:54:25 +01:00
3d04fb794a Added custom MTU and STUN server to C API connectivity test 2021-03-02 19:48:50 +01:00
3c9c5bb37b Merge pull request #349 from paullouisageneau/fix-fragment-size
Harmonize MTU with fragment size
2021-03-02 18:59:28 +01:00
32c4427b96 Reorganized defines and added mtu option to C API 2021-03-02 16:25:05 +01:00
a936fed022 Merge pull request #350 from ilsalvopss/candidate_compare
Candidate == operator compares also mNode and mService
2021-03-02 09:20:27 +01:00
9d72c1818a Candidate == operator compares also mNode and mService 2021-03-01 23:47:26 +01:00
83453635a8 Replaced shared_from_this() with weak_from_this() where applicable 2021-03-01 20:20:06 +01:00
b8adccc0ec Harmonized MTU with fragment size and set default MTU to 1280 2021-03-01 20:11:36 +01:00
9f6e99c0a8 Fixed deadlock in MediaChainableHandler (regression introduced in #347) 2021-03-01 15:29:35 +01:00