Giter Site home page Giter Site logo

obsproject / obs-studio Goto Github PK

View Code? Open in Web Editor NEW
55.6K 1.4K 7.5K 65.7 MB

OBS Studio - Free and open source software for live streaming and screen recording

Home Page: https://obsproject.com

License: GNU General Public License v2.0

CMake 6.32% C 53.51% Shell 0.06% C++ 35.45% Objective-C 2.34% Objective-C++ 1.68% Python 0.06% Lua 0.13% Batchfile 0.03% Swift 0.17% AppleScript 0.02% M 0.23%
c c-plus-plus live-streaming video-recording screen-capture game-capture directshow ffmpeg twitch-tv facebook-live

obs-studio's Introduction

OBS Studio Build Status - GitHub Actions

OBS Studio Translation Project Progress

OBS Studio Discord Server

What is OBS Studio?

OBS Studio is software designed for capturing, compositing, encoding, recording, and streaming video content, efficiently.

It's distributed under the GNU General Public License v2 (or any later version) - see the accompanying COPYING file for more details.

Contributing

obs-studio's People

Contributors

admshao avatar btbn avatar cg2121 avatar computerquip avatar ddrboxman avatar derrod avatar exeldro avatar fenrirthviti avatar fryshorts avatar georgesstavracas avatar gol-d-ace avatar gxalpha avatar jp9000 avatar jpark37 avatar kc5nra avatar kkartaltepe avatar lain-b avatar norihiro avatar notr1ch avatar palana avatar patthemav avatar pkviet avatar rytoex avatar suslikv avatar tt2468 avatar tytan652 avatar vodbox avatar warchamp7 avatar wizardcm avatar xaymar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

obs-studio's Issues

error when i compile

Errore 1 error C1083: Impossibile aprire il file inclusione 'wx/artprov.h': No such file or directory c:\users\utente\documents\github\obs-studio\obs\forms\OBSWindows.h 11 1 OBS
Errore 2 error C1083: Impossibile aprire il file inclusione 'wx/app.h': No such file or directory c:\users\utente\documents\github\obs-studio\obs\obs-app.hpp 20 1 OBS
Errore 3 error C1083: Impossibile aprire il file inclusione 'wx/app.h': No such file or directory c:\users\utente\documents\github\obs-studio\obs\obs-app.hpp 20 1 OBS
Errore 4 error C1083: Impossibile aprire il file inclusione 'wx/app.h': No such file or directory c:\users\utente\documents\github\obs-studio\obs\obs-app.hpp 20 1 OBS
Errore 5 error C1083: Impossibile aprire il file inclusione 'wx/event.h': No such file or directory c:\users\utente\documents\github\obs-studio\obs\settings.hpp 20 1 OBS
Errore 6 error C1083: Impossibile aprire il file inclusione 'wx/app.h': No such file or directory c:\users\utente\documents\github\obs-studio\obs\obs-app.hpp 20 1 OBS
Errore 7 error C1083: Impossibile aprire il file inclusione 'wx/msgdlg.h': No such file or directory C:\Users\UTENTE\Documents\GitHub\obs-studio\obs\window-settings-basic.cpp 18 1 OBS
Errore 8 error C1083: Impossibile aprire il file inclusione 'wx/dialog.h': No such file or directory c:\users\utente\documents\github\obs-studio\obs\wx-subclass.hpp 19 1 OBS
Errore 9 error C1083: Impossibile aprire il file inclusione 'wx/window.h': No such file or directory C:\Users\UTENTE\Documents\GitHub\obs-studio\obs\wx-wrappers.cpp 18 1 OBS
Errore 10 error C1083: Impossibile aprire il file inclusione 'libswresample/swresample.h': No such file or directory C:\Users\UTENTE\Documents\GitHub\obs-studio\libobs\media-io\audio-resampler-ffmpeg.c 20 1 libobs
Errore 11 error LNK1181: impossibile aprire il file di input 'libobs.lib' C:\Users\UTENTE\Documents\GitHub\obs-studio\vs\2013\test-input\LINK test-input
Errore 12 error LNK1181: impossibile aprire il file di input 'libobs.lib' C:\Users\UTENTE\Documents\GitHub\obs-studio\vs\2013\wintest\LINK wintest
Errore 13 error LNK1181: impossibile aprire il file di input 'libobs.lib' C:\Users\UTENTE\Documents\GitHub\obs-studio\vs\2013\libobs-d3d11\LINK libobs-d3d11

