I am not able to createstream

Max

Administrator
Staff member
Hello

As we can see you are trying to use webrtc-as-rtmp-republishing sample.

Please note. Your page webrtc-as-rtmp-republishing.html and your script webrtc-as-rtmp-republishing.js should connect to WCS server on port 8443.

1. You have to install and launch your own WCS server on a Linux system.

or launch AWS Image

or Digital Ocean

or Docker

2. Once server started, it will listen port 8443 and you will be able to connect to this port over websocket.

See also embedding manual:

As you can see, you can use our demo WCS server for development and test purpose: wss://demo.flashphoner.com:8443
 
Top