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

Custom video source comes through extremely oversaturated #35

Open
mrvdot opened this issue Nov 18, 2021 · 3 comments
Open

Custom video source comes through extremely oversaturated #35

mrvdot opened this issue Nov 18, 2021 · 3 comments

Comments

@mrvdot
Copy link

mrvdot commented Nov 18, 2021

When using a custom video source from a video element on Chrome (have not tested on other browsers), the "remote" video stream is extremely over saturated. I've confirmed that the video stream captured from the video element is not the issue (by rendering the stream directly in a separate video element), and other remote streams render fine, so it appears to be something on the creation or transmission of the custom video track.

See screenshot from the custom video source demo below (left is the host publishing the sample.mp4, right is receiving it):

@yoreland
Copy link
Contributor

tested on Chrome Version 96.0.4664.45 (Official Build) (arm64)
Seems cannot reproduced the issue, what's your browser build number? Do you have chance to verify on different browsers?
the captureStream API might be some supportability issue via different browsers.
for details you could check on
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/captureStream

@mrvdot
Copy link
Author

mrvdot commented Nov 19, 2021

I'm on Version 95.0.4638.69 (Official Build) (64-bit), the latest on Ubuntu. I can test it on FF later today or my Windows machine this weekend and will update then.

@mrvdot
Copy link
Author

mrvdot commented Nov 20, 2021

Tested on Chrome on Windows and it worked. Does appear to be specific to Chrome on Linux

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

No branches or pull requests

2 participants