sorry if the log is in italian :(

Installation Notes using brew on Mavericks

e7dfdba

I used the install instructions for OSX and ran into the following error during cmake:

CMake Error at obs/CMakeLists.txt:20 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.

It also complained about Qt5NetworkConfig.cmake.

Here are my steps for fixing the issue:

brew install qt5
Qt5Widgets_DIR=/usr/local/Cellar/qt5/5.2.1/lib/cmake/Qt5Widgets/
export Qt5Widgets_DIR
Qt5Network_DIR=/usr/local/Cellar/qt5/5.2.1/lib/cmake/Qt5Network/
export Qt5Network_DIR

Note: the version number may vary, but you can find the location with the following command:
find /usr/local/Cellar/ | grep qt5 | grep Qt5WidgetsConfig.cmake

Crash on open

OBS Studio crashes as soon as I open it. I am only able to see the window for a split second before it closes. I am using Mac version 10.8.4
Log:

info: OBS v0.3.1 (7c8ef6f, mac)
error: OpenGL extension ARB_separate_shader_objects is required.
error: device_create (GL) failed
info: Freeing OBS context data
error: Failed to initialize video
info: Number of memory leaks: 2
logout

[Process completed]

Display Capture not filling the scene

When I add a display capture to the scene on my 13inch MacBook Pro (Late 2013) with Retina Display, I get a rendering that only takes up about a 1/4 of the scene. I have found no way to resize the source so I am assuming it is a bug. I have both my Base and Output resolution at 2560x1600 which is the native resolution for my display. Does anyone know what could be causing this issue?

screen shot 2014-04-15 at 6 29 51 pm

Avid Editing System file compatibility

I was wondering why the mp4 files that i create with OBS have to be put through Handbreak to for Avid editing system to recognize... Maybe you could suggest some settings to try on Advanced Settings Tab. Most videos downloaded from Youtube etc AMA right into Avid.

Also where would i post blue sky requests for future?

Also would be great to have 23.976 as frame rate setting along with 23 fps -24 fps

LOVE LOVE LOVE OBS

in Gratitude,
@theGuruWithin

Param filler=1 failed

I'm getting this warning when attempting to stream:
warning: x264 param: filler=1 failed

Streaming does not start.
OS: Fedora 20 64bit
x264 version: 0.138.2363

El Gato not showing up.

Is there a certain reason why my el gato won't show up in OBS? Do I have to change something? Am I doing something wrong? Or is it not supported yet?

When I Tried Test Compile

I know that this is not finshed and i just wanted to see if i could compile it on Mac OSX 10.9 so when I tried to compile it the compiler recommended...

automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.

Add a Jenkins-ci server to build the project

Hi!
I'm a broadcaster of Twitch and I want to help you with a bit suggestion.
You've got a website: you can create a subdomain and setup an Jenkins server to build exe of this alpha project 👍
Thanks :D

CGLTexImageIOSurface2D failure with display capture

I am getting the following error spammed in the terminal window on Mac OS X 10.9.2 (Mavericks) upon trying to add a Display Capture. The Display capture is also no longer rendering. I ran into this issue after pulling down commit 362e008 (OpenGL: Use texture swizzle for BGRA/BGR/A8).

This is the error I get spammed while a Display Capture is in the scene:
error: CGLTexImageIOSurface2D: 10008, invalid numerical value (texture_create_from_iosurface)

screen shot 2014-04-12 at 4 47 22 pm

x264 encode failed

Sometimes x264_encoder_encode return -1 Usualy when my output_width and output_height are (2560 x 1440)

also

libobs.dll!video_output_disconnect(video_output * video, void (void *, video_data *) * callback, void * param) Line 312 C
libobs.dll!remove_connection(obs_encoder * encoder) Line 159    C
libobs.dll!full_stop(obs_encoder * encoder) Line 496    C
libobs.dll!do_encode(obs_encoder * encoder, encoder_frame * frame) Line 514 C
libobs.dll!receive_video(void * param, video_data * frame) Line 555 C

libobs.dll!video_output_cur_frame(video_output * video) Line 118 C

freeze on video_output_disconnect in pthread_mutex_lock(&video->input_mutex); because

video_output_cur_frame
lock mutex - video->input_mutex

Ubuntu 13.10 x64 build issue with QProxyStyle in obs-app

I'm getting this error message:

[ 83%] Building CXX object obs/CMakeFiles/obs.dir/obs-app.cpp.o
/tmp/obs-studio/obs/obs-app.cpp:24:23: fatal error: QProxyStyle: No such file or directory
 #include <QProxyStyle>
                       ^
compilation terminated.

QProxyStyle does exist in /usr/include/qt5/QtWidgets/

Crash on geforce 9600/8800/GTS 250/GT 130

All I do is drag my OBS Studio into my Applications folder and try to open it shows for a moment then it crashes, I figured I might be able to assist with helping by giving a report log, this is with the newest released version.

Process: obs [10624]
Path: /Applications/OBS Studio.app/Contents/Resources/bin/obs
Identifier: com.obsproject.obs-studio
Version: ???
Code Type: X86-64 (Native)
Parent Process: launchd [200]
Responsible: obs [10624]
User ID: 501

Date/Time: 2014-07-14 11:10:00.916 -0400
OS Version: Mac OS X 10.9.4 (13E28)
Report Version: 11
Anonymous UUID: 35BCB0E4-471A-2C19-B57D-F2EE82927616

Sleep/Wake UUID: DCCB7142-94D9-4845-A6AB-177C45463C1A

Crashed Thread: 8

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000030

VM Regions Near 0x30:
-->
__TEXT 000000010a3f6000-000000010a452000 [ 368K] r-x/rwx SM=COW /Applications/OBS Studio.app/Contents/Resources/bin/obs

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8904da1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8904cd18 mach_msg + 64
2 com.apple.CoreGraphics 0x00007fff8f44ac62 _CGSSetTrackingAreaOption + 118
3 com.apple.AppKit 0x00007fff8e1252aa -[NSWindow _setEventMask:forTrackingRect:] + 77
4 com.apple.AppKit 0x00007fff8e02a1a4 _setTrackingRect + 416
5 com.apple.AppKit 0x00007fff8e029fe0 -[NSWindow _setTrackingRect:inside:owner:userData:useTrackingNum:install:] + 595
6 com.apple.AppKit 0x00007fff8e029d7a -[NSWindow _setTrackingRect:inside:owner:userData:useTrackingNum:] + 65
7 com.apple.AppKit 0x00007fff8e029b40 -[NSView(NSInternal) _installTrackingArea:] + 409
8 com.apple.AppKit 0x00007fff8e124761 -[NSView(NSInternal) _updateTrackingAreas] + 1199
9 com.apple.AppKit 0x00007fff8e1248c7 -[NSView(NSInternal) _updateTrackingAreas] + 1557
10 com.apple.AppKit 0x00007fff8e1248c7 -[NSView(NSInternal) _updateTrackingAreas] + 1557
11 com.apple.AppKit 0x00007fff8e1248c7 -[NSView(NSInternal) _updateTrackingAreas] + 1557
12 com.apple.AppKit 0x00007fff8e1248c7 -[NSView(NSInternal) _updateTrackingAreas] + 1557
13 com.apple.AppKit 0x00007fff8e17ae24 _handleInvalidCursorRectsNote + 994
14 com.apple.AppKit 0x00007fff8e7588a1 __35-[NSWindow _postInvalidCursorRects]_block_invoke2988 + 46
15 com.apple.CoreFoundation 0x00007fff8acc2d67 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
16 com.apple.CoreFoundation 0x00007fff8acc2cd7 __CFRunLoopDoObservers + 391
17 com.apple.CoreFoundation 0x00007fff8acb43b8 __CFRunLoopRun + 776
18 com.apple.CoreFoundation 0x00007fff8acb3e75 CFRunLoopRunSpecific + 309
19 com.apple.HIToolbox 0x00007fff873fea0d RunCurrentEventLoopInMode + 226
20 com.apple.HIToolbox 0x00007fff873fe685 ReceiveNextEventCommon + 173
21 com.apple.HIToolbox 0x00007fff873fe5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
22 com.apple.AppKit 0x00007fff8dfde24e _DPSNextEvent + 1434
23 com.apple.AppKit 0x00007fff8dfdd89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
24 com.apple.AppKit 0x00007fff8dfd199c -[NSApplication run] + 553
25 libqcocoa.dylib 0x000000010e7d22a7 QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 2391
26 QtCore 0x000000010b38f05d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 397
27 QtCore 0x000000010b392162 QCoreApplication::exec() + 354
28 obs 0x000000010a3fca65 main + 2837
29 obs 0x000000010a3f9964 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff89052662 kevent64 + 10
1 libdispatch.dylib 0x00007fff91c46421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff91c46136 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff89051e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff89d95f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff89d98fb9 start_wqthread + 13

Thread 3:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff890519aa select + 10
1 QtCore 0x000000010b3e0213 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 547
2 QtCore 0x000000010b3e0f58 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec_) + 680
3 QtCore 0x000000010b3e1dca QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 250
4 QtCore 0x000000010b38f05d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 397
5 QtCore 0x000000010b1a60e3 QThread::exec() + 115
6 QtCore 0x000000010b1a9e60 QThreadPrivate::start(void_) + 352
7 libsystem_pthread.dylib 0x00007fff89d94899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff89d9472a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff89d98fc9 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff89051e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff89d95f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff89d98fb9 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff89051e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff89d95f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff89d98fb9 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8904da1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8904cd18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8acb4f15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8acb4539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8acb3e75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff8e17e05e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff89d94899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff89d9472a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff89d98fc9 thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff89051a3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8d303dc0 nanosleep + 200
2 libobs.0.dylib 0x000000010a4cf89a os_sleepto_ns + 106
3 libobs.0.dylib 0x000000010a4c2c35 video_thread + 117
4 libsystem_pthread.dylib 0x00007fff89d94899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff89d9472a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff89d98fc9 thread_start + 13

