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

No video on Chromium 90, Debian Bullseye 11 #8

Closed
floe opened this issue Dec 10, 2021 · 5 comments
Closed

No video on Chromium 90, Debian Bullseye 11 #8

floe opened this issue Dec 10, 2021 · 5 comments
Labels
bug Something isn't working web Stuff concerning the web client wontfix This will not be worked on
Milestone

Comments

@floe
Copy link
Owner

floe commented Dec 10, 2021

Error: Failed to set remote video description send parameters for m-section with mid='video0'. (INVALID_PARAMETER)

(This may be related to profile-level-id for H264 in the SDP, cf. https://bugs.chromium.org/p/webrtc/issues/detail?id=7374)

@floe floe added the bug Something isn't working label Dec 13, 2021
@floe floe modified the milestones: 0.1, v0.1, v0.2 Dec 13, 2021
@floe floe added the web Stuff concerning the web client label Dec 15, 2021
@floe
Copy link
Owner Author

floe commented Dec 17, 2021

Reason may actually be that Chromium on Debian doesn't support non-free codecs at all.

@floe
Copy link
Owner Author

floe commented Dec 17, 2021

Error message:

[2429:13:1215/095712.039442:ERROR:webrtc_video_engine.cc(814)] No video codecs supported.
[2429:13:1215/095712.039533:ERROR:sdp_offer_answer.cc(4264)] Failed to set remote video description send parameters for m-section with mid='video0'. (INVALID_PARAMETER)
[2429:13:1215/095712.039690:ERROR:sdp_offer_answer.cc(2204)] Failed to set remote offer sdp: Failed to set remote video description send parameters for m-section with mid='video0'.
[2429:13:1215/095712.039981:ERROR:sdp_offer_answer.cc(2084)] CreateAnswer: Session error code: ERROR_CONTENT. Session error description: Failed to set remote video description send parameters for m-section with mid='video0'..

@floe floe added wontfix This will not be worked on and removed wontfix This will not be worked on labels Dec 21, 2021
@floe
Copy link
Owner Author

floe commented Dec 22, 2021

Could be fixed by moving everything to VP8 instead of H264? Might actually be easier...

@floe
Copy link
Owner Author

floe commented Dec 22, 2021

OTOH, VP8 seems to have horrible quality compared to H264, at least with the standard GStreamer encoders.

@floe floe closed this as completed Jan 20, 2022
@floe floe added the wontfix This will not be worked on label Jan 20, 2022
@floe
Copy link
Owner Author

floe commented Jan 20, 2022

On Ubuntu, this should be fixable through installing chromium-codecs-ffmpeg-extra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working web Stuff concerning the web client wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant