UNPKG

ovenplayer

Version:

OvenPlayer is Open-Source HTML5 Player. OvenPlayer supports WebRTC Signaling from OvenMediaEngine for Sub-Second Latency Streaming.

12 lines 302 B
/** * Created by hoho on 22/11/2018. */ export default (uiText) => { return ( `<div class="op-caption-viewer">` + ` <div class="op-caption-text-container">` + ` <pre class="op-caption-text"></pre>` + ` </div>` + `</div>` ); };