Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update synchronizer and use Jitter Buffer #118

Merged
merged 5 commits into from
Jun 15, 2023

Conversation

biglittlebigben
Copy link
Contributor

No description provided.

for _, pkt := range pkts {
ts, err = t.sync.GetPTS(pkt)
if err != nil {
return err
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll now return an ErrBackwardsPTS that you might want to ignore

@biglittlebigben biglittlebigben merged commit efa0268 into main Jun 15, 2023
3 checks passed
@biglittlebigben biglittlebigben deleted the benjamin/update_jitter_buffer branch June 15, 2023 23:40
biglittlebigben added a commit that referenced this pull request Jun 26, 2023
This is the v1.0.0 release of the ingress service. This release stabilizes the API and adds support for the WHIP protocol

 ## Changelog

 ### Added
-  WHIP support (#97)
- Expose heath and availability on the WHIP HTTP server (#109)
- Add support for optimally bypassing transcoding when ingesting WHIP (#111)
- Set the source track information in the ingress state (#121)

 ### Fixed

- Validate IngressInfo and populate missing fields with defaults (#90)
- Fix deadlock in appsrc (#116)
- Update synchronizer and use Jitter Buffer (#118)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants