IPlayerServerFactory
Component that provides a kepler player server instance.
Component that provides a kepler player server instance.
Last modified on July 22, 2026
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Component that provides a kepler player server instance.
// Sample usage
import {
PlayerServerFactory,
IPlayerServer
} from '@amazon-devices/kepler-player-server';
const playerServerRef = useRef<IPlayerClient | null>(null);
const playerServerFactory = new PlayerServerFactory();
if (playerServerRef.current == null) {
playerServerRef.current = playerServerFactory.getOrMakeServer();
}
Was this page helpful?
Supported devices
