Mark Backman
Mark Backman
This issue was written before Pipecat had an official HeyGen implementation. To start using HeyGen, check out this example: https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/43a-heygen-video-service.py
The moment, Tavus requires the DailyTransport. We are planning to work with Tavus to make it more flexible.
@lokiatalea the Tavus examples are updated. For client/server apps, we strongly recommend WebRTC as a production ready transport. Websockets are only appropriate for testing. You can see the [21a](https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/21a-tavus-video-service.py) example...
@oxcabe this would be a great addition! If you get time to work on it, we'd love to include it.
You're right, we were missing docs. I just fixed that: https://github.com/pipecat-ai/docs/pull/213. That plan sounds good! For now, don't worry about integration tests. We need to write examples of how to...
Hope you get power back ASAP 🙏
Yes, @aconchillo and I were discussing this issue yesterday. We have work to do to keep the word timestamps ordered. We've been heads down on today's release, but will come...
I'm sorry, I've searched in the code (latest `main` and don't see `stop_time_sec`. Do you mean `stop_frame_timeout_s`? If so, I'm not sure how this would solve the problem. The longer...
> Can you just confirm if there is any other downside of increasing the stop_frame_timeout_s? We haven't tested this, so YMMV. I can't see how this would solve the issue,...
Can you provide more information on this? Including a single file repro case with supporting logs?