Update gstreamer-receive to generate SDP after ICE completed

All our examples will need to be updated, now that pion-WebRTC
properly implements full ICE it will discard messages from candidates
that don't appear in the remote offer/answer
This commit is contained in:
Sean DuBois
2018-08-08 01:04:15 -07:00
parent 571bfc7c4f
commit 91ec6306f9

View File

@@ -14,7 +14,7 @@ go get github.com/pions/webrtc/examples/gstreamer-receive
```
### Open gstreamer-receive example page
[jsfiddle.net](https://jsfiddle.net/usd3xmtz/2/) you should see your Webcam, two text-areas and a 'Start Session' button
[jsfiddle.net](https://jsfiddle.net/usd3xmtz/35/) you should see your Webcam, two text-areas and a 'Start Session' button
### Run gstreamer-receive with your browsers SessionDescription as stdin
In the jsfiddle the top textarea is your browser, copy that and: