-
We need to ensure the streaming use case is adequately supported in the API. While agent-agent communication likely does not need streaming, we need to ensure agent-UI supports streaming.
User can:
-…
-
Docs for streaming with OpenAI's npm library:
```
async function main() {
const stream = await client.chat.completions.create({
model: 'gpt-4',
messages: [{ role: 'user', content: 'Say …
-
So I wanted to use WebRTC to improve the delay from the stream from my ring doorbell camera, which WebRTC does very well and gets it near instant, however, the livestream never turns off.
I have tr…
-
**Description:**
I have a the HDHomeRun recording DTV and recording to Plex Server, nice!
The issue is many recorded TV shows & movies recorded are being recorded with multiple audio streams:
1. En…
-
### Problem
Currently no HIP exists to define Block streams
### Solution
Create Block Stream HIP
- [x] Draft HIP
- [x] Early socialization w DAs
- [x] Early socialization w PMs
- [x] Early socializ…
-
hey, A few hours after my tls_client service starts, there will be a large number of stream errors: stream ID 5; INTERNATIONAL_ Error, what is the reason for this
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have an LLM model (specifically from Anthropic) and I want to use the native tools fro…
-
After starting P2P Stream and opening Eufy camera entity the video doesnt stream (the window doesnt open completely, only the window header shows).
go2rtc logs shows this error:
12:03:24.761 WRN [rt…
-
I can use `httpx` to stream responses from an LLM API as follows:
```.py
# ...
async with httpx.AsyncClient() as client:
start_time = time.time()
…
-
How to reproduce
1. turn on the vehicle w/ mavlink-camera-manager running
2. open cockpit, wait for it to load the stream
3. Check webrtc-internals. 1 stream is running.
4. go to BlueOS, restart…