博客
关于我
obs源码和编译安装
阅读量:268 次
发布时间:2019-03-01

本文共 953 字,大约阅读时间需要 3 分钟。

 

git clone --recursive https://github.com/obsproject/obs-studio.git

 

安装参考

$ git checkout  -b  v26.1.2  26.1.2

Switched to a new branch 'v26.1.2'

  • macOS version updated to 26.1.2
  • Windows version updated to 26.1.1
  • Added the ability to capture

mac版本

#编译命令行cd obs-studiomkdir build_customcd build_customcmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DQTDIR="/tmp/obsdeps" -DSWIGDIR="/tmp/obsdeps" -DDepsPath="/tmp/obsdeps" -DDISABLE_PYTHON=ON  ..make

 

 

 

OBS中DShow插件采集音视频的流程分析

 

OBS源码分析--视频采集显示

 

 

OBS] 分析libobs几个主要的线程

 

There are three primary threads spawned by libobs on initialization:

obs_graphics_thread for rendering video libobs/obs-video.c

video_thread  for video encoding/output libobs/media-io/video-io.c

audio_thread  for all audio processing/encoding/output  libobs/media-io/audio-io.c

struct obs_core_video几个关键变量的注释:

————————————————
版权声明:本文为CSDN博主「felicityWSH」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/felicitywsh/article/details/103295029

 

 

 

 

 

 

 

 

 

你可能感兴趣的文章
MySQL5.6忘记root密码(win平台)
查看>>
mysql5.7 for windows_MySQL 5.7 for Windows 解压缩版配置安装
查看>>
mysql5.7性能调优my.ini
查看>>
mysql5.7的安装和Navicat的安装
查看>>
MySQL8.0.29启动报错Different lower_case_table_names settings for server (‘0‘) and data dictionary (‘1‘)
查看>>
MySQL8修改密码报错ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
查看>>
mysql8的安装与卸载
查看>>
mysqlbinlog报错unknown variable ‘default-character-set=utf8mb4‘
查看>>
mysqldump 导出中文乱码
查看>>
mysqldump备份时忽略某些表
查看>>
mysqlreport分析工具详解
查看>>
MySQL一个表A中多个字段关联了表B的ID,如何关联查询?
查看>>
MYSQL一直显示正在启动
查看>>
MySQL一站到底!华为首发MySQL进阶宝典,基础+优化+源码+架构+实战五飞
查看>>
MySQL万字总结!超详细!
查看>>
Mysql下载以及安装(新手入门,超详细)
查看>>
mysql中cast() 和convert()的用法讲解
查看>>
mysql中floor函数的作用是什么?
查看>>
MySQL中group by 与 order by 一起使用排序问题
查看>>
mysql中having的用法
查看>>