- 25 May, 2020 2 commits
-
-
Harald Alvestrand authored
-
Harald Alvestrand authored
-
- 18 May, 2020 1 commit
-
-
Philipp Hancke authored
fixes #1153, fixes #1256, fixes #1306
-
- 14 May, 2020 1 commit
-
-
Philipp Hancke authored
accidentially committed wrongly as part of #1301
-
- 13 May, 2020 2 commits
-
-
guidou authored
e2ee: update to latest chrome implementation
-
-
- 12 May, 2020 5 commits
-
-
Philipp Hancke authored
which was previously assuming one second and now uses the common approach of dividing by the time difference Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Philipp Hancke authored
this makes Chrome devtools show the name instead of the filename Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Philipp Hancke authored
to make the terminology more specific Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Marco Miltenburg authored
Thank you!
- 09 May, 2020 1 commit
-
-
Harald Alvestrand authored
* Add some instrumentation and console.log it * Some more numbers logged * Untabify
-
- 28 Apr, 2020 2 commits
-
-
Huib Kleinhout authored
Add Insertable Streams samples to menu
-
Harald Alvestrand authored
-
- 16 Apr, 2020 3 commits
-
-
Philipp Hancke authored
Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Philipp Hancke authored
-
Philipp Hancke authored
-
- 13 Apr, 2020 1 commit
-
-
Philipp Hancke authored
adds worker support for e2ee using transferable streams.
-
- 12 Apr, 2020 2 commits
-
-
Philipp Hancke authored
to simplify checking the metadata correctness. Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Philipp Hancke authored
* e2ee: add checkbox to switch audio output to middlebox and back in order to avoid playing both proper audio and garbage at the same time * e2ee: add audio support updating the no-encryption scheme to use less bytes for VP8 and only a single byte for audio * e2ee: dont throw on opus silence frames when cryptokey is not set, the sender can generate three byte opus frames for silence. Don't throw in that case
-
- 08 Apr, 2020 6 commits
-
-
Philipp Hancke authored
still unused until requesting with getUserMedia Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Philipp Hancke authored
This removes RED as payload which allows using wirehark as described in https://webrtchacks.com/wireshark-debug-vp8/ together with the --disable-webrtc-encryption flag (chrome canary/beta) to capture raw packets. Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Philipp Hancke authored
as users seem to be using this page without understand how to test Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Harald Alvestrand authored
* Add a video analyzer example This adds a sample that shows how to use an insertable stream for analyzing an incoming video stream. * Fixes * Warning banner on nonsupported browser * Review comments, display video size * Add size control buttons * Disable size buttons before local stream * eslint
-
Philipp Hancke authored
* e2ee: make it work if there is an audio track too (but throw an exception if there is no video track) * e2ee: fix copyright year Co-authored-by:
Harald Alvestrand <hta@google.com>
-
Philipp Hancke authored
because this is hot off the press
-
- 03 Apr, 2020 1 commit
-
-
Harald Alvestrand authored
* Add a checkbox for encrypting initial frame bytes. This allows to experiment with the effect of encrypting or not encrypting the first bytes of the frame. * Make eslint happy * Remove excessive log
-
- 02 Apr, 2020 1 commit
-
-
Philipp Hancke authored
* e2ee: make fun of the middlebox the visual results of not encrypting the first 10 bytes of the VP8 payload https://tools.ietf.org/html/rfc6386#section-9.1 are much more interesting since the decoder gets enough stuff to allow it to try decoding a bit, resulting in weird images for the middlebox. * e2ee: deal better with in-flight frames when changing keys * add keyIdentifier byte to encryption format reinventing SRTP one field at a time: https://tools.ietf.org/html/rfc3711#section-3 Co-authored-by:
Harald Alvestrand <hta@google.com>
-
- 01 Apr, 2020 3 commits
-
-
Harald Alvestrand authored
-
Harald Alvestrand authored
-
Clayton authored
* Add the error message to the DOM * Cleans up lint issues * Fixes the space before func parens Co-authored-by:
Harald Alvestrand <hta@google.com>
-
- 30 Mar, 2020 1 commit
-
-
Harald Alvestrand authored
* Add an insertable streams demonstrator for encryption. This consists of sending a video track to a receiver and a "middlebox". The receiver has the key, the middlebox doesn't. The receiver can see the video; the middlebox can only see it if the key is blank. The encryption itself is silly. Co-authored-by:
Philipp Hancke <philipp@lifeonair.com>
-
- 25 Mar, 2020 2 commits
-
-
Philipp Hancke authored
restores the CRLF in munge-sdp which apparently gets lost when putting the text into the textarea. Found while testing https://chromium-review.googlesource.com/c/chromium/src/+/1953635 this will make it easier to detect actual changes (if that ever happens) Remember that both LF and CRLF is valid in SDP!
-
Philipp Hancke authored
-
- 24 Mar, 2020 1 commit
-
-
Philipp Hancke authored
as a const its not possible to change it without editing the source code
-
- 17 Mar, 2020 1 commit
-
-
dependabot[bot] authored
Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/7.0.0...7.1.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 03 Mar, 2020 2 commits
-
-
guidou authored
constraints: prefer candidate.address to candidate.іp
-
-
- 19 Feb, 2020 1 commit
-
-
henbos authored
audio/bandwidth: show headerBytes sent
-
- 18 Feb, 2020 1 commit
-
-
Philipp Hancke authored
which visualizes the overhead the RTP header has on audio packets
-