Question / Help Can't record or stream

AnUsualUser

New Member
Hello, i recently installed obs on my optimus laptop from ppa and once installed it can't neither record or stream. The only thing i get is this warning message into the terminal:
Code:
info: [x264 encoder: 'default_h264'] invalid crop-rect 0,0,4294967295,0

warning: [x264 encoder: 'default_h264'] x264 failed to load


Here the link to the complete log.

Thanks in advance.
 
are you sure you installed all the dependencies listed in the INSTALL file located within the git repository
Code:
cmake libpulse-dev qtbase5-dev libqt5x11extras5-dev libavcodec-dev
libavformat-dev libswscale-dev libx264-dev libswresample-dev
libfdk-aac-dev libxinerama-dev libxcomposite-dev libxrandr-dev
and also enabled the ffmpeg ppa?
 
Top