sylba2050
444e0bc576
Rename examples/echo -> examples/reflect
...
"echo" has two meanings: a Linux command and a pre-built binary.
so change it to make it easier to identify.
2019-09-04 00:27:48 -07:00
Sean DuBois
0d585106c0
Add examples/play-from-disk
...
Using IVFReader demonstrate how users can stream a video
from hard disk to browser.
Relates to #636
2019-08-08 16:44:50 -07:00
Sean DuBois
2228e7f61e
Add custom-logger example
...
Demonstrate how users can user their own logger via the
SettingEngine
Resolves #726
2019-07-11 20:24:07 +01:00
Sean DuBois
77cacbb787
Add examples/echo
...
The echo example demonstrates how to have Pion
send back to the user exactly what it receives
using the same PeerConnection.
Relates to #560
Co-authored-by: Patrice Ferlet <patrice.ferlet@smile.fr >
2019-05-18 23:59:19 -07:00
xsbchen
879a2b1fec
Update examples
...
Add sfu to example list
2019-05-05 20:47:46 -07:00
Sean DuBois
596ef378b0
Extract examples that use 3rd party libraries
...
We are moving all examples that use 3rd party libraries to
https://github.com/pion/example-webrtc-applications
Resolves #561
2019-04-07 01:14:32 -07:00
backkem
d906c2b43b
Detach: WASM Shim
...
JS/WASM shim for Detach API
2019-04-01 21:00:41 +02: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
backkem
911013755a
Examples: serve WASM examples locally
...
The examples server now detects 'demo.wasm' files in
the jsfiddles. Examples layout updated to match Pion style.
Resolves #491
2019-03-07 22:44:51 +01:00
backkem
130fec6774
Data channel: Add Close and OnClose
...
Relates to #180
2019-01-23 23:17:26 +01:00
backkem
b1eccfa9d2
Examples: make pion-to-pion cross platform
...
Resolves #185
2018-09-28 09:39:51 -07:00
Sean DuBois
60b771a5ba
Implement SFU example
...
`sfu` example shows how to build a simple broadcast only SFU
Resolves #63
2018-09-22 16:58:10 -07:00
backkem
6906b80d78
Examples: host examples locally
...
Resolves #120
2018-09-15 09:58:03 +02:00