Thread 8 Crashed:
0 com.apple.GeForceTeslaGLDriver 0x00001234402fda6d 0x123440000000 + 3136109
1 com.apple.GeForceTeslaGLDriver 0x00001234402f6a93 0x123440000000 + 3107475
2 com.apple.GeForceTeslaGLDriver 0x00001234402f0696 0x123440000000 + 3081878
3 com.apple.GeForceTeslaGLDriver 0x00001234402ffd64 0x123440000000 + 3145060
4 com.apple.GeForceTeslaGLDriver 0x0000123440300830 0x123440000000 + 3147824
5 com.apple.GeForceTeslaGLDriver 0x000012344020c3a5 0x123440000000 + 2147237
6 com.apple.GeForceTeslaGLDriver 0x000012344020bbd5 0x123440000000 + 2145237
7 com.apple.GeForceTeslaGLDriver 0x00001234402ff3b5 0x123440000000 + 3142581
8 com.apple.GeForceTeslaGLDriver 0x00001234402ec20b gldUpdateDispatch + 916
9 GLEngine 0x00007fff8a567192 gleFallbackAttemptToEnd + 319
10 GLEngine 0x00007fff8a5590ba gleUpdateDeferredStateFull + 8884
11 GLEngine 0x00007fff8a55a6a0 gleDoDrawDispatchCoreGL3 + 252
12 GLEngine 0x00007fff8a50ed9a gleDrawArraysOrElements_Entries_Body + 116
13 GLEngine 0x00007fff8a50829b glDrawArrays_GL3Exec + 194
14 libobs-opengl.so 0x000000010f4bf122 device_draw + 402
15 libobs.0.dylib 0x000000010a4e16b2 obs_video_thread + 1058
16 libsystem_pthread.dylib 0x00007fff89d94899 _pthread_body + 138
17 libsystem_pthread.dylib 0x00007fff89d9472a _pthread_start + 137
18 libsystem_pthread.dylib 0x00007fff89d98fc9 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff89051a3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8d303dc0 nanosleep + 200
2 libsystem_c.dylib 0x00007fff8d303cb2 usleep + 54
3 libobs.0.dylib 0x000000010a4c4061 audio_thread + 161
4 libsystem_pthread.dylib 0x00007fff89d94899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff89d9472a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff89d98fc9 thread_start + 13

Thread 8 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x000000011386de60 rcx: 0x0000000000000000 rdx: 0x0000000000000001
rdi: 0x000000011386de60 rsi: 0x0000000003000003 rbp: 0x000000011386dc60 rsp: 0x000000011386dc30
r8: 0x0000000000000016 r9: 0x00007fdab9c00000 r10: 0x00000000d890ca8b r11: 0x000000001ddff946
r12: 0x00007fdabaa2d548 r13: 0x00007fdab9c25108 r14: 0x000000011386de60 r15: 0x0000000000000001
rip: 0x00001234402fda6d rfl: 0x0000000000010246 cr2: 0x0000000000000030

