Getting Started
Integrate StreamLayer into Hisense VIDAA OS TV apps using the @streamlayer/web-os React SDK with installation, quick start, and platform-specific notes.
Hisense VIDAA OS Integration
StreamLayer provides full support for Hisense VIDAA OS TV applications through the @streamlayer/web-os React SDK. This unified SDK enables interactive StreamLayer Elements, pause ads, and real-time engagement features on Hisense Smart TVs.
Getting Started
The VIDAA OS integration uses the same SDK and APIs as other TV platforms. Please refer to our unified TV SDK documentation:
| Documentation | Description |
|---|---|
| Integration Guide | Step-by-step installation and setup |
| Exposed Pause Ad | VAST-compliant pause ad implementation |
System Requirements
- Hisense VIDAA OS
- React-based application
- Node.js / JavaScript or TypeScript environment
Quick Installation
npm install @streamlayer/web-osimport { StreamLayerProvider, StreamLayerSDKTv } from '@streamlayer/web-os'
import '@streamlayer/web-os/style.css'
export const Main = () => (
<StreamLayerProvider sdkKey="your-sdk-key" event="your-event-id">
<StreamLayerSDKTv>
<video />
</StreamLayerSDKTv>
</StreamLayerProvider>
)VIDAA OS-Specific Notes
- Remote Control: The SDK handles standard TV remote navigation automatically using spatial navigation
- Performance: The SDK is optimized for VIDAA OS's rendering engine
- Testing: Use a physical Hisense TV for development and testing
Support
For VIDAA OS-specific issues or questions:
- Email: [email protected]
Related
- TV SDK Overview — Supported platforms and feature overview
- TV SDK Integration Guide — Complete setup instructions
- WebOS Getting Started — Similar setup for LG WebOS platform
Updated 21 days ago
