Commit Graph

12 Commits

Author SHA1 Message Date
Sean DuBois
1cdfc10c84 Mass replace pions -> pion
Pions organization was renamed to pion
2019-04-04 15:32:03 -07:00
Sean DuBois
fdcb1a3941 Rewrite examples to avoid onnegotiationneeded
onnegotiationneeded is broken in libwebrtc M73, so
just rewrite all examples to only set the offer once

Resolves #545
2019-03-23 13:36:06 -07:00
Antoine Baché
6a68ca04a8 IVF records can now be longer than 30s
- Added timeout to save-to-disk example
- Writing number of IVF frames when closing the file
- Fixed typos

Relates to #471
2019-03-07 14:49:25 -08:00
backkem
7a527fadb3 Examples: exchange entire RTCSessionDescription
Resolves #39
2018-12-08 11:06:16 +01:00
Sean DuBois
b431455273 Add STUN to all examples 2018-08-16 14:51:57 -07:00
Sean DuBois
d9e6b8b61f Update examples to only generate SDP when candidates are done gathering 2018-08-11 13:56:28 -07:00
Sean DuBois
dd0c3da122 Revert jsfiddle links with getUserMedia
AudioCapture and VideoCapture is blocked by jsfiddle when using this
feature. Need to debug+fix
2018-07-07 11:41:56 -07:00
Sean DuBois
76a07068c9 Use HTTPS for jsfiddle examples 2018-07-07 11:32:58 -07:00
Sean DuBois
074e3391bf Move JSfiddle snippets to git
jsfiddle provides a way to create snippets from Github via a URL. This
way we can still provide easy demos, but get all the nice things from
having them in Git

Closes #32
2018-07-07 11:32:58 -07:00
Sean DuBois
f7ae8e3d0a Copy @backkem doc fixes to gstreamer-receive and save-to-disk 2018-07-03 11:42:40 -07:00
Sean DuBois
de2fb09778 Add support for receiving audio
Update gstreamer-receive to create pipelines for each input.

Currently we don't allow the user to pass in what codecs they support and we don't
take into account the offer. The API will need to be updated to catch
both these signaling errors. The user will pass a slice of support
codecs.
2018-07-01 02:04:47 -07:00
Sean DuBois
882619f02c Doc updates
* Finish README.md
* Create README.md for every example
* Finish DESIGN.md
2018-06-18 22:22:19 -07:00