mirror of
https://github.com/pion/webrtc.git
synced 2025-10-06 23:52:51 +08:00

Add new example that demonstrates how to take WebRTC to RTP. Also provides instructions and pre-canned SDP so you can easily playback in VLC and ffmpeg. Resolves #1061
15 lines
415 B
HTML
15 lines
415 B
HTML
Browser base64 Session Description<br />
|
|
<textarea id="localSessionDescription" readonly="true"></textarea> <br />
|
|
|
|
Golang base64 Session Description<br />
|
|
<textarea id="remoteSessionDescription"></textarea> <br/>
|
|
<button onclick="window.startSession()"> Start Session </button><br />
|
|
|
|
<br />
|
|
|
|
Video<br />
|
|
<video id="video1" width="160" height="120" autoplay muted></video> <br />
|
|
|
|
Logs<br />
|
|
<div id="logs"></div>
|