Skip to content
Snippets Groups Projects
  1. Sep 10, 2020
  2. Sep 09, 2020
  3. Sep 08, 2020
  4. Sep 04, 2020
  5. Sep 03, 2020
  6. Sep 02, 2020
  7. Sep 01, 2020
  8. Aug 31, 2020
  9. Aug 28, 2020
  10. Aug 27, 2020
    • Sébastien Blin's avatar
      pjproject: correctly wait that the peer authorize ourself · f0a1e43d
      Sébastien Blin authored
      When connecting to a TURN server, the peer needs to authorize ours candidates
      to access to that server. This check existed, but not at the good place.
      Indeed, the connection' status is given by ice_sess_on_peer_connection, not
      by the first message we send (because the first message is sent when
      the connection already exists).
      I still don't have any clue why this problem was frequent only for the first
      connection between two peers.
      
      Gitlab: #227
      Change-Id: I7b6e6b7b47a05c9463233761ef562820bed1521a
      Unverified
      f0a1e43d
  11. Aug 26, 2020
    • Sébastien Blin's avatar
      conference: handle participants without video · baf12551
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      Conferences informations were missing two cases:
      1. Somebody in the conference, but without any video session. This participant
      is only present in the conference object and need to be added in the informations
      sent.
      2. A participant with a video output, but no input (video muted). In this case,
      the video is rendered by the video mixer, but with a black frame. The coordinates
      should be added into the infos.
      
      To do that, the position calculation is done outside the render_frame and
      ParticipantInfos now has a videoMuted and audioMuted (not used for now) field
      
      Change-Id: I0b979f99c9db032dccbbc8a2cd1a14125ef72071
      baf12551
    • Sébastien Blin's avatar
      data_transfer: emit in main thread · fd5a7a1b
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      Some clients can try to get the data info in the DataTransferEvent's callback
      this can provide a deadlock on infoMutex_. To prevent that, emitting the signal
      on the main thread is necessary.
      
      Change-Id: Ifca032e497272c3da9e2a866a23e4883a142d1e9
      fd5a7a1b
  12. Aug 25, 2020
  13. Aug 21, 2020
  14. Aug 20, 2020
    • Sébastien Blin's avatar
      video_mixer: fix setActiveParticipant(nullptr) · 4337438d
      Sébastien Blin authored
      setActiveParticipant(nullptr) is the only way for now to set the active
      participant to the local video. But the local video is not necessarely
      the first one. So, sometimes, setActiveParticipant(nullptr) was choosing
      another active participant instead the local one.
      
      Change-Id: I868770beb042977ce5ddd0f2dce00451cac04323
      Unverified
      4337438d
  15. Aug 18, 2020
    • Andreas Traczyk's avatar
      misc: remove format.sh · e6472cc5
      Andreas Traczyk authored
      Formatting scripts will now be located in the 'ring-project' repo
      and installed per cpp-submodule.
      
      Change-Id: I8f7a376a541e0c9cc8e5fcb569184d231be8ed21
      e6472cc5
  16. Aug 17, 2020
Loading