-
Notifications
You must be signed in to change notification settings - Fork 380
Cannot subscribe the 2nd room mix stream #214
Comments
Hi, it seems that your internal port range is too small. |
This doesn't work, All tested, not worked. Not every time the stream not rendered. |
the "maxport" should be larger than "minport", for both [internal] and [webrtc] sections. |
min port and max port in [internal] and [webrtc] sections: |
I wrote a script file to test the server tcp port range open, it's ok. |
version from commit https://github.com/open-webrtc-toolkit/owt-server/commit/c5438556d91eca891e3d9296dbd4739573a8cc67 fix this bug. |
I specified min: 1025 and max: 65535, still facing this problem. |
Join room a, subscribe room a's stream, public own local stream, mix a stream, all functions well.
Join room b, subscribe room b's mix stream, success, but no stream rendered.
The webrtc_agent report:
2019-08-13 14:32:35.661 - DEBUG: Connections - Add connection: 966844107217069000 internal [email protected]_5
2019-08-13 14:32:35,664 - DEBUG: owt.RawTransport - Accept ok, local TCP listening port: 20771
2019-08-13 14:32:35,667 - WARN: owt.RawTransport - TCP transport listen in port range bind error: Address already in use
2019-08-13 14:32:35.671 - DEBUG: WebrtcNode - publish, connectionId: 705758938687604000 connectionType: internal options: { controller: '[email protected]_5',
publisher: '5d4020208584087a71fc7656-common',
audio: false,
video: { codec: 'vp8' },
ip: '192.168.1.179',
port: 0 }
The text was updated successfully, but these errors were encountered: