
chromium
Mrnonono
这个作者很懒,什么都没留下…
展开
-
记一个 chromium 写文件没有权限的问题
问题产生原因:自己在chromium的webrtc中改了点源码,想把编码后的264码流写到文件中,结果fopen()函数没有读写文件的权限,管理员命令也是不行。 平台:windows10 解决方法:chrome.exe 启动时加上启动参数 --no-sandbox 解决,example: chrome.exe --no-sandbox ...原创 2021-03-16 20:10:20 · 579 阅读 · 2 评论 -
Windows 10 下载及编译chromium源码
1.仔细认真看google 说明,网址:https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md 一步都不能少!! 2.python2 !!! 3.使用代理服务器的话, set http_proxy=http://127.0.0.1:1080 set https_proxy=http://127.0.0.1:1080 4.文档的: You must have the ver原创 2020-12-02 19:56:16 · 1217 阅读 · 0 评论