1. 06 6月, 2019 32 次提交
  2. 04 6月, 2019 1 次提交
  3. 03 6月, 2019 2 次提交
  4. 31 5月, 2019 4 次提交
    • Mike Jerris's avatar
      Merge pull request #1738 in FS/freeswitch from… · f3fdbc5a
      Mike Jerris 提交于
      Merge pull request #1738 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11874-faulty-logic-for-checking-addition-of-multiple-mediastream-objects to master
      
      * commit '8fdc4433':
        Fix FS-11874
      f3fdbc5a
    • Chad Phillips's avatar
      Fix FS-11874 · 8fdc4433
      Chad Phillips 提交于
      Verto JS libs allow passing an attachStreams array of MediaStream objects, which are then supposed to be added to the peer connection in the order they are supplied in the array.
      
      However, there is a faulty logic check prior to actually adding the streams, where 'options.attachStream' is checked for length instead of 'options.attachStreams'.
      8fdc4433
    • Mike Jerris's avatar
      Merge pull request #1737 in FS/freeswitch from… · ed135a21
      Mike Jerris 提交于
      Merge pull request #1737 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11873-addstream-adds-audio-video-tracks-in-random-order-use-spec-compliant-addtrack to master
      
      * commit 'f1bc56d6':
        Fix FS-11873: addStream() adds audio/video tracks in random order
      ed135a21
    • Chad Phillips's avatar
      Fix FS-11873: addStream() adds audio/video tracks in random order · f1bc56d6
      Chad Phillips 提交于
      addStream() is a deprecated WebRTC API method, and only works via shimming on some platforms. Internally, it is inconsistent in building an offer SDP in the order which FreeSWITCH expects it, which is audio m-lines first.
      
      This can result in intermittent m-line ordering errors on the client.
      
      Instead addTrack() can be used to force the media tracks to be added to the peer in the order FreeSWITCH expects.
      f1bc56d6
  5. 29 5月, 2019 1 次提交
    • Andrey Volk's avatar
      Merge pull request #1735 in FS/freeswitch from… · cea52ac2
      Andrey Volk 提交于
      Merge pull request #1735 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:FS-11865-fix_mod_com_729_bin_url_change_pr to master
      
      * commit '1f0dea99':
        FS-11865 [mod_com_729] change to use latest version for mod_com_g729 bins so url does not go stale and update new binary paths
      cea52ac2