Transport packages
RealTimeWebSocketTransport
Overview
The Pipecat client SDKs offer multiple transport packages for real-time communication with a Voice-to-Voice LLM servers. The RealTimeWebSocketTransport provides an abstraction for establishing direct connections to LLM servers and handling media streaming.
Transports of this type are design primarily for development and testing purposes. For production applications, you will need to build a server component with a server-friendly transport, like the DailyTransport, to securely handle API keys.
Transports
Transport | Service | Package |
---|---|---|
GeminiLiveWebsocketTransport | Gemini MultiModal Live | @pipecat-ai/gemini-live-websocket-transport |
More Information
Source
RealTimeWebSocketTransport
Package
@pipecat-ai/realtime-websocket-transport