Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Arch Linux (from git), cannot start stream #64

Open
johnhamelink opened this issue Dec 28, 2016 · 0 comments
Open

Arch Linux (from git), cannot start stream #64

johnhamelink opened this issue Dec 28, 2016 · 0 comments

Comments

@johnhamelink
Copy link

Hey there,

I'm trying to get Tachyon streaming on Linux. I used the PKGBUILDs in this comment (although I had to slightly modify them to make them work): #52 (comment)

Tachyon runs, but when you try to initiate the steam, the following message is displayed: "An unspecified error occurred while recording."

Here are the logs:

[john:~/tachyon/PKGBUILDs] master(+3/-3)* 3s ± /opt/tachyon/bin/tachyon
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /opt/tachyon/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/themes/Dark.qss
Attempted path: /opt/tachyon/share/obs/obs-studio/themes/Dark.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /opt/tachyon/share/obs/obs-studio/license/gplv2.txt
info: Processor: 8 logical cores
info: Processor: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
info: Physical Memory: 16017MB Total
info: Kernel Version: Linux 4.8.13-1-ARCH
info: Distribution: "Arch Linux" Unknown
libpng warning: iCCP: known incorrect sRGB profile
QMetaObject::connectSlotsByName: No matching signal for on_streamButton_clicked()
QObject::connect: invalid null parameter
info: OBS v1.2.16.2 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
	samples per sec: 48000
	speakers:        2
info: OpenGL version: 4.3 (Core Profile) Mesa 13.0.2

info: ---------------------------------
info: video settings reset:
	base resolution:   1920x1200
	output resolution: 1920x1200
	downscale filter:  Point
	fps:               15/1
	format:            I420
warning: Tried to call obs_frontend_add_tools_menu_qaction with no callbacks!
warning: Tried to call obs_frontend_push_ui_translation with no callbacks!
warning: Tried to call obs_frontend_get_main_window with no callbacks!
warning: Tried to call obs_frontend_pop_ui_translation with no callbacks!
warning: Tried to call obs_frontend_add_save_callback with no callbacks!
warning: Tried to call obs_frontend_add_event_callback with no callbacks!
QObject::connect: invalid null parameter
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
info: No blackmagic support
error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory

info: =====================================================================
info: AAC encoder bitrate mapping:
	 32 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	 64 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	 96 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	128 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	160 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	192 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	224 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	256 kbit/s: 'libfdk AAC Encoder' (libfdk_aac)
	288 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)
	320 kbit/s: 'FFmpeg Default AAC Encoder' (ffmpeg_aac)
info: All scene data cleared
info: ------------------------------------------------
info: pulse-input: Server name: 'pulseaudio 9.0'
info: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.pci-0000_00_1b.0.iec958-stereo.monitor'
info: pulse-input: Server name: 'pulseaudio 9.0'
error: pulse-input: An error occurred while getting the source info!
info: xshm-input: Geometry 1920x1200 @ 1920,0
info: v4l2-input: Start capture from /dev/video0
info: v4l2-input: Input: 0
info: v4l2-input: Resolution: 1280x800
info: v4l2-input: Pixelformat: VYUY
info: v4l2-input: Linesize: 2560 Bytes
info: v4l2-input: Framerate: 10.00 fps
libpng warning: iCCP: known incorrect sRGB profile
info: == Profiler Results =============================
info: run_program_init: 417.612 ms
info:  ┣OBSApp::AppInit: 0.927 ms
info:  ┃ ┗OBSApp::InitLocale: 0.701 ms
info:  ┗OBSApp::OBSInit: 399.263 ms
info:    ┣obs_startup: 0.951 ms
info:    ┗OBSBasic::OBSInit: 310.325 ms
info:      ┣OBSBasic::InitBasicConfig: 0.756 ms
info:      ┣OBSBasic::ResetAudio: 0.077 ms
info:      ┣OBSBasic::ResetVideo: 142.697 ms
info:      ┣OBSBasic::InitOBSCallbacks: 0.006 ms
info:      ┣OBSBasic::InitHotkeys: 0.033 ms
info:      ┣obs_load_all_modules: 12.328 ms
info:      ┃ ┣obs_init_module(frontend-tools.so): 1.274 ms
info:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
info:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-capture.so): 0.305 ms
info:      ┃ ┣obs_init_module(linux-decklink.so): 0.085 ms
info:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
info:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
info:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.124 ms
info:      ┃ ┣obs_init_module(obs-filters.so): 0.004 ms
info:      ┃ ┣obs_init_module(obs-libfdk.so): 0.002 ms
info:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
info:      ┃ ┣obs_init_module(obs-transitions.so): 0.003 ms
info:      ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
info:      ┃ ┣obs_init_module(rtmp-services.so): 0.066 ms
info:      ┃ ┗obs_init_module(text-freetype2.so): 0.005 ms
info:      ┣OBSBasic::ResetOutputs: 0.202 ms
info:      ┣OBSBasic::CreateHotkeys: 0.02 ms
info:      ┣OBSBasic::InitService: 0.021 ms
info:      ┣OBSBasic::InitPrimitives: 0.119 ms
info:      ┗OBSBasic::Load: 110.112 ms
info: =================================================
info: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds
info: adding 21 milliseconds of audio buffering, total audio buffering is now 42 milliseconds
warning: Couldn't find matching output format with  parameters: name=(NULL), url=ingest-lon.beam.pro, mime=(NULL)
warning: ffmpeg_data_init failed
info: ==== Recording Stop ================================================
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant