Commit Graph

6 Commits

Author SHA1 Message Date
rob-deutsch
95fcd7b3a0 RTCRtpReceiver now properly tears down
RTCRtpReceiver would leak routines and block if the ReadStream hadn't
given us a packet yet

Closes #387

Co-authored-by: rob-deutsch <robzyb+altgithub@gmail.com>
2019-02-05 23:26:44 -08:00
Sean DuBois
88b495c7f5 Fix SRTP shutdown race
Add Stop() to RTCDtlsTransport and guard the shutdown of SRTP
2019-01-31 03:08:13 -08:00
Sean DuBois
2863555984 Export RTP/RTCP to unique packages
Resolves #272
2019-01-28 11:38:54 -08:00
backkem
db15e20c54 API: Expose SettingEngine
Enable passing custom settings and media engine to an API.
2019-01-24 20:35:49 +01:00
Woodrow Douglass
7743682c86 Use isolated API objects for more tests
This keeps tests from cross-contaminating each other

Relates to #333
2019-01-23 16:21:13 +01:00
Sean DuBois
361cef680f Add RTCPeerConnection Sample test
Relates to #272
2019-01-03 11:56:00 -08:00