Skip to content

Commit 59c8dfa

Browse files
committed
add list of supported realtime codecs
1 parent 3b2cea0 commit 59c8dfa

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/content/docs/realtime/sfu/limits.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,26 @@ Understanding the limits and timeouts of Cloudflare Realtime is crucial for opti
3434
* **Internet Connectivity Considerations**: The potential for internet connectivity loss between the client and Cloudflare is an operational reality that must be addressed. Implementing a detection and reconnection strategy is recommended to maintain session continuity. This could involve periodic 'heartbeat' signals to your backend server to monitor connectivity status. Upon detecting connectivity issues, automatically attempting to reconnect and establish a new session is advised. Sessions and tracks will remain available for reuse for 30 seconds before timing out, providing a brief window for reconnection attempts.
3535

3636
Adhering to these limits and understanding the timeout behaviors will help ensure that your applications remain responsive and stable while providing a seamless user experience.
37+
38+
## Supported Codecs
39+
40+
Cloudflare Realtime supports the following codecs:
41+
42+
### Supported video codecs
43+
44+
* **H264**
45+
* **H265**
46+
* **VP8**
47+
* **VP9**
48+
* **AV1**
49+
50+
### Supported audio codecs
51+
52+
* **Opus**
53+
* **G.711 PCM (A-law)**
54+
* **G.711 PCM (µ-law)**
55+
56+
:::note
57+
For external 48kHz PCM support refer to the [WebSocket adapter](/realtime/sfu/media-transport-adapters/websocket-adapter/)
58+
:::
59+

0 commit comments

Comments
 (0)