Short Circuit Transcoding
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 283
- Forks
- 72
- Avg merge
- 27m
- Merged PRs (30d)
- 1
Description
Given a number of pixels as an input, we should exit the transcode early if the number of pixels in the encoded output exceeds the pixels specified. This allows the O to minimize the value at risk due to under-payment.
Related: https://github.com/livepeer/lpms/issues/125 , https://github.com/livepeer/lpms/issues/124
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading this issue and the related issues #125 and #124 to understand the intended pixel limit and under-payment risk. Locate the transcoding entry point in the repository and trace how encoded-output pixel counts become available. Done means transcoding exits early when the encoded output exceeds the requested pixel count, with behavior covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- audio-video-rtc, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100