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

v3.2: H264 disabled

Larry_Y_
Beginner
293 Views

Hi,

The new release v3.2 seems always to have H264 disabled.

Install steps on CentOS 7.2:

video_agent/download_openh264.sh

cp ./libopenh264-1.4.0-linux64.so ./video_agent/lib/libopenh264.so.0

vi etc/woogeen_config.js add:  config.erizo.openh264Enbaled=true
vi video_agent/agent.toml change to: openh264Enabled = true

However bin/init-all.sh always:

Hardware acceleration disbled
OpenH264 disbled

And video_agent/agent.toml  is auto changed to: openh264Enabled = false

The previous versions seem to be able to use H264.

with thanks,

Larry

0 Kudos
2 Replies
Larry_Y_
Beginner
293 Views

Never mind.

We just need to edit video_agent/init.sh and change to:  ENABLE_OPENH264=true

Best,

Larry

0 Kudos
Lei_Z_Intel1
Employee
293 Views

Larry,

Thanks for pointing this out. Yes, this is a product defect, will be fixed at next patch release. There will be 3 workarounds to address this issue as following,

1. Execute the OpenH264 flag modification action after running init script.

2. Manually change OpenH264 flag in Release-v3.2/video_agent/agent.toml again if that's changed before running init script.

3. Apply the patch in attachment to replace the init script file at Release-v3.2/video_agent/init.sh.

Best wishes,

Zhai Lei

 

0 Kudos
Reply