ffmpeg_branding = Chrome not accepted
Reported by
dntsp...@gmail.com,
Dec 9 2017
|
|||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3226.0 Safari/537.36 Steps to reproduce the problem: 1. gn args out/Default 2. ffmpeg_branding = Chrome 3. :wq What is the expected behavior? no error What went wrong? wants only the default ffmpeg_branding = Chromium Did this work before? Yes 63.0.3226.0 Chrome version: 65.0.3289.0 Channel: n/a OS Version: Flash Version: ffmpeg_branding = Chromium and proprietary_codecs = true not accepted so no H264
,
Dec 12 2017
The issue seems to be out of TE-scope as it is related to proprietary codecs. Hence, marking TE-NeedsTriageHelp for further investigation from dev team. Thanks...!!
,
Dec 12 2017
You must have both ffmpeg_branding="Chrome" and proprietary_codecs=true
,
Dec 12 2017
My original gn args out/Default: enable_nacl = false ffmpeg_branding = Chrome is_debug = false proprietary_codecs = true remove_webcore_debug_symbols = true use_system_freetype = true use_system_harfbuzz = true use_system_lcms2 = true use_system_libdrm = true use_system_libjpeg = true use_system_zlib = true failed on 4 points. Now compiled only with enable_nacl = false is_debug = false remove_webcore_debug_symbols = true use_system_freetype = true use_system_libdrm = true use_system_zlib = true 2017-12-12 18:52 GMT+01:00 dalecur… via monorail < monorail+v2.2801085551@chromium.org>:
,
Mar 21 2018
ffmpeg_branding = "Chrome" (quotes) is the solution |
|||
►
Sign in to add a comment |
|||
Comment 1 by sc00335...@techmahindra.com
, Dec 12 2017