Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

MCU 4.1.1 Basic Example join room error

Naresh_R_1
New Contributor I
584 Views

Dear Team,

When we try to login to particular room using below URL we are getting error

Joining to another room except sample room using below URL we are not able to join 

https://10.10.10.13:3004/?room=5c52a216b832ad250d7e8c88

index.js:139 server connection failed: Error: Joining room failed
    at new t (ics.js:9)
    at ics.js:9

 

Thanks

Naresh

0 Kudos
3 Replies
Li_C_Intel
Employee
584 Views

Hi, Naresh

Are there any errors in logs

0 Kudos
Naresh_R_1
New Contributor I
584 Views

Hi,

Below are logs from conference

2019-01-31 16:51:00.425  - INFO: ErizoJS - pid: 23634

2019-01-31 16:51:00.430  - INFO: ErizoJS - Connecting to rabbitMQ server...

2019-01-31 16:51:00.451  - INFO: AmqpClient - Connecting to rabbitMQ server OK, hostPort: { host: 'localhost', port: 5672 }

2019-01-31 16:51:00.713  - INFO: ErizoJS - conference-beb3823c5f889dc25f4d@182.72.126.189_2 as rpc server ready

2019-01-31 16:51:00.716  - INFO: ErizoJS - conference-beb3823c5f889dc25f4d@182.72.126.189_2 as monitor ready

2019-01-31 16:53:25.434  - ERROR: RoomController - new mix terminal failed. room_id: 5c52a216b832ad250d7e8c88 reason: Failed in scheduling video worker, reason: No worker matches the preference.

2019-01-31 16:53:25.445  - ERROR: RoomController - init fail. view: common reason: Failed in scheduling video worker, reason: No worker matches the preference.

2019-01-31 16:53:25.445  - ERROR: Conference - roomController init failed. Failed in scheduling video worker, reason: No worker matches the preference.

2019-01-31 16:53:25.445  - ERROR: Conference - Init room failed, reason: roomController init failed. reason: Failed in scheduling video worker, reason: No worker matches the preference.

2019-01-31 16:53:25.445  - WARN: Conference - Participant JnYvpJxHdNcqJTEFAAAC join room 5c52a216b832ad250d7e8c88 failed, err: roomController init failed. reason: Failed in scheduling video worker, reason: No worker matches the preference.

 

Thanks

Naresh

0 Kudos
Li_C_Intel
Employee
584 Views

Hi,

I guess your start a H264 mix stream without H264 support.

Use hardware MCU or install openh264 (video_agent/install_openh264.sh) on software MCU to have a try.

0 Kudos
Reply