WebRTC as RTMP re-publishing results in low video quality

tom-cf

New Member
Hello,

I'm using WCS to republish WebRTC as RTMP and the resulting video is very low quality. It looks ok in the Flashphoner dashboard/website but when published is unusably pixelated.

This happens when using both Chrome on my MacBook Pro and Safari on my iPhone. My download/upload speeds are 300mbps/40mbps. How can the video quality be improved?

Thanks,
Tom
 

Max

Administrator
Staff member
Hello

As one of the solutions, please try to increase the minimum publishing bitrate on server side. The default is 30000 bps (30 kbps). You can increase, say, up to 600000 bps (600 kbps).

Add the following lines to the file flashphoner.properties :
Code:
webrtc_cc_min_bitrate=600000
webrtc_cc_max_bitrate=10000000
After making the settings, restart the WCS:
Code:
systemctl restart webcallserver
1597206318645.png


If these steps do not help, please report the following:

1. Parameters of your server (CPU, RAM);

2. WCS version;

3. Describe in detail how you publish and view the stream? What browsers, players? What RTMP server do you republish to and how do you play the stream republished?

4. Collect the report according to the instructions Getting logs with report.sh script.
To send the report, use the private form
 
Top