|
b3a980f079
|
Change unordered_map write logic
|
2021-04-11 13:22:48 +03:00 |
|
|
ab946bb711
|
Multiple Data Channel Output Example
|
2021-04-10 19:58:48 +03:00 |
|
|
120e57cc5c
|
fix app outputs
|
2021-04-10 19:55:59 +03:00 |
|
|
f1080bfd0f
|
implement dataChannelCount option
|
2021-04-10 19:48:26 +03:00 |
|
|
8190188a05
|
add dataChannelCount option
|
2021-04-10 19:48:10 +03:00 |
|
|
a48f080605
|
Merge branch 'v0.12'
|
2021-04-10 16:25:46 +02:00 |
|
|
62b435a4aa
|
Fixed compilation warnings
|
2021-04-10 16:22:05 +02:00 |
|
|
9da756bd12
|
Updated Jamfile
|
2021-04-10 10:54:10 +02:00 |
|
|
1acfcaa830
|
Added missing include in Jamfile
|
2021-04-10 09:38:01 +02:00 |
|
|
f5b584f536
|
Handle empty RTCIceCandidate.candidate as "end of candidates" indicator
|
2021-04-08 15:10:26 +02:00 |
|
|
3eb8ab567e
|
Bumped version to 0.12.1
v0.12.1
|
2021-04-07 17:45:03 +02:00 |
|
|
f1a7afb28e
|
Merge pull request #392 from paullouisageneau/fix-htonll
Fix htonll fallback implementation
|
2021-04-07 16:01:53 +02:00 |
|
|
9a7b672d6e
|
Fixed htonll fallback implementation
|
2021-04-07 15:50:11 +02:00 |
|
|
9da58f4343
|
Updated Readme
|
2021-04-06 19:02:33 +02:00 |
|
|
ef2e7c609a
|
Merge pull request #390 from paullouisageneau/fix-dc-double-offer
Fix DataChannel stream number assignment on double offer
|
2021-04-06 18:52:44 +02:00 |
|
|
d330738b41
|
Fixed synchronization in DataChannel::shiftStream()
|
2021-04-06 18:44:29 +02:00 |
|
|
791e6b1e32
|
Fixed DataChannel shifting on double offer
|
2021-04-06 18:39:12 +02:00 |
|
|
b5884c84fc
|
Fixed mistakes in Doc
|
2021-04-04 17:07:17 +02:00 |
|
|
236d0e9b33
|
Bumped version to 0.12.0
v0.12.0
|
2021-04-03 20:56:36 +02:00 |
|
|
ae2cf2f0d1
|
Removed deprecated USE_JUICE CMake option
|
2021-04-03 20:56:01 +02:00 |
|
|
238358b5a3
|
Updated libjuice to v0.7.1
|
2021-04-03 20:05:09 +02:00 |
|
|
c0b0917601
|
Merge pull request #387 from paullouisageneau/pending-datachannels
Queue for incoming Data Channels and Tracks
|
2021-04-02 12:04:12 +02:00 |
|
|
b2d9332fcd
|
Added pending queue for incoming DataChannels and Tracks
|
2021-04-02 11:21:44 +02:00 |
|
|
c3e0dbf003
|
Disabled WebSocket test
|
2021-04-01 17:21:49 +02:00 |
|
|
ac26d90dfb
|
Merge pull request #386 from paullouisageneau/message-size
Add setting to change local maximum message size
|
2021-04-01 14:24:43 +02:00 |
|
|
93e985a541
|
Fixed CI WebSocket test on MacOS
|
2021-04-01 14:16:48 +02:00 |
|
|
686b8c3aa5
|
Fixed generated application SDP entry with libnice
|
2021-03-31 21:34:57 +02:00 |
|
|
b07ebcffa4
|
Added maxMessageSize to Doc
|
2021-03-31 18:14:20 +02:00 |
|
|
77dc32da37
|
Added maxMessageSize configuration setting
|
2021-03-31 18:10:35 +02:00 |
|
|
17a649b29b
|
Merge pull request #385 from wasphin/feature/install-missing-header
Fix missing header utils.hpp
|
2021-03-27 08:33:25 +01:00 |
|
|
82e93062d3
|
Fix missing header utils.hpp
|
2021-03-27 15:11:31 +08:00 |
|
|
85b0e11cb8
|
Reordered Readme
|
2021-03-26 21:07:55 +01:00 |
|
|
294a1230b0
|
Re-enabled WebSocket echo test
|
2021-03-26 20:33:57 +01:00 |
|
|
f61ca226fb
|
Check return of read() and write() to prevent g++ warning
|
2021-03-26 20:33:36 +01:00 |
|
|
10dcf36f3a
|
Merge pull request #384 from murat-dogan/client-benchmark-readme
Client benchmark readme
|
2021-03-26 20:33:04 +01:00 |
|
|
ec1a358e66
|
fix typos
|
2021-03-25 14:43:51 +03:00 |
|
|
42f59cc033
|
add client-benchmark readme
|
2021-03-25 14:35:34 +03:00 |
|
|
4609db256f
|
update examples/readme
|
2021-03-25 14:08:26 +03:00 |
|
|
91c28fec6c
|
Merge pull request #368 from murat-dogan/client-benchmark
Client for benchmark purposes
|
2021-03-24 19:11:29 +01:00 |
|
|
5028598728
|
Merge pull request #383 from paullouisageneau/force-srtp-profile
Always negotiate SRTP profile in DTLS handshake
|
2021-03-24 19:08:43 +01:00 |
|
|
a70afacfda
|
Always set SRTP profile
|
2021-03-24 18:30:17 +01:00 |
|
|
7226ecb0b5
|
change elapsedTimeInMs to elapsedTimeInSecs
|
2021-03-24 20:17:04 +03:00 |
|
|
9eefc723c2
|
use elapsedTime for calculation
|
2021-03-24 12:13:11 +03:00 |
|
|
33c7518b17
|
Merge pull request #379 from hanseuljun/uwp-examples
Supporting Examples in UWP
|
2021-03-23 21:54:04 +01:00 |
|
|
d34ee67fbf
|
Fixed Readme
|
2021-03-23 21:42:50 +01:00 |
|
|
6e7335e844
|
Merge pull request #382 from paullouisageneau/update-plog
Update plog
|
2021-03-23 21:32:28 +01:00 |
|
|
73e8ed7344
|
Merge branch 'master' into uwp-examples
|
2021-03-23 21:30:05 +01:00 |
|
|
58fbc83df3
|
Fixed indentation
|
2021-03-23 21:27:42 +01:00 |
|
|
a624b41cee
|
Merge pull request #381 from hanseuljun/uwp-streamer
Avoid error message coming from UWP MSVC
|
2021-03-23 21:26:19 +01:00 |
|
|
4cf5f8356a
|
Changed plog URL to https://github.com/SergiusTheBest/plog.git
|
2021-03-23 21:18:53 +01:00 |
|