Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Unable to run P2P Server (v. 4.1.1)

Chandramouli_P
Beginner
1,065 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
1,065 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
1,066 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
1,065 Views

Hello Naresh,

Thank you for your reply.

Best Regards,
Chandramouli.

0 Kudos
Reply