WebRTC player for RTMP streams
Embed player into a web page, copying few rows of code
The player works via our demo server WCS. The server is necessary to adapt RTMP streams for playback
with low latency using WebRTC and other playback technologies.
Quick Start
Enter stream name to the “Stream” field and press button “Test Now”. You can change playback technologies or set preferred technology for playback. To embed the same player into your custom web page, press “Copy to clipboard” and paste code into your web page HTML.
Supported encoders: RTMP H.264 + AAC, Speex, G.711
Our existing WCS demo server is for evaluation purposes only. It can be restarted by our staff, updated or turned off any time. Please use your own WCS server for production use. You can download and install WCS5 on your Linux server, or launch WCS5 on Amazon EC2. You can test our WCS standalone demo server.
You can customize player design or create your own player from scratch using JavaScript API and Player example, that is a part of Web SDK.
Download Web Call Server 5
System requirements: Linux x86_64, 1 core CPU, 2 Gb RAM, Java
Installation:
- wget https://flashphoner.com/download-wcs5.2-server.tar.gz
- Unpack and install using 'install.sh'
- Launch server using command 'service webcallserver start'
- Open the web interface https://host:8444 and activate your license
If you are using Amazon EC2, you don't need to download anything.
Related articles
How to Grab a Video from YouTube and Share It via WebRTC in Real-time