Skip to content

Streaming_WS py

peter-olai edited this page May 7, 2025 · 3 revisions

Streaming WebSocket (streaming_ws.py)

The src/streaming_ws.py file handles WebSocket connections for real-time, streaming communication, often used by the Transcription Service (see transcribe.py).

Responsibilities

  • Establishing WebSocket connections.
  • Handling incoming and outgoing messages over WebSockets.
  • Streaming data (e.g., live transcription, LLM responses).
  • Managing WebSocket sessions.

(Describe the WebSocket protocols used, message formats, and how to interact with the streaming endpoints.)

Clone this wiki locally