-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
std::regex_error using GCC 8.3 #391
Comments
Please enter node_modules/mediasoup/worker, run make and paste here the first 30 lines of the output. |
/usr/bin/python2 ./scripts/configure.py -R mediasoup-worker |
I need the Producer options given to transport.produce() in server side, specially the rtpParameters. |
Hi, i call transport.produce() from client two times, first time for video track and next time for audio track. Worker dies for the first call itself. Here are the rtp parametes. |
{
"mid":"0",
"codecs":[
{
"mimeType":"video/VP8",
"clockRate":90000,
"payloadType":96,
"rtcpFeedback":[
{
"type":"goog-remb",
"parameter":""
},
{
"type":"transport-cc",
"parameter":""
},
{
"type":"ccm",
"parameter":"fir"
},
{
"type":"nack",
"parameter":""
},
{
"type":"nack",
"parameter":"pli"
}
],
"parameters":{
}
},
{
"mimeType":"video/rtx",
"clockRate":90000,
"payloadType":97,
"rtcpFeedback":[
],
"parameters":{
"apt":96
}
}
],
"headerExtensions":[
{
"uri":"urn:ietf:params:rtp-hdrext:sdes:mid",
"id":4
},
{
"uri":"urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
"id":5
},
{
"uri":"urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id",
"id":6
},
{
"uri":"http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time",
"id":2
},
{
"uri":"http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01",
"id":3
},
{
"uri":"http://tools.ietf.org/html/draft-ietf-avtext-framemarking-07",
"id":8
},
{
"uri":"urn:3gpp:video-orientation",
"id":13
},
{
"uri":"urn:ietf:params:rtp-hdrext:toffset",
"id":14
}
],
"encodings":[
{
"ssrc":1099969245,
"rtx":{
"ssrc":2433247802
},
"active":true,
"maxBitrate":100000,
"scalabilityMode":"S1T3"
},
{
"ssrc":1099969246,
"rtx":{
"ssrc":2433247803
},
"active":true,
"maxBitrate":300000,
"scalabilityMode":"S1T3"
},
{
"ssrc":1099969247,
"rtx":{
"ssrc":2433247804
},
"active":true,
"maxBitrate":900000,
"scalabilityMode":"S1T3"
}
],
"rtcp":{
"cname":"5RK+SDs4ARXYdIio"
}
} |
We have tons of tests that cover So, unless there is a bug in GCC 8.3, I don't know why it fails for you. Anyway, above you attached the binary coredump which is completely useless for us (we don't have your If not clear, please take a look to basic usage of Can you provide it, please? |
And can you look for it? Can you enter in But please, do also other than just follow my exact steps. Use |
These are the first few lines from the console after doing gdb back trace, i will dump the backtrace into a file and upload it. (gdb) bt full |
Is is possible for you to upgrade to GCC 8.4? |
Yes, I have a instance that has 8.3.1. Everything works properly on that.
Do you think the problem is because of the gcc version 8.3.0?
Regards,
Amit M
…On Thu, 30 Apr 2020, 22:42 Iñaki Baz Castillo, ***@***.***> wrote:
Is is possible for you to upgrade to GCC 8.4?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#391 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG6YRKHO42VGJCTQT4QJGATRPGWPRANCNFSM4MTQXWTQ>
.
|
Proper Can you do this in both machines (with GCC 8.3.0 and 8.3.1)?
|
Yes.. I can do that. I will get back to you with the results of both the
machines.
|
It's not even compiling in your host with GCC 8.3.0, no idea, honestly. That seems to be a dependency problem. |
Hi Team,
When I call transport.produce() on server, mediasoup worker dies unexpectedly. I am attaching the screenshot of the same, I am using mediasoup version 3.5.7
Google chrome : Version 78.0.3904.87 (Official Build) (64-bit)
Operating system: RHEL 7.4 (64-bit)
Node version: 12.16.2
gcc/clang version: gcc 8.3.0
mediasoup version: 3.5.7
mediasoup-client version: 3.2.0
I was not able to attach the core dump here in github, However i have uploaded it to my google drive and sharing the link of the core dump - https://drive.google.com/file/d/1Wac5ptPZtsjhkuxh7u_Okv78n3N2XCf9/view?usp=drivesdk
The text was updated successfully, but these errors were encountered: