This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Media server crashes when calling proccessOffer with an empty string using the node library #12
Comments
igracia
added
bug
Non-critical bug affecting expected behavior
kms
Related especifically to the media server
labels
Nov 13, 2015
Thanks for the report and for spotting that out, Mirza. We'll certainly have a look at this. @jcaden Could you have a look at this, please? It seems that the |
I think that I fixed this in the development version a couple of weeks ago. Could you please try with dev version to confirm that it is fixed? |
It's seems to have been fixed. I tried it with development version:
And got an Thanks for the quick reply. |
Ok, I'm closing this issue then. Next time, please make sure to check first with the development version. |
4 tasks
1 task
Open
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using
kurento-client
version6.1.0
module in Node.js.When calling
WebRtcEndpoint.processOffer('')
with an empty string the the media server crashes. The error log contains following entry.The same error occurs when calling
processAnswer
with an empty string. It can also be reproduced by using aRtpEndpoint
.We're running
Ubuntu 14.04 LTS
and the following Kurento version.The text was updated successfully, but these errors were encountered: