Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC client & server #2135

Closed
wants to merge 37 commits into from
Closed

WebRTC client & server #2135

wants to merge 37 commits into from

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    be4d077 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    tomaka committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    9b00ba7 View commit details
    Browse the repository at this point in the history
  3. Add comment about worker

    tomaka committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    368fcbf View commit details
    Browse the repository at this point in the history
  4. WIP

    tomaka committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    6028b53 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. WIP

    tomaka committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    938598a View commit details
    Browse the repository at this point in the history
  2. Missing await

    tomaka committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    009ed59 View commit details
    Browse the repository at this point in the history
  3. WIP

    tomaka committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    05cab74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81f2166 View commit details
    Browse the repository at this point in the history
  5. WIP

    tomaka committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    e447789 View commit details
    Browse the repository at this point in the history
  6. Tweaks to genRandomPayload

    tomaka committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    47a5497 View commit details
    Browse the repository at this point in the history
  7. WIP

    tomaka committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    2ec5323 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    412ca74 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. bin/webrtc-server: add handlers

    and set offer / answer stubs
    melekes committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    688a934 View commit details
    Browse the repository at this point in the history
  2. add CTRL-C handler

    melekes committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    e80dde7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    02c8748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b57d1f3 View commit details
    Browse the repository at this point in the history
  3. add doc for sctp-port and max-message-size

    also add a=ice-options:ice2 to offerer SD
    melekes committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    ff4b88c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. lock files changes

    melekes committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4b4020b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccbeec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56dd084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca52f78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fda941 View commit details
    Browse the repository at this point in the history
  6. no need to parse SDP

    also
    - remove negotiated flag in createDataChannel
    - add ice-lite attr
    - active setup
    melekes committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e83aa16 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    591c0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f23739 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. add docs for ice-lite

    melekes committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    79c5616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da40d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c433903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    206f282 View commit details
    Browse the repository at this point in the history
  5. regenerate key

    melekes committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    56eaa6b View commit details
    Browse the repository at this point in the history
  6. update key

    melekes committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    eb0e08a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. working connection

    melekes committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f6560e4 View commit details
    Browse the repository at this point in the history
  2. add a=end-of-candidates attribute

    which indicates that there will be no further candidates
    melekes committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c347cda View commit details
    Browse the repository at this point in the history
  3. remove group & end-of-candidates attrs

    - `end-of-candidates` requires a=ice-options:trickle
    - BUNDLE is not needed, although mid is
    melekes committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4bb5a1d View commit details
    Browse the repository at this point in the history
  4. minor logging changes

    melekes committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ecba040 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. handle ipv6

    melekes committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    50242e6 View commit details
    Browse the repository at this point in the history
  2. update readme

    melekes committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    03972a9 View commit details
    Browse the repository at this point in the history