Sean DuBois
|
dc4b591c4d
|
Start pion/webrtc/v4
60eea43 is a breaking change
|
2023-09-05 11:48:14 -04:00 |
|
Steffen Vogel
|
683fc837d0
|
Make repo REUSE compliant
|
2023-05-05 11:58:49 -04:00 |
|
Sean DuBois
|
9c47fea3f2
|
Remove new RTCSessionDescription pattern
SetRemoteDescription accepts a RTCSessionDescriptionInit so this is no
longer needed
Resolves #2324
|
2022-10-24 22:36:30 -04:00 |
|
Sean DuBois
|
157220e800
|
Run gofmt to add new build constraints
Also remove some 1.13 specific WASM code
|
2022-01-17 22:36:01 -05:00 |
|
Sean DuBois
|
8cbcb571c2
|
Use constants for MimeType
Replace VP8/H264/Opus string usage
|
2021-08-25 21:41:49 -04:00 |
|
Sean DuBois
|
9715626a0c
|
Revert "Read/Write RTP/RTCP packets with context"
This change caused a ~24% performance decrease
Relates to pion/webrtc#1564
This reverts commit 47a7a64898 .
|
2020-12-02 20:11:06 -08:00 |
|
Atsushi Watanabe
|
47a7a64898
|
Read/Write RTP/RTCP packets with context
Control cancel/timeout by context.
|
2020-12-01 11:08:48 +09:00 |
|
Sean DuBois
|
7edfb701e0
|
New Track API
The Pion WebRTC API has been dramatically redesigned. The design docs
are located here [0]
You can also read the release notes [1] on how to migrate your
application.
[0] https://github.com/pion/webrtc-v3-design
[1] https://github.com/pion/webrtc/wiki/Release-WebRTC@v3.0.0
|
2020-11-15 09:20:47 -08:00 |
|
Sean DuBois
|
804a12fed3
|
Update CI configs to v0.4.7
Update lint scripts and CI configs.
|
2020-09-30 09:06:34 -07:00 |
|
Sean DuBois
|
89d7de1787
|
Start /v3
See #9 for the features we have planned, and the breaking changes that
may occur.
|
2020-06-25 09:45:27 -07:00 |
|
Sean DuBois
|
846257b1a1
|
Don't upcase opus when adding to SDP
When making MediaEngine case-insensitive in 20f2d18
Opus was upcased when adding to SDP. This returns it
to what it was before
Resolves #1078
|
2020-03-14 00:03:55 -07:00 |
|
Atsushi Watanabe
|
534b985975
|
Add E2E DataChannel test
Ping-pong between pion and browser.
|
2020-02-09 22:13:26 -08:00 |
|
Atsushi Watanabe
|
a1763e9800
|
Add fundamental browser E2E test
Add connection establish and RTP packet count test using headless
Chromium. Run the test as GitHub Action.
|
2020-02-09 10:34:44 +09:00 |
|