Question / Help No video output, "Could not find service"

I compiled OBS on Debian 8.1.0 "Jessie" 64 bit, following this guide. Whenever I try to record something, I end up with a blank .flv 80 bytes large. I tried running it from the terminal and I noticed this when OBS started up:

Code:
libDeckLinkAPI.so: cannot open shared object file: No such file or directory

Anyone know what library has this file? I've tried searching online with no luck.

Is this library even needed? Here's the full output from the terminal in case something else is causing the problem:

(I also noticed right before posting that version 3.2 of OpenGL is detected instead of 4.4, the version that I have according to the Nvidia control panel and the output from "glxinfo | grep OpenGL". Could that be causing it?)

Code:
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /usr/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/themes/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter
info: OBS 0.10.1-51-gf62b659 (linux)
info: Processor: 6 logical cores
info: Processor: AMD Phenom(tm) II X6 1065T Processor
info: Physical Memory: 8003MB Total
info: Kernel Version: Linux 3.16.0-4-amd64
info: Distribution: "Debian GNU/Linux" "8"
info: audio settings reset:
   samples per sec: 44100
   speakers:  2
   buffering (ms):  1000

info: X and Y: 904 469
Backbuffers: 2
Color Format: 3
ZStencil Format: 0
Adapter: 0

info: OpenGL version: 3.2.0 NVIDIA 340.65

info: video settings reset:
   base resolution:  1280x1024
   output resolution: 1280x1024
   fps:  60/1
   format:  NV12
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
info: No blackmagic support
info: Failed to start search for DeckLink devices
info: output 'adv_stream' (rtmp_output) created
info: output 'adv_file_output' (flv_output) created
info: encoder 'recording_h264' (obs_x264) created
info: encoder 'streaming_h264' (obs_x264) created
info: encoder 'adv_aac0' (libfdk_aac) created
info: encoder 'adv_aac1' (libfdk_aac) created
info: encoder 'adv_aac2' (libfdk_aac) created
info: encoder 'adv_aac3' (libfdk_aac) created
info: service 'default_service' (rtmp_common) created
info: pulse-input: Server name: 'pulseaudio 5.0'
info: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00-CODEC.analog-stereo.monitor'
info: source 'Desktop Audio' (pulse_output_capture) created
info: source 'Scene' (scene) created
info: xshm-input: Geometry 1280x1024 @ 0,0
info: source 'Screen Capture (XSHM)' (xshm_input) created
info: Update check: latest version is: 0.4.0
warning: Failed to set option

error: swr_alloc_set_opts failed
error: creation of resampler failed

warning: rtmp-common.c: [initialize_output] Could not find service ''
info: [x264 encoder: 'recording_h264'] preset: veryfast
info: [x264 encoder: 'recording_h264'] profile: main
info: [x264 encoder: 'recording_h264'] tune: zerolatency
info: [x264 encoder: 'recording_h264'] settings:
   bitrate:  2500
   buffer size: 2500
   fps_num:  60
   fps_den:  1
   width:  1280
   height:  1024
   keyint:  60
   cbr:  on
info: libfdk_aac encoder created
info: libfdk_aac bitrate: 160, channels: 2
warning: Failed to set option

error: swr_alloc_set_opts failed
error: audio_input_init: Failed to create resampler
info: [flv output: 'adv_file_output'] Writing FLV file '/home/debian/Videos/2015-06-21 18-12-18.flv'...

info: [flv output: 'adv_file_output'] FLV file output complete
info: Output 'adv_file_output': stopping
info: Output 'adv_file_output': Total frames: 197
info: Output 'adv_file_output': Number of skipped frames: 1 (0.507614%)

Thanks in advance!

EDIT: Whoops, noticed it was moved to "Linux Support." Sorry for posting in the wrong forum!
 
Last edited:

Lain

Forum Admin
Lain
Forum Moderator
Developer
You can safely ignore it. It's just checking to see if a blackmagic driver interface is installed by the user.
 
Top