Logical CPU: 0
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x10a3f6000 - 0x10a451ff7 +obs (???) <7319538D-9A56-3508-92F7-9EE203D812BC> /Applications/OBS Studio.app/Contents/Resources/bin/obs
0x10a4a6000 - 0x10a4f6ff7 +libobs.0.dylib (0) <3DCA4ADB-A311-3370-AE10-81F6C3136614> /Applications/OBS Studio.app/Contents/Resources/bin/libobs.0.dylib
0x10a523000 - 0x10a9d6ff7 +QtWidgets (5.2) <20511AD2-CF71-368C-9F84-6BA80814FF03> /Applications/OBS Studio.app/Contents/Resources/bin/QtWidgets
0x10ab7d000 - 0x10ac81fff +QtNetwork (5.2) /Applications/OBS Studio.app/Contents/Resources/bin/QtNetwork
0x10aceb000 - 0x10b06aff7 +QtGui (5.2) <1D90F282-6151-3035-8878-C6AFB7E54E1D> /Applications/OBS Studio.app/Contents/Resources/bin/QtGui
0x10b180000 - 0x10b677fff +QtCore (5.2) <1CDDBA06-18A4-3012-93A6-C1E50440D003> /Applications/OBS Studio.app/Contents/Resources/bin/QtCore
0x10b768000 - 0x10b7c6fff +libswscale.2.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libswscale.2.dylib
0x10b7d5000 - 0x10b7e6fff +libswresample.0.dylib (0) <81F8F776-A596-3C17-B091-C83782330521> /Applications/OBS Studio.app/Contents/Resources/bin/libswresample.0.dylib
0x10b7f0000 - 0x10b911ff7 +libavformat.55.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libavformat.55.dylib
0x10b949000 - 0x10b979ff7 +libavutil.52.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libavutil.52.dylib
0x10b99b000 - 0x10b9e6ff7 +libSDL-1.2.0.dylib (0) <2D4BF69E-8211-306A-BBBD-19F695F89372> /Applications/OBS Studio.app/Contents/Resources/bin/libSDL-1.2.0.dylib
0x10ba06000 - 0x10baf2ff7 +libx264.142.dylib (0) <5510FED5-E9CF-3D5E-A592-8DA6AC8A45BD> /Applications/OBS Studio.app/Contents/Resources/bin/libx264.142.dylib
0x10bb8f000 - 0x10bb9dfff +libbz2.1.0.dylib (0) <57564CB0-AD8D-35AD-A8BE-EAF844A6005C> /Applications/OBS Studio.app/Contents/Resources/bin/libbz2.1.0.dylib
0x10bba8000 - 0x10bbb7ff7 +libz.1.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libz.1.dylib
0x10bbc0000 - 0x10bcb1ff7 +libX11.6.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libX11.6.dylib
0x10bcd5000 - 0x10bcdffff +libXext.6.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libXext.6.dylib
0x10bceb000 - 0x10bcf1fff +libXrandr.2.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libXrandr.2.dylib
0x10bcf5000 - 0x10bcf5ff9 +cl_kernels (???) cl_kernels
0x10bcf8000 - 0x10bcfefff +libXrender.1.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libXrender.1.dylib
0x10bd07000 - 0x10bd16fff +libxcb.1.dylib (0) <9282822D-4FC0-39AD-B226-4E7E66DD5571> /Applications/OBS Studio.app/Contents/Resources/bin/libxcb.1.dylib
0x10bd2a000 - 0x10bd2bfff +libXau.6.dylib (0) <935C8321-AAF2-3DED-AC86-293C2FAB97EC> /Applications/OBS Studio.app/Contents/Resources/bin/libXau.6.dylib
0x10bd2e000 - 0x10bd31fff +libXdmcp.6.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libXdmcp.6.dylib
0x10bd3b000 - 0x10c470fe7 +libavcodec.55.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/libavcodec.55.dylib
0x10cb66000 - 0x10cb6afff com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10cbe8000 - 0x10cbeeff7 +libqgif.dylib (0) <8AD01367-19DE-3669-ABC0-4FE98DD3B7B9> /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqgif.dylib
0x10cbf3000 - 0x10cbf8ff7 +libqico.dylib (0) <2AD7F5C9-FA28-3A97-95A2-8C5599D0A053> /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqico.dylib
0x10cbfd000 - 0x10cbfeff4 +cl_kernels (???) <8D06867F-1E90-4309-9AA2-5289291187DC> cl_kernels
0x10e7b9000 - 0x10e849ff7 +libqcocoa.dylib (0) <847A2654-D22C-3B75-83F0-F0B420B72087> /Applications/OBS Studio.app/Contents/Resources/bin/platforms/libqcocoa.dylib
0x10e898000 - 0x10e8c1fff +QtPrintSupport (5.2) /Applications/OBS Studio.app/Contents/Resources/bin/QtPrintSupport
0x10f4b5000 - 0x10f4c4fff +libobs-opengl.so (???) /Applications/OBS Studio.app/Contents/Resources/bin/libobs-opengl.so
0x10f571000 - 0x10f57cfff libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x10f63b000 - 0x10f65fff7 +libqtaccessiblewidgets.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/accessible/libqtaccessiblewidgets.dylib
0x10f67d000 - 0x10f763fef unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x10fd56000 - 0x10fd5afff +libqsvg.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqsvg.dylib
0x10fd5f000 - 0x10fd63ff7 +libqtga.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqtga.dylib
0x110d64000 - 0x110d9fff7 +libqjpeg.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqjpeg.dylib
0x110da9000 - 0x110df7ff7 +libqmng.dylib (0) <4567DBE1-30DE-34BB-B1A7-33C5B51A9DBC> /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqmng.dylib
0x110e08000 - 0x110e3fff7 +QtSvg (5.2) <03531661-9BA9-3B37-B1D5-EE422B1EB00B> /Applications/OBS Studio.app/Contents/Resources/bin/QtSvg
0x110e5d000 - 0x110e95ff7 +QtXml (5.2) <95437A17-0F0C-393D-AE9C-572A5FD40A01> /Applications/OBS Studio.app/Contents/Resources/bin/QtXml
0x110ead000 - 0x110f09fff +libqtiff.dylib (0) /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqtiff.dylib
0x110f17000 - 0x110f1bff7 +libqwbmp.dylib (0) <93727823-54AE-35A9-841C-8AE6455B68D9> /Applications/OBS Studio.app/Contents/Resources/bin/imageformats/libqwbmp.dylib
0x111683000 - 0x1116a4ff7 +libobsglad.0.dylib (0) <5539C7C0-B3F3-3ACE-8276-039F97CE517F> /Applications/OBS Studio.app/Contents/Resources/bin/libobsglad.0.dylib
0x111725000 - 0x11172afff +libobs-ffmpeg.so (???) <12A4C652-FA6B-3D34-83CF-E8821A589DFC> /Applications/OBS Studio.app/Contents/Resources/obs-plugins/libobs-ffmpeg.so
0x11172f000 - 0x111731fff +libobs-x264.so (???) <042AB9C6-DCA7-31A2-B011-F79ABA5F3B69> /Applications/OBS Studio.app/Contents/Resources/obs-plugins/libobs-x264.so
0x111735000 - 0x111737fff +librtmp-services.so (???) /Applications/OBS Studio.app/Contents/Resources/obs-plugins/librtmp-services.so
0x11173b000 - 0x111740ff7 +libmac-avcapture.so (???) /Applications/OBS Studio.app/Contents/Resources/obs-plugins/libmac-avcapture.so
0x1121ea000 - 0x112934ff7 libclh.dylib (4.0.3 - 4.0.3) <154F3E80-3711-337B-AE2D-8E55966F4634> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0x112cdb000 - 0x112cdfff7 +libmac-capture.so (???) /Applications/OBS Studio.app/Contents/Resources/obs-plugins/libmac-capture.so
0x112d46000 - 0x112d4aff7 +libtest-input.so (???) /Applications/OBS Studio.app/Contents/Resources/obs-plugins/libtest-input.so
0x1133b9000 - 0x1133cdfff +libobs-outputs.so (???) <334EB4B8-C98C-3D31-8BA4-3083BC7958B4> /Applications/OBS Studio.app/Contents/Resources/obs-plugins/libobs-outputs.so
0x123440000000 - 0x12344086dfff com.apple.GeForceTeslaGLDriver (8.24.15 - 8.2.4) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x7fff6ed31000 - 0x7fff6ed64817 dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
0x7fff84873000 - 0x7fff84c4afef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff84c4b000 - 0x7fff84e03ffb libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
0x7fff84e04000 - 0x7fff84e50ffe com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff84e54000 - 0x7fff84f18ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff84f1b000 - 0x7fff84f1bfff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff84f5d000 - 0x7fff84f6ffff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff84f70000 - 0x7fff84fc2fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff84fc3000 - 0x7fff84fccff7 libcldcpuengine.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff84fcd000 - 0x7fff84ffcff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff84ffd000 - 0x7fff85024ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff8507d000 - 0x7fff8507dfff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8507e000 - 0x7fff85088ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8508b000 - 0x7fff850dcff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff850dd000 - 0x7fff85124fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff85125000 - 0x7fff8514dffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8514e000 - 0x7fff85581ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff85617000 - 0x7fff85670fff libTIFF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff85671000 - 0x7fff85742ff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff85743000 - 0x7fff85805ff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff85806000 - 0x7fff8586cfff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8586d000 - 0x7fff85875fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
0x7fff85876000 - 0x7fff8597cff7 com.apple.ImageIO.framework (3.3.0 - 1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8597f000 - 0x7fff859c4fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff859c5000 - 0x7fff85a13ff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
0x7fff85a14000 - 0x7fff85a15fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
0x7fff85a16000 - 0x7fff85a16fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff85afa000 - 0x7fff85b69ff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff85b97000 - 0x7fff85ba5fff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff85bce000 - 0x7fff85bfffff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff85c00000 - 0x7fff85c34fff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib
0x7fff85c41000 - 0x7fff85c4afff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff85c4b000 - 0x7fff85c70ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff85c71000 - 0x7fff85d29ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff85d2a000 - 0x7fff85d77ff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff85d78000 - 0x7fff85d7afff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff85d7b000 - 0x7fff85d8aff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff85dd2000 - 0x7fff85de3ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff85de4000 - 0x7fff85ecbff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff85ecc000 - 0x7fff85ef5fff GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff85ef6000 - 0x7fff86026ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff86027000 - 0x7fff86029fff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8602a000 - 0x7fff8602afff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8602b000 - 0x7fff8605afd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff86068000 - 0x7fff860a6ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff860ab000 - 0x7fff861cdfff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff86243000 - 0x7fff862a6ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff862a7000 - 0x7fff8657bfc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff873d0000 - 0x7fff8767aff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8767b000 - 0x7fff8772bff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff87767000 - 0x7fff877f2fff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib
0x7fff87845000 - 0x7fff8784dff3 libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff87851000 - 0x7fff87869ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8786a000 - 0x7fff8786eff7 libGIF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff878d2000 - 0x7fff87d20fef com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff87e2e000 - 0x7fff87e2ffff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff87e30000 - 0x7fff87e34ff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib
0x7fff87e38000 - 0x7fff87e61fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff87e62000 - 0x7fff87e74ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff87e75000 - 0x7fff87e7dfff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
0x7fff87e7e000 - 0x7fff87e7ffff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff87e80000 - 0x7fff87edffff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff87f68000 - 0x7fff87f69ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff87f6a000 - 0x7fff87fb8ff7 com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff87fb9000 - 0x7fff87ffeff6 com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff88108000 - 0x7fff881f2fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff88243000 - 0x7fff88541fff com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff88542000 - 0x7fff88542fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff88543000 - 0x7fff8854fffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff885ff000 - 0x7fff88601fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff88857000 - 0x7fff88921fff com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff88922000 - 0x7fff8898ffff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff88d08000 - 0x7fff88d0aff7 com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff88d0b000 - 0x7fff88d0ffff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff88dce000 - 0x7fff88dd3ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff88dd4000 - 0x7fff88dd7fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff88dd8000 - 0x7fff88ddbfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff88ddc000 - 0x7fff88de6fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff88de7000 - 0x7fff88df4ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff88e0d000 - 0x7fff88e35ffb libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff88e36000 - 0x7fff88e5bff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff88e5c000 - 0x7fff88f4dff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff88f4e000 - 0x7fff88f66ff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff88f86000 - 0x7fff88f8bfff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff88fa0000 - 0x7fff89017fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8901f000 - 0x7fff8903bfff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8903c000 - 0x7fff89058ff7 libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
0x7fff89059000 - 0x7fff89083ff7 libsandbox.1.dylib (278.11.1) /usr/lib/libsandbox.1.dylib
0x7fff8908f000 - 0x7fff892d7ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff892d8000 - 0x7fff8934bfff com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8934c000 - 0x7fff8935cffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff89383000 - 0x7fff893c4fff com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff893c5000 - 0x7fff89429fff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8942a000 - 0x7fff89445ff7 libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff89446000 - 0x7fff89450ff7 libcsfde.dylib (380) /usr/lib/libcsfde.dylib
0x7fff89451000 - 0x7fff8948aff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff895cd000 - 0x7fff895cffff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff89682000 - 0x7fff89685ff7 libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
0x7fff89712000 - 0x7fff8972bff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8972c000 - 0x7fff89733ffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff89734000 - 0x7fff89823fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff89824000 - 0x7fff89824fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff898f7000 - 0x7fff89900ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
0x7fff89901000 - 0x7fff89943ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff89944000 - 0x7fff89af1f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff89d54000 - 0x7fff89d59fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff89d5a000 - 0x7fff89d92ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff89d93000 - 0x7fff89d9aff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff89d9b000 - 0x7fff89e24fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff89f97000 - 0x7fff89f9affa libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff89fee000 - 0x7fff89ff9fff libkxld.dylib (2422.110.17) /usr/lib/system/libkxld.dylib
0x7fff89ffc000 - 0x7fff8a16cff4 com.apple.CFNetwork (673.4 - 673.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8a3cb000 - 0x7fff8a40afff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8a40b000 - 0x7fff8a40effc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8a40f000 - 0x7fff8a40fffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8a410000 - 0x7fff8a43fff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8a45a000 - 0x7fff8a461fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8a462000 - 0x7fff8a602ff7 GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8a603000 - 0x7fff8a610fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8a686000 - 0x7fff8a691ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8a692000 - 0x7fff8a6e5fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8a8d8000 - 0x7fff8a8d8ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff8a8d9000 - 0x7fff8aa08fef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8aa09000 - 0x7fff8aa44fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8aa83000 - 0x7fff8aa84ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8abf8000 - 0x7fff8abfaffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff8abfb000 - 0x7fff8ac24ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8ac25000 - 0x7fff8ac26ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff8ac36000 - 0x7fff8ac43ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8ac44000 - 0x7fff8ae29fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8aea9000 - 0x7fff8aeafff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8af78000 - 0x7fff8af79fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8b035000 - 0x7fff8b03bff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff8b2d4000 - 0x7fff8b360ff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8b3bf000 - 0x7fff8b3eefff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8b66a000 - 0x7fff8b69afff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8b69b000 - 0x7fff8b6f6ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8b989000 - 0x7fff8b9d2fff com.apple.CoreMedia (1.0 - 1273.54) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8b9d3000 - 0x7fff8b9ddff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8b9de000 - 0x7fff8b9ebff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff8b9f9000 - 0x7fff8b9fbfff libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8b9fc000 - 0x7fff8ba17ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff8ba3f000 - 0x7fff8bc99ff9 com.apple.security (7.0 - 55471.14.8) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8bcf9000 - 0x7fff8bd5effb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8bd5f000 - 0x7fff8bd6afff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8bd6b000 - 0x7fff8bed9ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8beda000 - 0x7fff8bedaffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8bf68000 - 0x7fff8bf6fff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff8bf71000 - 0x7fff8bfbefff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8bfbf000 - 0x7fff8c15bff3 com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8c18b000 - 0x7fff8c193ffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8c1ae000 - 0x7fff8c29cfff libJP2.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8c2a0000 - 0x7fff8c2eefff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff8c813000 - 0x7fff8c817fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8c8e9000 - 0x7fff8c8f1ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8c8f2000 - 0x7fff8c902fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff8d252000 - 0x7fff8d265ff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff8d288000 - 0x7fff8d311ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff8d312000 - 0x7fff8d328fff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8d713000 - 0x7fff8d717ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8d718000 - 0x7fff8d7e3fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8d7ea000 - 0x7fff8d7efff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8d7f0000 - 0x7fff8d837ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
0x7fff8d838000 - 0x7fff8d841ffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8d846000 - 0x7fff8d84cfff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff8d84d000 - 0x7fff8d9a1ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8d9a2000 - 0x7fff8da23fff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8da24000 - 0x7fff8da2cff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8da2d000 - 0x7fff8da85ff7 com.apple.Symbolication (1.4 - 129.0.2) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8dabc000 - 0x7fff8dacdff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8dad3000 - 0x7fff8deb4ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8deb5000 - 0x7fff8ded9ff7 libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8deda000 - 0x7fff8dfb9fff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib
0x7fff8dfba000 - 0x7fff8eb30ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8eb31000 - 0x7fff8eb4cff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8eb4d000 - 0x7fff8ebb9fff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8ec47000 - 0x7fff8ecd7ff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8ecd8000 - 0x7fff8ecdbfff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8f3ee000 - 0x7fff8fd0e32b com.apple.CoreGraphics (1.600.0 - 599.25.10.1) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8fd0f000 - 0x7fff8fdf3fff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8fdf6000 - 0x7fff8fdf7ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8fdf8000 - 0x7fff8fe0fff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8fe10000 - 0x7fff8fe17fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8fe18000 - 0x7fff8fe22ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff905df000 - 0x7fff90745fff libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff90746000 - 0x7fff90a17ff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff90e74000 - 0x7fff90e91ff7 com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff90e92000 - 0x7fff90ebefff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff90ebf000 - 0x7fff90ec1ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff90ec2000 - 0x7fff90ec6ff7 libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
0x7fff90ec7000 - 0x7fff90efcffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff90ffa000 - 0x7fff91013ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff91014000 - 0x7fff9102bffa libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff9104f000 - 0x7fff91073fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff91074000 - 0x7fff913aafff com.apple.MediaToolbox (1.0 - 1273.54) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff913ab000 - 0x7fff91695fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff916d7000 - 0x7fff916e3ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff91beb000 - 0x7fff91c15ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
0x7fff91c43000 - 0x7fff91c5dfff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff91c9c000 - 0x7fff91d03ff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff91d04000 - 0x7fff91d2bffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff91d2c000 - 0x7fff91d2eff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff91d2f000 - 0x7fff91d30ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 42051
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=230.7M resident=89.1M(39%) swapped_out_or_unallocated=141.5M(61%)
Writable regions: Total=153.4M written=28.0M(18%) resident=67.1M(44%) swapped_out=16K(0%) unallocated=86.3M(56%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 2924K
CG image 12K
CG raster data 24K
CG shared images 212K
CoreGraphics 4K
CoreImage 8K
Dispatch continuations 4096K
IOKit 42.1M
IOKit (reserved) 8K reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 65.9M
MALLOC (admin) 32K
Memory Tag 242 12K
OpenCL 20K
OpenGL GLSL 5632K
STACK GUARD 56.0M
Stack 12.1M
VM_ALLOCATE 18.0M
__DATA 48.6M
__IMAGE 528K
__LINKEDIT 72.9M
__TEXT 157.8M
__UNICODE 544K
mapped file 59.4M
shared memory 68K
=========== =======
TOTAL 546.7M
TOTAL, minus reserved VM space 546.6M

Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.48f2
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.6f1 14216, 3 services, 15 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: FUJITSU MJA2500BH FFS G1, 500.11 GB
Serial ATA Device: HL-DT-ST DVDRW GS23N
USB Device: Built-in iSight
USB Device: Internal Memory Card Reader
USB Device: CTH-670
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus:

Compilation fails with wxWidgets below version 2.9.0

Trying to compile OBA with a wxWidgets version below 2.9.0 causes the following error:

window-subclass.cpp: In member function 'virtual wxSize ListCtrlFixed::DoGetBestClientSize() const':
window-subclass.cpp:70:10: error: 'DoGetBestClientSize' is not a member of 'wxControl'

According to the wxWidgets API documentation wxWindow::DoGetBestClientSize() was added in version 2.9.0: http://docs.wxwidgets.org/trunk/classwx_window.html#afe8447cb5975584ee3d4a03e3d02ee89

The configure script should probably check for the correct required version and not allow compilation if the required version is not available.

WebCamera capture

How to capture WebCamera?

Obs-Studio didn't support this yet?
Can i use libobs to capture camera?

Error when running cmake command on MAC OS 10.9.2

CMake Error at obs/CMakeLists.txt:20 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.

Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:

  • Qt5WidgetsConfig.cmake
  • qt5widgets-config.cmake

Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.

-- Configuring incomplete, errors occurred!
See also "/Applications/obs-studio-master/cmbuild/CMakeFiles/CMakeOutput.log".
See also "/Applications/obs-studio-master/cmbuild/CMakeFiles/CMakeError.log".

Changed the preset resolution for Video Capture Device, unable to change it back. (mac)

Hi,

Today I thought I would play around with the preset resolutions and I made it really small by mistake and it only shows that resolution for the Video Capture Device. I am using CamTwist for the capture device. Is there anyway this can be fixed? Its currently stuck at 320x240

Specs:
Processor 2.3 GHz Intel Core i5
Memory 4 GB 1333 MHz DDR3
Graphics Intel HD Graphics 3000 384 MB

Image Plugin seems to be broken

Steps i did:
1.) Add an Image to Source
2.) Open settings dialog -> settings dialog don't have any ok / chancel button , just a grey area and a browse button.
3.) Select a picture useing the browse button -> still the i supose preview area is grey and you can only close the dialog with the close button off the dialog itself and obs freezes

