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

Unable to run P2P Server (v. 4.1.1)

Chandramouli_P
Beginner
459 Views

Hello,

Please find our development environment details:

Operating system: CentOS 7.6.1810
Server hosted environment: AWS
Peer server version: 4.1.1
Node version: v8.15.1
NPM version: 6.4.1
Firewall: All ports are opened

As per the documentation, I simply executed the below steps and find the output on the console as below mentioned:

$cd PeerServer-Release-4.1.1
$npm install
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN P2PServer@ No repository field.
npm WARN P2PServer@ No license field.
added 84 packages from 57 contributors in 12.238s

$node peerserver.js
Listening port: 8095/8096

When I am trying to open the server URL i.e. http://18.11.33.9:8095/, I am getting the below error message on the screen:
Cannot GET /

Please help us to solve the issue.

Thank you in advance.

Best Regards,
Chandramouli.

0 Kudos
1 Solution
Naresh_R_1
New Contributor I
459 Views

That means it works, its just a socket server you need to connect with p2p sample application to work.

 

Regards

 

View solution in original post

0 Kudos
2 Replies
Naresh_R_1
New Contributor I
460 Views

That means it works, its just a socket server you need to connect with p2p sample application to work.

 

Regards

 

0 Kudos
Chandramouli_P
Beginner
459 Views

Hello Naresh,

Thank you for your reply.

Best Regards,
Chandramouli.

0 Kudos
Reply