bigbluebutton-Github/labs/bbb-html5-client/public/templates/session_video.html
2013-09-24 06:13:09 -07:00

6 lines
316 B
HTML
Executable File

<video height=100% width=100% autoplay controls>
<source src="http://ec2-184-73-81-155.compute-1.amazonaws.com:8080/stream0-640x360-600kbps.m3u8">
</video>
<audio autoplay controls>
<source src="http://ec2-107-21-189-254.compute-1.amazonaws.com:8000/<%= auth.get('meetingID') %>..mp3" type="audio/mpeg">
</audio>