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

cannot run woogeen example correctly in ubuntu 14.04 lts

浩然_陈_
Beginner
388 Views

I run the script of start_all.sh,  but webrtc-agent and avstream-agent run failed! Did anyone face the same problem? Thanks!!!

console shows like this::
starting webrtc-agent, stdout -> /root/workspace/intel_webrtc_v3.2.1/logs/woogeen-webrtc-agent.stdout
2016-10-29 15:04:24.931  - INFO: AMQPER - Exchange rpcExchange is open
2016-10-29 15:04:24.934  - INFO: AMQPER - Exchange broadcastExchange is open
2016-10-29 15:04:24.937  - INFO: AMQPER - ClientQueue amq.gen-MBpSmUMJkMxq7POVt0fu4A is open
2016-10-29 15:04:24.946  - INFO: ErizoAgent - Adding agent to cloudhandler, purpose: webrtc
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: spawn nload ENOENT
    at exports._errnoException (util.js:907:11)

starting avstream-agent, stdout -> /root/workspace/intel_webrtc_v3.2.1/logs/woogeen-avstream-agent.stdout
2016-10-29 15:04:26.109  - INFO: AMQPER - Exchange rpcExchange is open
2016-10-29 15:04:26.113  - INFO: AMQPER - Exchange broadcastExchange is open
2016-10-29 15:04:26.116  - INFO: AMQPER - ClientQueue amq.gen-IO_PaTcHLhOwvwSHIkEuWg is open
2016-10-29 15:04:26.119  - INFO: ErizoAgent - Adding agent to cloudhandler, purpose: avstream
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: spawn nload ENOENT
    at exports._errnoException (util.js:907:11)

0 Kudos
4 Replies
Michael_C_14
Beginner
388 Views

Please use init-all.sh --deps

0 Kudos
Lei_Z_Intel1
Employee
388 Views

Yes, we need install dependency and init before start. Thanks Michael.

0 Kudos
浩然_陈_
Beginner
388 Views

Thanks Michael! Work out!

0 Kudos
Dash__Santosh_Kumar
388 Views

Hi All,

I am trying to understand the callflow of "woogeen basic examples" ,I am not installing anything ,just put this below link in browser.

(i.e " https://linode-mcu.ofabee.com:3004/ ")

Accessing this link from chrome browser with Linux 14.04 version shows us 2 windows, publish and subscribe.

I tried analyzing call flow using chrome developer tool up to websocket connection all are ok but when we move to frames in websocket it was quite unstable in each and every access.

Issues i faced during this Example was:


1) After WebSocket connection, Sending frames as well as Receiving frames are not in sequence every time.

SDP messages don't have any stable flow such as sometimes it can be within HTTP links and sometimes it can be under WebSocket connection.

2) There are two streams i am getting like:

            streamId-1: 5aa625de7e0fdf7ab9c30c93-common

            streamId-2: 644492177582920066
What does it mean by streamId exactly?

I am trying to simulate the same scenario, upto websocket connection working fine .But when i am sending SDP, in response getting "42["connection_failed",{"streamId":"5aa625de7e0fdf7ab9c30c93-common"}]" what could be the reason?

The flow is too unstable to understand. If someone has worked on it Please help me to understand the call flow once.

Thanks

0 Kudos
Reply