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

Using IVFReader demonstrate how users can stream a video from hard disk to browser. Relates to #636
15 lines
377 B
HTML
15 lines
377 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 />
|
|
<div id="remoteVideos"></div> <br />
|
|
|
|
Logs<br />
|
|
<div id="div"></div>
|