Conversation
Codecov Report❌ Patch coverage is
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
|
|
||
| mode: str = "CUSTOM" | ||
| avatar_id: str | ||
| video_settings: Optional[VideoSettings] = VideoSettings(encoding=VideoEncoding.VP8) |
There was a problem hiding this comment.
I suspect that HeyGen changed their API and started sending video using H.264 instead of VP8 by default.
While this works on other platforms, it looks like the LiveKit Python SDK on macOS is unable to decode H.264, so we don’t receive any video frames in Pipecat.
We will use VP8 as the default codec, while still allowing users to switch codecs in case H.264 works on other platforns.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
|
||
| Parameters: | ||
| mode (str): Session mode (default: "CUSTOM"). | ||
| mode (str): Session mode (default: "LITE"). |
There was a problem hiding this comment.
You've changed the docstring to a default of "LITE" but the actual mode default on line 83 is still "CUSTOM".
markbackman
left a comment
There was a problem hiding this comment.
Just two small items then this is good to go.
…is_sandbox in LiveAvatarNewSessionRequest.
582c60e to
5128089
Compare
Summary
is_sandboxparametervideo_settingsparameter