.....
a=rtcp-fb:100 goog-remb
a=rtpmap:116 red/90000
a=rtpmap:117 ulpfec/90000
a=rtpmap:96 rtx/90000
a=fmtp:96 apt=100
a=ssrc-group:FID 897116420 4205752114
a=ssrc:897116420 cname:aEonyHp6G2kc+no0
a=ssrc:897116420 msid:inKWmYUlkvaFc6mBnjLqIjCLxJoJonY02BQ7 7071f0f3-9890-49a0-9e6d-563343c4f4e3
a=ssrc:897116420 mslabel:inKWmYUlkvaFc6mBnjLqIjCLxJoJonY02BQ7
a=ssrc:897116420 label:7071f0f3-9890-49a0-9e6d-563343c4f4e3
a=ssrc:4205752114 cname:aEonyHp6G2kc+no0
a=ssrc:4205752114 msid:inKWmYUlkvaFc6mBnjLqIjCLxJoJonY02BQ7 7071f0f3-9890-49a0-9e6d-563343c4f4e3
a=ssrc:4205752114 mslabel:inKWmYUlkvaFc6mBnjLqIjCLxJoJonY02BQ7
a=ssrc:4205752114 label:7071f0f3-9890-49a0-9e6d-563343c4f4e3
2015-10-02 15:32:08.878 WebRtcPeer.js:165 ICE candidate received
2015-10-02 15:32:08.889 WebRtcPeer.js:165 ICE candidate received
2015-10-02 15:32:08.890 WebRtcPeer.js:165 ICE candidate received
2015-10-02 15:32:08.891 WebRtcPeer.js:165 ICE candidate received
2015-10-02 15:32:09.050 WebRtcPeer.js:218 SDP answer received, setting remote description
2015-10-02 15:32:09.084 WebRtcPeer.js:205 Remote URL: blob:http%3A//10.1.80.227/292b621e-3988-48e2-9a0e-44747a2e0b3b
The client debug info is exactly the same as the one running without docker in Ubuntu (which is working perfectly, able to get remote stream). The local stream is working properly.
Thanks for your help.
In my local machine which is running windows OS, uses a VMware to setup a development environment with image of Redhat Enterprise. I host a docker kurento inside the VMware image (the express.js is of course also hosted in the VMware image with port 80). Now i bridge the network of the VMware image to the windows OS. So i access the website in Windows OS with ip 10.1.80.227 (in VMware, i see the ifconfig of eth0 is 10.1.80.227), so the websocket url should be ws://10.0.80.227:8888. as kurento docker server port is 8888
I know it is not secure that I later tried to expose all ports and UDP by running docker kurento with --net=host the application still cannot get the remote stream for most of the time. (It works occasionally if i try to confirm to allow use my camera and audio devices after few seconds)