obs源码和编译安装

https://obsproject.com/zh-cn/download

https://github.com/obsproject/obs-studio/tree/26.1.2

 

obs 核心结构体(二)

https://blog.csdn.net/m0_37035795/article/details/77063657

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

安装参考

https://github.com/obsproject/obs-studio/wiki/Install-Instructions#windows-build-directions

https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/

$ git checkout  -b  v26.1.2  26.1.2
Switched to a new branch 'v26.1.2'

https://www.techspot.com/downloads/7041-obs-studio.html

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

mac版本

https://mac.softpedia.com/get/Multimedia/OBS.shtml

https://github.com/obsproject/obs-studio/wiki/Install-Instructions#mac-osx

#编译命令行
cd obs-studio
mkdir build_custom
cd build_custom
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DQTDIR="/tmp/obsdeps" -DSWIGDIR="/tmp/obsdeps" -DDepsPath="/tmp/obsdeps" -DDISABLE_PYTHON=ON  ..
make

 

 

 

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

https://blog.csdn.net/weixin_30389003/article/details/95114831

 

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

https://blog.csdn.net/dong_zhihong/article/details/71601537?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-2&spm=1001.2101.3001.4242

 

 

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

https://blog.csdn.net/felicitywsh/article/details/103295029

 

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

 

 

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值