I tried jpg and png .. both with the same result.
Consoleoutput:
info: xshm-input: Geometry 1920x1080 @ 0,0
Xlib: sequence lost (0x10c10 > 0xc11) in reply type 0x23!
Xlib: sequence lost (0x10cbc > 0xcbd) in reply type 0x23!
Xlib: sequence lost (0x10cd6 > 0xcd7) in reply type 0x23!
Xlib: sequence lost (0x11e8c > 0x1e8e) in reply type 0x23!
warning: [image_source: 'Image'] failed to load texture ''
Xlib: sequence lost (0x125f1 > 0x25f2) in reply type 0x23!

Out of Sync Audio / Video

here is a example Video -> user current git + xcomposite capture on linux.
Else everything was great. So can't wait for more options in the gui. Thanx for the work.

cmake problems on OSX

Hello, trying to build obs-studio, hoping I may help debug OSX side of things. When building, for the opengl part I got linking errors. Fix is to add Opengl to link targets as so:

set(libobs-opengl_PLATFORM_DEPS
    ${COCOA}
    ${IOSURF}
    ${OPENGL_gl_LIBRARY})

There was another problem in mac-avcapture. Fix was to add Cocoa in linked libraries.

target_link_libraries(mac-avcapture
libobs
${AVFOUNDATION}
${COREFOUNDATION}
${COREMEDIA}
${COREVIDEO}
${COCOA})

