Commit Graph

  • abedc05ce5 Improve logging, hook up ion with zap logger David Zhao 2021-06-09 12:31:29 -07:00
  • 321ebab99b Add the ability to send data to specific participants (#34) Théo Monnom 2021-06-09 21:14:14 +02:00
  • bbf7f83784 Improve integration test reliability, wait for RedisRouter to start David Zhao 2021-06-09 09:51:44 -07:00
  • f6bafc4a01 Fix deployment guide URL David Zhao 2021-06-09 09:38:26 -07:00
  • 7173dcc1d1 release read lock on AddSubscriber earlier David Zhao 2021-06-08 15:28:18 -07:00
  • d2cadac2b3 deploy script David Colburn 2021-06-07 22:35:00 -07:00
  • e77c819d1a also increase send buffer size, 0.9.8 v0.9.8 David Zhao 2021-06-07 21:22:42 -07:00
  • fc41e14bf3 detect UDP buffer size w/o using original conn. David Zhao 2021-06-07 16:11:48 -07:00
  • d949eaa99f set UDP read buffer size and info/warn during startup David Zhao 2021-06-07 14:59:30 -07:00
  • 3765739c7f stats: Do not count incoming Nack/PLI as outgoing David Zhao 2021-06-07 13:11:13 -07:00
  • 6fd0b8e0da Updated access token doc link David Zhao 2021-06-04 21:04:58 -07:00
  • 5e81982eb6 version bump to 0.9.7 v0.9.7 David Zhao 2021-06-04 20:50:11 -07:00
  • a3228c2ae9 resolve data race conditions, code quality David Zhao 2021-06-04 14:57:55 -07:00
  • 5baf97e99b imports/inspections David Colburn 2021-06-04 14:30:10 -05:00
  • c510ea2e1a Fix race condition with Transport negotiations David Zhao 2021-06-04 12:26:23 -07:00
  • bf281b1994 Simplify test helpers, cleanup redis between tests David Zhao 2021-06-04 11:19:23 -07:00
  • f3006d397b update license & readme David Zhao 2021-06-03 23:22:19 -07:00
  • 1aca86393a version bump to 0.9.6 v0.9.6 David Zhao 2021-06-03 23:15:32 -07:00
  • 59a27d20c3 improve test reliability, fully close rooms during server shutdown David Zhao 2021-06-03 23:04:19 -07:00
  • 9b39349aeb increase timeout for GH CI David Zhao 2021-06-03 22:40:20 -07:00
  • 24919d8ccb working CI test workflow, more reliable transport_test David Zhao 2021-06-03 22:31:31 -07:00
  • 8f46e0f4da set up CI David Zhao 2021-06-03 20:50:31 -07:00
  • 0416299e02 fix sender report batching to not exceed MTU David Zhao 2021-06-03 15:46:41 -07:00
  • 855217bd1c Seed random number generator David Zhao 2021-06-03 11:38:45 -07:00
  • 474d7d7a54 also include protoc-gen-go in tools, locking version during bootstrap David Zhao 2021-06-03 09:36:41 -07:00
  • 69b94e1142 error logging David Colburn 2021-06-03 01:57:43 -05:00
  • 5d85257577 install/update proto-gen tools in bootstrap David Zhao 2021-06-02 22:56:58 -07:00
  • f7339ac4e3 version bump 0.9.5 David Zhao 2021-06-02 22:19:02 -07:00
  • 684691e1cd first commit David Colburn 2021-06-02 23:46:38 -05:00
  • 9ca662f06e fix deadlocks in track subscription David Zhao 2021-06-02 16:43:43 -07:00
  • b769faaec5 minor: better EOF detection David Zhao 2021-06-02 10:20:11 -07:00
  • 0900054c24 ability to disable auto subscribe per participant v0.9.4 David Zhao 2021-05-22 22:54:47 -07:00
  • 55d801d30b update to ion-sfu v1.10.3 David Zhao 2021-05-21 12:18:55 -07:00
  • 79e4151f8d include protoc requirement in bootstrap & readme David Zhao 2021-05-17 12:59:00 -07:00
  • ce0ebd72f1 Use bash in boostrap.sh to make pushd/popd work Feeps 2021-05-17 20:44:23 +02:00
  • 19e6909cbb fix restarting ICE log David Zhao 2021-05-17 11:00:34 -07:00
  • 442b819af9 remove specific version from readme David Zhao 2021-05-17 00:27:22 -07:00
  • e3854eaff4 handle ICE restart and candidate gathering race v0.9.3 David Zhao 2021-05-15 17:31:48 -07:00
  • 6a99146c21 skip ICE restart if subscriber not connected David Zhao 2021-05-14 22:50:45 -07:00
  • 3a302e2b09 version bump v0.9.2 David Zhao 2021-05-14 22:04:09 -07:00
  • ccb322c9c2 more reliable handling of ICE restart v0.9.2 David Zhao 2021-05-14 22:03:08 -07:00
  • c76cdf11c2 add tests to ensure subscriber cleanup David Zhao 2021-05-12 23:52:41 -07:00
  • bbadd4ccb6 properly cleanup downtracks on subscriber disconnect David Zhao 2021-05-12 23:40:41 -07:00
  • 447f2d589b correctly subtract subscribed tracks David Zhao 2021-05-12 09:04:46 -07:00
  • 681010072c support for exposing stats via prometheus v0.9.1 David Zhao 2021-05-11 22:04:59 -07:00
  • a8eba51c33 moved protocol to docs repo David Zhao 2021-05-11 12:46:40 -07:00
  • 9616149a88 collect inbound and outbound packet stats David Zhao 2021-05-11 00:31:18 -07:00
  • 23238898ed update dependencies David Zhao 2021-05-10 15:06:39 -07:00
  • f01fee03c3 default to not map external IP. David Zhao 2021-05-10 13:49:10 -07:00
  • 642e696456 updated readme David Zhao 2021-05-07 13:56:28 -07:00
  • d399a57a7b Removed cli, mux cleanup, docs update David Zhao 2021-05-07 01:16:33 -07:00
  • 933bdb9a2f removed generated protos from repo, utilize gomod dependency David Zhao 2021-05-06 12:39:14 -07:00
  • f60b356807 don't hide trickle decode errors David Zhao 2021-05-06 00:10:23 -07:00
  • 0eb29cc651 also checksum go.mod David Zhao 2021-05-04 15:39:06 -07:00
  • 7877bc6ecd support for redis db David Zhao 2021-04-30 15:03:41 -07:00
  • e1f23e6dbe remove logs about sending lossy packet v0.9.0 David Zhao 2021-04-28 12:39:07 -07:00
  • 6b63cd5b31 Revamp data channels (#32) David Zhao 2021-04-27 22:02:59 -07:00
  • 84ac0a718d single port mode connectivity improvements, ICE v2.1.6 v0.8.5 David Zhao 2021-04-25 14:13:35 -07:00
  • 342adee606 udp instead of udp4 David Zhao 2021-04-22 11:28:57 -07:00
  • 2530fc9082 version bump to 0.8.4 David Zhao 2021-04-21 22:38:35 -07:00
  • 0dddc3c0be DeleteRoom now removes all participants in the room v0.8.4 David Zhao 2021-04-21 22:30:29 -07:00
  • 4725872884 Disconnect immediately when server initiated close David Zhao 2021-04-21 22:05:16 -07:00
  • 92b92ad3de Updated protocol protobufs David Zhao 2021-04-21 21:52:56 -07:00
  • d6c155e060 set joinedAt when participant is created David Zhao 2021-04-21 21:52:31 -07:00
  • 07e4ab0c2a Update to official single port in WebRTC David Zhao 2021-04-21 21:30:16 -07:00
  • 99e6cae8dd Update to UDPMux performance & race condition fix David Zhao 2021-04-19 17:01:30 -07:00
  • 3b236f0d72 handle client reconnect with ICE restarts David Zhao 2021-04-19 16:51:20 -07:00
  • b8c9d05d3e rollback ion-sfu 1.9.7, seeing a crash with simulcast participants v0.8.2 David Zhao 2021-04-17 00:42:52 -07:00
  • 1ef2fb8f4a better startup logging David Zhao 2021-04-16 16:57:57 -07:00
  • 53480b1611 updated config documentation David Zhao 2021-04-16 15:12:18 -07:00
  • 0fc0745c4c update dependencies, version 0.8.1 v0.8.1 David Zhao 2021-04-16 13:59:30 -07:00
  • 93d10b2640 Manual negotiation and plan-b support David Zhao 2021-04-16 00:56:25 -07:00
  • 04f6b61ae1 fix potential timing issue with order sequencing David Zhao 2021-04-16 00:43:55 -07:00
  • 540d1c2e8c always allow ICE candidates, even before offer David Zhao 2021-04-16 00:39:22 -07:00
  • e4238890ff Refactor/cleanup of negotiation path David Zhao 2021-04-15 17:03:22 -07:00
  • 6c5bd4ce42 ECS scripts to deploy single port mode v0.8.0a David Zhao 2021-04-12 22:46:29 -07:00
  • c2777cd556 single-port mode (beta) David Zhao 2021-04-12 22:25:13 -07:00
  • 9a5188d620 update ECS deploy to turn on ICE TCP David Zhao 2021-04-11 00:01:06 -07:00
  • 46f98896a1 version 0.7.5 v0.7.5 David Zhao 2021-04-10 22:03:09 -07:00
  • 54584d6e2e support for Redis ACL with username/password pairs David Zhao 2021-04-10 21:57:35 -07:00
  • 3bba717eb5 Support for TCP-ICE, updated config documentation David Zhao 2021-04-10 21:53:50 -07:00
  • e47754179c disconnect participant when ICE connection fails David Zhao 2021-04-10 10:58:12 -07:00
  • 90792586bb v0.7.4 v0.7.4 David Zhao 2021-04-08 22:07:03 -07:00
  • 9aa6fc29f5 support immediate disconnect via Leave David Zhao 2021-04-08 21:56:53 -07:00
  • b0b28e4499 upgrade to pion v3.0.21, fixes to race condition adding/removing tracks that causes panic David Zhao 2021-04-08 17:35:48 -07:00
  • b29bde4b87 fixed RLock typo v0.7.3 David Zhao 2021-04-07 14:11:47 -07:00
  • 144351a89a use RWMutex for router channel lookup David Zhao 2021-04-06 17:16:55 -07:00
  • e940c5d8ab update to protocol v0.3.2 v0.7.2 David Zhao 2021-03-28 21:06:19 -07:00
  • b90f851be5 return participant connected timestamps David Zhao 2021-03-28 21:05:20 -07:00
  • 8da7b17b95 version 0.7.1 v0.7.1 David Zhao 2021-03-27 22:00:31 -07:00
  • 75d7cb7a56 upgrade to pion 3.0.19 David Zhao 2021-03-27 22:00:07 -07:00
  • ef00a4d33c fixed tests David Zhao 2021-03-27 21:59:00 -07:00
  • dfac44d59e reduce reliance of funk, fixed bug getting subscribed tracks David Zhao 2021-03-27 21:54:46 -07:00
  • cb963f1637 logging port range on start David Zhao 2021-03-23 18:07:04 -07:00
  • f337b777b4 version 0.7.0 v0.7.0 David Zhao 2021-03-20 22:31:59 -07:00
  • fa5b32d309 update to pion v3.0.17 David Zhao 2021-03-20 22:31:16 -07:00
  • 537edda4c3 handle new UpdateParticipant API, enable permission updates David Zhao 2021-03-20 22:27:47 -07:00
  • 6aee50b397 fixed protobuf path reference David Zhao 2021-03-19 23:27:22 -07:00
  • cbff518607 updated to ion-sfu 1.9.6 v0.6.2 David Zhao 2021-03-16 23:43:27 -07:00
  • 0de53f9a33 updated tests for participant update David Zhao 2021-03-16 22:31:09 -07:00