react-rts-wrapper
v0.0.5
Published
react plugin
Downloads
2
Readme
Real time streaming react plugin
This library exports a React version of the Dolby.io Vue viewer plugin
How to consume
Please, see below how to consume component
import { VideoPlayer } from '@dolbyio/rts-react-plugin';
export const RealTimeStreaming = () => {
return <VideoPlayer accountId="accountId" streamName="streamName" muted autoplay multisource showLabels />;
};
Running app locally
Pre requisits
- NodeJs >= v18
- Yarn >= v1.22
How to run
- yarn dev
About Dolby.io
Using decades of Dolby's research in sight and sound technology, Dolby.io provides APIs to integrate real-time streaming, voice & video communications, and file-based media processing into your applications. Sign up for a free account to get started building the next generation of immersive, interactive, and social apps.