mirror of
https://github.com/pion/webrtc.git
synced 2025-11-02 03:32:48 +08:00
* DTLS packets are decrypt * Sending DTLS packets has prototype, but has not been implemented * We print the SCTP packets, but they aren't parsed yet
data-channels
TODO
Instructions
Download data-channels
go get github.com/pions/webrtc/examples/data-channels
Open data-channels example page
Run data-channels, with your browsers SessionDescription as stdin
In the jsfiddle the top textarea is your browser, copy that and:
Linux/macOS
Run echo $BROWSER_SDP | data-channels
Windows
- Paste the SessionDescription into a file.
- Run
data-channels < my_file
Input data-channels's SessionDescription into your browser
Copy the text that data-channels just emitted and copy into second text area
Hit 'Start Session' in jsfiddle
TODO
Congrats, you have used pion-WebRTC! Now start building something cool