A great thank you for rewriting OBS and porting it to OSX. It is truly appreciated :)

Libav support

I have made a prototype for libav support, unfortunately it's still buggy. I will try to make it work better but in the meantime I would appreciate some advice.
Thank you.

After a working prototype, I will rewrite it into a code that hopefully can be pulled in.

Update button on Mac?

Just wondering when it updates since things are still being modified is there an update button, or am I supposed to just keep reinstalling? Not sure.

Can't run OBS

Hello,
recently I've tried to run the OBS to see how is work going. Unfortunately, it doesn't launch at all :(
Well, if the project is in such an early stage that it's not executable yet, then sorry, feel free to ignore this post :(
Here's terminal output:

(obs:2554): Gdk-WARNING **: gdkdrawable-x11.c:952 drawable is not a pixmap or window
X and Y: 644 373
Backbuffers: 2
Color Format: 3
ZStencil Format: 0
Adapter: 0

Naruszenie ochrony pamięci (core dumped)

Qt5 setup?

I read the install file, but it seems to be missing a step. It looks like you also need QT5 installed to build obs-studio. Only problem is i'm a bit of a newb at building stuff this way on my mac, and I can't seem to get it to work. I tried installing qt5 via brew, but it says that since qt4 is the norm, it doesn't symlink qt5 for usage, so obs still misses it when I try to install.

==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/qt5-5.2.1.mavericks.bottle.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/qt5-5.2.1.mavericks.bottle.2.tar.gz
==> Pouring qt5-5.2.1.mavericks.bottle.2.tar.gz
==> Caveats
We agreed to the Qt opensource license for you.
If this is unacceptable you should uninstall.

This formula is keg-only, so it was not symlinked into /usr/local.

Qt 5 conflicts Qt 4 (which is currently much more widely used).

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS:  -L/usr/local/opt/qt5/lib
CPPFLAGS: -I/usr/local/opt/qt5/include

.app bundles were installed.
Run brew linkapps to symlink these to /Applications.
==> Summary
🍺 /usr/local/Cellar/qt5/5.2.1: 5471 files, 172M

CMake Error at obs/CMakeLists.txt:20 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.

Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:

Qt5WidgetsConfig.cmake
qt5widgets-config.cmake

Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.

Missing OpenGL Extension in Mesa

obs-studio (commit 7d48dbb) gets far enough to open a window, but immediately crashes leaving this output:

$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH":/usr/local/lib" obs
"Qt Warning - invalid keysym: dead_actute"
Attempted path: share/obs/obs-studio/locale/en.txt
Attempted path: /usr/local/share/obs/obs-studio/locale/en.txt
info: X and Y: 848 477
Backbuffers: 2
Color Format: 3
ZStencil Format: 0
Adapter: 0

info: OpenGL version: 3.0 Mesa 10.1.0

info: Number of memory leaks: 2

or does it require OGL3.3 (which my Sandy Bridge front-end GPU driver can't provide) and crashes because of that?

Mac OS X - how do I fix this error

CMake Error at obs/CMakeLists.txt:20 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.

Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:

Qt5WidgetsConfig.cmake
qt5widgets-config.cmake

Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.

Ubuntu 13.10 Compile

Based on the other issue, I see Linux IS suppose to be somewhat working and would like to try it.

So I just did a lot of poking on it and came up with this so far for instructions on Ubuntu 13.10 with the ffmpeg repo

sudo apt-get install ffmpeg libswscale-dev libswresample-dev libavformat-dev qt5-qmake qt5-default libxinerama-dev libx264-dev libpulse-dev

Then following mac advice of cmbuild, cmake .. now finishes.

However, on make I now get this:

https://gist.github.com/aikar/63819ef1410b847160de


Now when I edit the make file to remove implicit-function-declaration as an error, it gets past it but throws more errors:

https://gist.github.com/aikar/5fde8293f7773b32343a

Can you provide any assistance?

Steps to actually compile on Linux?

Hi guys, Liam from GamingOnLinux here, I see there instructions haven't yet been made.

What steps do I need to do to compile it on Linux?

Plugin obs-outputs conflicts with librtmp

Since the change e2c2e50 the obs-outputs plugin is linked against libavformat on my Linux system. This library is linked against librtmp which defines the same symbols as the files in plugins/obs-outputs/librtmp. But it seems librtmp is not compatible with the RTMP code in the obs-outputs plugin and cause a segfault:

#0  __memset_sse2_rep () at ../sysdeps/i386/i686/multiarch/memset-sse2-rep.S:325
#1  0xb50163c2 in RTMP_Init () from /usr/lib/i386-linux-gnu/librtmp.so.0
#2  0xab76bdda in rtmp_stream_create (settings=0x83fb100, output=0x83fb000) at /home/reboot/devel/obs/plugins/obs-outputs/rtmp-stream.c:117
#3  0xb7fba75e in obs_output_create (id=0x80892c7 "rtmp_output", name=0x80892b4 "default", settings=0x0) at /home/reboot/devel/obs/libobs/obs-output.c:82
#4  0x08065cca in OBSBasic::InitOutputs (this=this@entry=0x8140f18) at /home/reboot/devel/obs/obs/window-basic-main.cpp:314
#5  0x08069bd5 in OBSBasic::OBSInit (this=0x8140f18) at /home/reboot/devel/obs/obs/window-basic-main.cpp:486
#6  0x0806358c in OBSApp::OBSInit (this=this@entry=0xbfffef94) at /home/reboot/devel/obs/obs/obs-app.cpp:225
#7  0x08061897 in run_program (argv=<optimized out>, argc=1, logFile=...) at /home/reboot/devel/obs/obs/obs-app.cpp:479
#8  main (argc=1, argv=0xbffff304) at /home/reboot/devel/obs/obs/obs-app.cpp:500

When I revert the commit e2c2e50 the obs-outputs plugin is no longer linked against libavformat and it doesn't cause a segfault anymore.

OpenGL Screen Tearing Problem

I have been using OBS-Studio on Linux for some time now and always noticed some strange stutter in the streamed video and in saved files. This is not visible in the preview windows of OBS.

You can see this problem in the YouTube Video (at 1:00 and at 2:38) and in this Sequence of Frames from the Video.

Since this is not visible in the preview window I investigated how the frames are encoded and found that it basically works like this:

output_frame()
    gs_entercontext();
    download_frame(..., ..., &frame);
        stagesurface_map(..., &frame->data[0], ...)
            *frame->data[0] = glMapBuffer(GL_PIXEL_PACK_BUFFER, GL_READ_ONLY);
    gs_leavecontext();
    output_video_data(..., &frame, ...);

Which means the pointer that is returned by OpenGL is passed to the encoder after the GL context is detached from the turrent thread. I could not find any information in the OpenGL documentation how long the pointer is valid and may be used, but I wrote the work-a-round reboot/obs-studio@c8b54a7 that copies the frame data into a buffer allocated in memory before it is passed to the encoder. The seems to fix the problem and I did not notice any stutter in streams or video files anymore. The work-a-round is not really a fix, but it demonstrates that OpenGL seems to reuse the buffer memory for the new image, before the encoder finished encoding the frame.

Hardware and Driver Info:

OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTS 250/PCIe/SSE2
OpenGL version string: 3.3.0 NVIDIA 331.67

No mention of Qt5 in build instructions

First the following error happens when trying to follow build instructions.

PsyKzz:cmbuild psykzz$ cmake .. && make
CMake Error at obs/CMakeLists.txt:20 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!
See also "/Users/psykzz/obs-studio/cmbuild/CMakeFiles/CMakeOutput.log".
See also "/Users/psykzz/obs-studio/cmbuild/CMakeFiles/CMakeError.log".

I was able to fix this issue by install Qt5 ( from their website ), and then prefixing the directory in the offending cmake file (https://github.com/jp9000/obs-studio/blob/master/obs/CMakeLists.txt), with something similar to

~Line 20: 
set (CMAKE_PREFIX_PATH "/Users/psykzz/Qt/5.2.1/clang_64/lib/cmake/Qt5Widgets")

find_package(Qt5Widgets REQUIRED)

Include compilation option to use libav instead of ffmpeg

I tried to compile it on Debian (and basically Ubuntu, too) but they switched away from ffmpeg to libav. So I can't build it because libswresample just doesn't exist (but libavresample does).
Unfortunately my knowledge on both ffmpeg/libav and cmake is rather limited, but is it possible to add a compilation option (and a lot of ifdefs) to choose which one to use?

x264 invalid crop-rect

Using master on Ubuntu 14.04
program compiled fine, starts up fine, can define scenes
preview shows fine, etc..

when trying to start to record or stream i get this in console

x264 [error]: invalid profile:
warning: Failed to set x264 profile ''
info: invalid crop-rect 0,0,4294967295,0

warning: x264 failed to load

x264 version:

x264 0.142.2389 956c8d8
built on Mar 23 2014, gcc: 4.8.2
configuration: --bit-depth=8 --chroma-format=all
x264 license: GPL version 2 or later

Renderer: OpenGL
Base Resolution: 1920x1080
Scaled Resolution: 1280x720
FPS: 30
Tested switching over to other resolutions, exact same error.

Segfault on linux with XComposite.

With the latest HEAD at the time of writing, there's a segfault when adding a XComposite source.
A bit of digging reveals the issue to be the following:
When you click "ok" on the name window for the new xcomposite source the xcomposite plugin will initialize (in order to show the options window) and select the top most window as active.
When the options window is then shown the source naming screen is closed, which causes a segfault as it tries to do operations on a non-existing window.

Here's where it borks specifically (did some quick work with spaces to make this a little bit more readable because these issues don't support tabs):

//EDIT: This is in libobs/obs-display.c
void obs_display_destroy(obs_display_t display)
{
  if (display) {
    pthread_mutex_lock(&obs->data.displays_mutex);
    *display->prev_next = display->next; //<-- right here it borks
    if (display->next)
      display->next->prev_next = display->prev_next;
    pthread_mutex_unlock(&obs->data.displays_mutex);

    gs_entercontext(obs_graphics());
    obs_display_free(display);
    gs_leavecontext();

    bfree(display);
  }
}

I fixed it for me by doing this:

void obs_display_destroy(obs_display_t display)
{
  if (display) {
    pthread_mutex_lock(&obs->data.displays_mutex);
    if (display->next) {
      *display->prev_next = display->next; //<-- this is now inside the if-block as well
      display->next->prev_next = display->prev_next;
    }
    pthread_mutex_unlock(&obs->data.displays_mutex);

    gs_entercontext(obs_graphics());
    obs_display_free(display);
    gs_leavecontext();

    bfree(display);
    }
}

This little adjustment allows the options-window to be shown (although the preview rendering is weird at first), when you then select another (actually existing) window in the drop-down menu it works just fine.

I can provide stacktraces and coredumps if needed.

-- rewbycraft

PS. Keep on the good work! Loving obs-studio so far!

Linux Progress?

Hi guys, I am very excited for this project. I currently use simplescreenrecorder to do my local recordings as well as live streaming. The huge feature missing with his app is compositing. Is obs-studio in a state right now that I could compile and install it in my Xubuntu 13.10 which runs a GTX 760 using Nvidia's website binary driver? Let me know at your earliest conveinence. Maybe the dev at simplescreenrecorder could help you guys with the linux support for capturing etc etc.

V4L2 input gives a broke webcam when used with v4l1compat.so

To use my very old webcam i need to preload v4l1compat.so. So i started obs with the following commandline: LANG=C LD_PRELOAD=/usr/lib/v4l1compat.so obs

Instead of a normal picture i get a broken picture (it's all green). When i try to switch the settings the following output is in the console:

libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
Xlib: sequence lost (0x12387 > 0x2389) in reply type 0x23!
Xlib: sequence lost (0x13fbc > 0x3fbd) in reply type 0x23!
Xlib: sequence lost (0x153e1 > 0x53e2) in reply type 0x23!
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy
libv4l2: error setting pixformat: Device or resource busy

Would test if it also happen with a v4l2 device but i don't have such a device around.

Trying to open the settings without v4l1compat totally freeze obs. Error:
Xlib: sequence lost (0x114b0 > 0x14b2) in reply type 0x23!
Xlib: sequence lost (0x114db > 0x14dc) in reply type 0x23!

OS X: included libz?

I noticed that the work-in-progress build for OS X has its own libz included. Is there a particular reason for this? I know OS X does have libz included with the OS.

D3D11 error

Loading up D3D11 on adapter AMD Radeon HD 7800 Series
device_create (D3D11): Failed to create device and swap chain (887A0001)

AMD A10-6800K APU with Radeon HD Graphics
Windows 7 Ultimate

Can't build with wxgtk-3.0.0

./configure fails when I try to build on my up-to-date Arch Linux system which has wxgtk 3.0.0 installed, which is apparently not >=2.9 :

checking for wxWidgets version >= 2.9.0 (--version=2.9)... no
configure: error:
wxWidgets must be installed on your system.

    Please check that wx-config is in path, the directory
    where wxWidgets libraries are installed (returned by
    'wx-config --libs' or 'wx-config --static --libs' command)
    is in LD_LIBRARY_PATH or equivalent variable and
    wxWidgets version is 2.9.0 or above.

obs-studio $ wx-config --version
3.0.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.