---
title: "How OpenAI does WebRTC in the new gpt-realtime"
url: https://daily.dev/posts/how-openai-does-webrtc-in-the-new-gpt-realtime-c10lnbeas
source_url: https://webrtchacks.com/how-openai-does-webrtc-in-the-new-gpt-realtime/
type: article
source: "WebRTC Hacks"
published: 2025-09-23T12:14:15.731Z
updated: 2025-09-23T12:14:35.758Z
tags: ["openai", "webrtc"]
reading_time: 8
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How OpenAI does WebRTC in the new gpt-realtime

**[WebRTC Hacks](https://daily.dev/sources/webrtchacks)** · 8 min read · 1 upvotes · 0 comments

## Summary

OpenAI's GA realtime API introduces significant WebRTC improvements including video support, better ICE negotiation with multiple endpoints, and streamlined session setup. The implementation uses H.264 for video encoding, processes video as snapshots rather than continuous streams, and maintains a clean architecture with host-only candidates and standard DTLS-SRTP encryption. Video analysis costs approximately 6.8 cents per image input, though pricing details remain unclear.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://webrtchacks.com/how-openai-does-webrtc-in-the-new-gpt-realtime/>

## Similar posts on daily.dev

- [OpenAI Outlines WebRTC Architecture for Low-Latency Voice AI at Scale](https://daily.dev/posts/openai-outlines-webrtc-architecture-for-low-latency-voice-ai-at-scale-6odkdb00l) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#openai](https://daily.dev/tags/openai), [#webrtc](https://daily.dev/tags/webrtc)

[View this post on daily.dev](https://daily.dev/posts/how-openai-does-webrtc-in-the-new-gpt-realtime-c10lnbeas)
