Hi,
I have installed KMS version 6.7 follow with guide from official site.
first ,it's " ulimit " error, ok, i commented it.
And now, it's "Underlying Transport Error". It's a very clean machine . i just installed it , so i'm sure no other program listen on 8888.
2018-08-02 19:41:26,103392 4631 [0x00007fbc90e8f880] info KurentoLoadConfig loadConfig.cpp:252 loadConfig() Loaded config in effect:
{
"mediaServer": {
"resources": {
"garbageCollectorPeriod": "240"
},
"net": {
"websocket": {
"port": "8888",
"path": "kurento",
"threads": "10"
}
}
},
"configPath": "\/etc\/kurento"
}
2018-08-02 19:41:26,103425 4631 [0x00007fbc90e8f880] info KurentoServerMethods ServerMethods.cpp:89 ServerMethods() Not enough resources exception will be raised when resources reach 0.800000
2018-08-02 19:41:26,104807 4631 [0x00007fbc90e8f880] error KurentoWebSocketTransport WebSocketTransport.cpp:123 WebSocketTransport() Error starting listen for websocket transport on port 8888: Underlying Transport Error
And ,here is the version :
root@Node-56-BGP:~# kurento-media-server -v
Kurento Media Server version: 6.7.1
Found modules:
'core' version 6.7.1
'elements' version 6.7.1
'filters' version 6.7.1
root@Node-56-BGP:~# uname -a
Linux Node-56-BGP.***.com 4.15.0-29-generic #31~16.04.1-Ubuntu SMP Wed Jul 18 08:54:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
root@Node-56-BGP:~# ufw status
Status: inactive
So, i'm really have no idea with this Error. Any Help will appreciate.
Raymond