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

Broadcast conference room to Nginx

Aydin_A_
Beginner
562 Views

Hello,

I'm trying to broadcast mixed stream to Nginx server (with Nginx rtmp module and HLS is on). But HLS output is broken.

Nginx rtmp stats:
Screen Shot 2017-10-13 at 14.29.02.png
I don't know why it show fps to 0. Here is the liveext app config on the Nginx rtmp:

application liveext {
                        live on;
                        record all manual;
                        record_path /path/to/record;
                        record_suffix -%d-%m-%y-%H-%M-%S.flv;
                        sync 10ms;
                        drop_idle_publisher 60s;
                        wait_video on;
                        on_publish http://url/to/publish/api;
                        on_publish_done http:/url/to/publish_done/api;
                        on_record_done http://url/to/record_done/api;
                        hls on;
                        hls_fragment_slicing aligned;
                        hls_nested on;
                        hls_path /path/to/hls;
                }

Any ideas?

0 Kudos
4 Replies
Aydin_A_
Beginner
562 Views

Here is the Twitch stats. On Twitch, everything is ok but maybe videodatarate:0 RTMP header is the problem for Nginx RTMP module. How we can fix this?

upload.png

0 Kudos
Aydin_A_
Beginner
562 Views

Any news?

0 Kudos
Qiujiao_W_Intel
Employee
562 Views

Aydin, please refer to https://software.intel.com/en-us/forums/intel-collaboration-suite-for-webrtc/topic/752333, this is our rtmp server configuration, please check whether it can solve your problem

0 Kudos
Aydin_A_
Beginner
562 Views

Thank you.

0 Kudos
Reply