-
Notifications
You must be signed in to change notification settings - Fork 188
Comparing changes
Open a pull request
base repository: livepeer/go-livepeer
base: v0.8.2
head repository: livepeer/go-livepeer
compare: v0.8.3
- 10 commits
- 27 files changed
- 5 contributors
Commits on Jan 23, 2025
-
ai/live: Cancel ffmpeg exec when segmenter exits. (#3367)
This prevents ffmpeg from reading indefinitely when there is no segment handling attached. That in turn can lead to disk filling up since ffmpeg writes segments to disk without removing them. Also use context logging for some segmenter error messages.
Configuration menu - View commit details
-
Copy full SHA for a1800dc - Browse repository at this point
Copy the full SHA a1800dcView commit details -
fix: correct URL unmarshal error (#3364) 8000
This commit addresses an issue where the `URL` field in the `/status` response was not properly unmarshalled as a URL, resulting in a `cannot unmarshal string into Go struct field` error. The fix ensures correct unmarshalling for seamless handling of the response.
Configuration menu - View commit details
-
Copy full SHA for 56ab75e - Browse repository at this point
Copy the full SHA 56ab75eView commit details
Commits on Jan 27, 2025
-
Segment file cleanup process (#3371)
* Segment file cleanup process * Provide a way to cancel * windows build fix
Configuration menu - View commit details
-
Copy full SHA for 3acf4ea - Browse repository at this point
Copy the full SHA 3acf4eaView commit details -
ai: Update llm pipeline (#3336)
* update llm pipeline for updated LLM pipeline in livepeer/ai-worker to provide better compatibility with open ai sdk, fixes for nil error and small fix for payments. --------- Co-authored-by: Rick Staa <rick.staa@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 1065885 - Browse repository at this point
Copy the full SHA 1065885View commit details
Commits on Jan 28, 2025
-
ai: update llm tokens used (#3372)
* refactor(ai): update LLM API spec This commit updates the codebase to use the new LLM OpenAPI spec, which replaces `tokens_used` with `usage`. See livepeer/ai-runner#402 for more details. --------- Co-authored-by: Brad | ad-astra <99882368+ad-astra-video@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ede7d21 - Browse repository at this point
Copy the full SHA ede7d21View commit details -
feat: deprecate aiRunnerImage flag for aiRunnerImageOverrides (#3284)
This commit introduces deprecation logic for the `aiRunnerImage` flag, replacing it with a new `aiRunnerImageOverrides` flag. The new flag is designed to support enhanced image override functionality as implemented in the worker logic in [ai-worker PR #293](livepeer/ai-runner#293). --------- Co-authored-by: Rick Staa <rick.staa@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 3f3aef3 - Browse repository at this point
Copy the full SHA 3f3aef3View commit details -
Add smoke test endpoint (#3368)
* Add smoke test endpoint * Make stream url and duration request params * retries
Configuration menu - View commit details
-
Copy full SHA for 51e6cbe - Browse repository at this point
Copy the full SHA 51e6cbeView commit details
Commits on Jan 29, 2025
-
Delay clearing stream status (#3373)
This allows the pipelines app time to read the final stream status after a stream ends
Configuration menu - View commit details
-
Copy full SHA for 8fea478 - Browse repository at this point
Copy the full SHA 8fea478View commit details
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 30e4f93 - Browse repository at this point
Copy the full SHA 30e4f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d55d0 - Browse repository at this point
Copy the full SHA e9d55d0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.2...v0.8.3