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

VP8::Process() | failed assertion `context->GetTargetTemporalLayer() >= 0': target temporal layer cannot be -1 #865

Closed
ibc opened this issue Jul 5, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@ibc
Copy link
Member

ibc commented Jul 5, 2022

Bug Report

Found in the demo server immediately after deploying mediasoup 3.10.2:

2022-07-05T08:34:13.649Z mediasoup-demo-server:WARN:Room WebRtcTransport "dtlsstatechange" event [dtlsState:closed]
2022-07-05T08:34:25.699Z mediasoup-demo-server:WARN:Room WebRtcTransport "dtlsstatechange" event [dtlsState:closed]
2022-07-05T08:36:44.991Z mediasoup:ERROR:Worker (stderr) (ABORT) RTC::Codecs::VP8::Process() | failed assertion `context->GetTargetTemporalLayer() >= 0': target temporal layer cannot be -1
2022-07-05T08:36:44.994Z mediasoup:ERROR:Worker worker process died unexpectedly [pid:17016, code:null, signal:SIGABRT]
2022-07-05T08:36:44.997Z mediasoup-demo-server:ERROR mediasoup Worker died, exiting  in 2 seconds... [pid:17016]

Your environment

  • Operating system: Linux Debian
  • Node version: 16.13.1
  • npm version: 8.1.2
  • gcc/clang version: gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  • mediasoup version: 3.10.2
  • mediasoup-client version: 3.6.53
@ibc ibc added the bug label Jul 5, 2022
@ibc ibc added this to the v3 updates milestone Jul 5, 2022
@ibc ibc assigned ibc and jmillan Jul 5, 2022
jmillan added a commit that referenced this issue Jul 5, 2022
Fixes #865.

The rest of video codec processing is meant for Simulcast & SVC.
@jmillan jmillan closed this as completed in a655e7f Jul 5, 2022
@ibc
Copy link
Member Author

ibc commented Jul 5, 2022

Fixed in 3.10.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants