We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mediasoup version: 2.0.9
Mediasoup worker process crashed when attempting to get consumer's stats.
Got this from logs:
14:00:45 2018-01-19T04:00:45.447Z mediasoup:Consumer getStats() 14:00:45 2018-01-19T04:00:45.447Z mediasoup:Channel request() [method:consumer.getStats, id:42561313] 14:00:45 mediasoup-worker's stderr: ABORT[id:tjkqljif#1] RTC::Consumer::GetStats() | failed assertion `it != this->mapProfileRtpStream.end()': effective profile does not map to a rtp stream 14:00:45 2018-01-19T04:00:45.449Z mediasoup:Channel channel ended by the other side 14:00:45 2018-01-19T04:00:45.450Z mediasoup:ERROR:Worker child process exited [id:tjkqljif#1, code:null, signal:SIGABRT] 14:00:45 2018-01-19T04:00:45.450Z mediasoup:Worker close() 14:00:45 2018-01-19T04:00:45.451Z mediasoup:Server latest Worker closed, closing Server 14:00:45 2018-01-19T04:00:45.451Z mediasoup:Server close() 14:00:45 2018-01-19T04:00:45.451Z mediasoup:Channel close() 14:00:45 2018-01-19T04:00:45.466Z mediasoup:Room close() 14:00:45 2018-01-19T04:00:45.466Z mediasoup:ActiveSpeakerDetector close() 14:00:45 2018-01-19T04:00:45.467Z mediasoup:Peer close() 14:00:45 2018-01-19T04:00:45.467Z mediasoup:Peer _sendNotification() [method:closed] 14:00:45 2018-01-19T04:00:45.468Z mediasoup:Peer _sendNotification() [method:peerClosed] 14:00:45 2018-01-19T04:00:45.468Z mediasoup:Consumer close()
The text was updated successfully, but these errors were encountered:
Consumer: #183. Always reset the effective profile when removed
a50c03b
Thanks for reporting. Fixed in 2.0.10.
Sorry, something went wrong.
No branches or pull requests
Mediasoup version: 2.0.9
Mediasoup worker process crashed when attempting to get consumer's stats.
Got this from logs:
The text was updated successfully, but these errors were encountered: