1. 06 6月, 2019 6 次提交
  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 5 次提交
  6. 28 5月, 2019 1 次提交
  7. 23 5月, 2019 8 次提交
  8. 20 5月, 2019 1 次提交
  9. 19 5月, 2019 1 次提交
    • Andrey Volk's avatar
      Merge pull request #1729 in FS/freeswitch from… · 42e3c96d
      Andrey Volk 提交于
      Merge pull request #1729 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11851-reduce-libvpx-and-ffmpeg-compile-time-on-windows to master
      
      * commit 'fe7d5e29':
        FS-11851: [Build-System] Significantly reduce libvpx and ffmpeg compile time on Windows.
      42e3c96d
  10. 18 5月, 2019 1 次提交
  11. 17 5月, 2019 2 次提交
  12. 16 5月, 2019 2 次提交
  13. 15 5月, 2019 2 次提交
  14. 14 5月, 2019 2 次提交
  15. 13 5月, 2019 2 次提交