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

removes small lags from video live streamings #25

Merged
merged 4 commits into from
Mar 1, 2021
Merged

Conversation

mbattista
Copy link
Contributor

It seems that the reason for the small lags was a buffering problem of the encoder.

With this PR I no lags at all (tested on a i7-2600k)

Further I readded the rtcp listener, since in the new pion examples they are still implemented and seem to be necessary for the functionality ( https://github.com/pion/webrtc/blob/33d953e1eb58bb308128b011677cf60f5e1d261b/examples/reflect/main.go#L34 // https://github.com/pion/webrtc/blob/33d953e1eb58bb308128b011677cf60f5e1d261b/examples/reflect/main.go#L73 )

@m1k1o
Copy link
Owner

m1k1o commented Mar 1, 2021

Thank you for your contibution, I will run some tests on it and see how it performs for me.

@m1k1o m1k1o merged commit 0e5e1fa into m1k1o:dev Mar 1, 2021
@m1k1o m1k1o mentioned this pull request Jul 12, 2021
m1k1o added a commit that referenced this pull request Jun 23, 2024
* xserver dummy with RandR.

* update.

* remove screen configurations from xorg.

* screen size cannot be nil anymore.

* use predefined screen configurations.

* use screen configurations.

* fix error.

* remove comment.
m1k1o added a commit that referenced this pull request Jun 23, 2024
* update CI.

* update readme.
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