.bashrc added FZF
authorJosuer08 <josuer08@gmail.com>
Mon, 8 Feb 2021 18:50:30 +0000 (13:50 -0500)
committerJosuer08 <josuer08@gmail.com>
Mon, 8 Feb 2021 18:50:30 +0000 (13:50 -0500)
46 files changed:
.bashrc
.config/nvim/.netrwhist
.config/obs-studio/basic/profiles/justtop/basic.ini
.config/obs-studio/basic/scenes/Stream1.json
.config/obs-studio/basic/scenes/Stream1.json.bak
.config/obs-studio/global.ini
.config/obs-studio/logs/2020-08-18 22-52-50.txt [deleted file]
.config/obs-studio/logs/2020-08-19 19-10-18.txt [deleted file]
.config/obs-studio/logs/2020-08-19 20-22-38.txt [deleted file]
.config/obs-studio/logs/2020-08-19 21-53-22.txt [deleted file]
.config/obs-studio/logs/2020-08-22 23-25-28.txt [deleted file]
.config/obs-studio/logs/2020-08-23 18-07-02.txt [deleted file]
.config/obs-studio/logs/2020-09-14 16-07-48.txt [deleted file]
.config/obs-studio/logs/2020-12-06 23-27-28.txt [deleted file]
.config/obs-studio/logs/2020-12-06 23-29-20.txt [deleted file]
.config/obs-studio/logs/2020-12-07 00-18-32.txt [deleted file]
.config/obs-studio/logs/2020-12-07 19-07-11.txt [deleted file]
.config/obs-studio/logs/2020-12-16 00-00-27.txt [deleted file]
.config/obs-studio/logs/2020-12-16 17-18-40.txt [deleted file]
.config/obs-studio/logs/2020-12-16 17-22-30.txt [deleted file]
.config/obs-studio/logs/2020-12-16 23-57-34.txt [deleted file]
.config/obs-studio/logs/2020-12-17 00-31-28.txt [deleted file]
.config/obs-studio/logs/2020-12-17 00-36-15.txt [deleted file]
.config/obs-studio/logs/2021-01-30 11-49-32.txt [deleted file]
.config/obs-studio/plugin_config/rtmp-services/package.json
.config/obs-studio/plugin_config/rtmp-services/services.json
.config/obs-studio/profiler_data/2020-08-18 22-52-50.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-08-19 19-10-18.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-08-19 20-22-38.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-08-19 21-53-22.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-08-22 23-25-28.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-08-23 18-07-02.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-09-14 16-07-48.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-03 00-59-56.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-06 23-27-28.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-06 23-29-20.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-07 00-18-32.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-07 19-07-11.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-16 00-00-27.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-16 17-18-40.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-16 17-22-30.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-16 23-57-34.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-17 00-31-28.csv.gz [deleted file]
.config/obs-studio/profiler_data/2020-12-17 00-36-15.csv.gz [deleted file]
.config/obs-studio/profiler_data/2021-01-30 11-49-32.csv.gz [deleted file]
.config/qutebrowser/qsettings/QtProject.conf

diff --git a/.bashrc b/.bashrc
index 4c46ea5a16aa2f61b238eaad8a28646837cfe661..d7f9406bc330a0ffd8040e824dea416baac65c91 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -100,7 +100,7 @@ alias ccat='highlight --out-format=ansi'
 shopt -s autocd
 # wifi available
 alias wifi='nmcli d wifi';
-edit () { du -a "$1" | awk '{print $2}' | fzf | xargs -r "$VISUAL" ;}
+edit () { du -a -L "$1" | awk '{print $2}' | fzf | xargs -r "$VISUAL" ;}
 # personalized ps1 #################################################################################
 # .bashrc (or .bash_profile)
 
@@ -126,8 +126,6 @@ alias autowal='wal --iterative -i /usr/share/backgrounds/ > /dev/null'
 #figlet de mi nombre
 whoami | figlet Josuer08 | lolcat -F 0.25;
 #whoami | figlet Josuer08 | lolcat;
-# agragando el comando gitdotfiles para manejar los dotfiles
-alias gitdotfiles='/usr/bin/git --git-dir=$HOME/Documents/dotfiles/ --work-tree=$HOME';
 
 function cdls() {
     DIR="$*";
index 631d9ccfaf1b25f1e200f81ffa0eba08d4062037..da8b870e5ffe0aa8718543513315b8223db89927 100644 (file)
@@ -1,5 +1,6 @@
 let g:netrw_dirhistmax  =10
-let g:netrw_dirhistcnt =2
+let g:netrw_dirhistcnt =3
+let g:netrw_dirhist_3='/home/josuer08'
 let g:netrw_dirhist_2='/home/josuer08/.config/awesome'
 let g:netrw_dirhist_1='/home/josuer08/.dotfiles/.config/nvim'
 let g:netrw_dirhist_0='/home/josuer08/.dotfiles/.config/nvim/plugin'
@@ -9,4 +10,3 @@ let g:netrw_dirhist_7='/home/josuer08/.dotfiles/.config/nvim'
 let g:netrw_dirhist_6='/home/josuer08/.dotfiles/.config/nvim/plugin'
 let g:netrw_dirhist_5='/home/josuer08/.dotfiles/.config/nvim'
 let g:netrw_dirhist_4='/home/josuer08/.dotfiles/.config/bashtop'
-let g:netrw_dirhist_3='/home/josuer08/.dotfiles/.config'
index c3ef2b65ebf964222705da3db34733f9ef12754d..1ed72aa5466934491841cb4cfaccb58be7e903ee 100644 (file)
@@ -6,7 +6,7 @@ BaseCX=1920
 BaseCY=1080
 OutputCX=1920
 OutputCY=1080
-FPSCommon=60
+FPSCommon=24 NTSC
 ScaleType=lanczos
 
 [Panels]
@@ -17,7 +17,7 @@ Mode=Simple
 
 [SimpleOutput]
 RecFormat=mkv
-RecQuality=HQ
+RecQuality=Small
 
 [AdvOut]
 RescaleRes=1920x1080
@@ -35,3 +35,4 @@ FFVEncoder=
 FFAEncoderId=0
 FFAEncoder=
 FFAudioMixes=1
+VodTrackIndex=2
index e5fea6dc5233f5426c55253cf3a71386091c901a..4df9dbd891c8fd24e726f83ba2f23109a495bca7 100644 (file)
@@ -9,7 +9,7 @@
                 "balance": 0.5,
                 "deinterlace_field_order": 0,
                 "deinterlace_mode": 0,
-                "enabled": true,
+                "enabled": false,
                 "flags": 0,
                 "hotkeys": {},
                 "id": "noise_gate_filter",
@@ -17,7 +17,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "gate",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
@@ -38,7 +38,7 @@
                 "balance": 0.5,
                 "deinterlace_field_order": 0,
                 "deinterlace_mode": 0,
-                "enabled": true,
+                "enabled": false,
                 "flags": 0,
                 "hotkeys": {},
                 "id": "compressor_filter",
@@ -46,7 +46,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "Compressor",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
@@ -75,7 +75,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "Noise Suppression",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
@@ -90,7 +90,7 @@
                 "balance": 0.5,
                 "deinterlace_field_order": 0,
                 "deinterlace_mode": 0,
-                "enabled": true,
+                "enabled": false,
                 "flags": 0,
                 "hotkeys": {},
                 "id": "limiter_filter",
@@ -98,7 +98,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "Limiter",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
         "id": "pulse_input_capture",
         "mixers": 255,
         "monitoring_type": 2,
-        "muted": true,
+        "muted": false,
         "name": "Mic/Aux",
-        "prev_ver": 436273152,
+        "prev_ver": 436273154,
         "private_settings": {},
         "push-to-mute": false,
         "push-to-mute-delay": 0,
         "monitoring_type": 0,
         "muted": true,
         "name": "Desktop Audio",
-        "prev_ver": 436273152,
+        "prev_ver": 436273154,
         "private_settings": {},
         "push-to-mute": false,
         "push-to-mute-delay": 0,
         "volume": 1.0
     },
     "current_program_scene": "top",
-    "current_scene": "terms-cam",
+    "current_scene": "top",
     "current_transition": "Fade",
     "groups": [],
     "modules": {
                     "monitoring_type": 0,
                     "muted": false,
                     "name": "greenout",
-                    "prev_ver": 436273152,
+                    "prev_ver": 436273154,
                     "private_settings": {},
                     "push-to-mute": false,
                     "push-to-mute-delay": 0,
                     "monitoring_type": 0,
                     "muted": false,
                     "name": "Color Correction",
-                    "prev_ver": 436273152,
+                    "prev_ver": 436273154,
                     "private_settings": {},
                     "push-to-mute": false,
                     "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "term2",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "term1",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "terms-cam",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "camera",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "onlycam",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "flags": 0,
             "hotkeys": {
                 "OBSBasic.SelectScene": [],
-                "libobs.hide_scene_item.term2": [],
+                "libobs.hide_scene_item.camera": [],
                 "libobs.hide_scene_item.topscreen": [],
-                "libobs.show_scene_item.term2": [],
+                "libobs.show_scene_item.camera": [],
                 "libobs.show_scene_item.topscreen": []
             },
             "id": "scene",
             "monitoring_type": 0,
             "muted": false,
             "name": "top",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "push-to-talk-delay": 0,
             "settings": {
                 "custom_size": false,
-                "id_counter": 4,
+                "id_counter": 5,
                 "items": [
                     {
                         "align": 5,
                         "private_settings": {},
                         "rot": 0.0,
                         "scale": {
-                            "x": 1.4055637121200562,
-                            "y": 1.4049478769302368
+                            "x": 1.0,
+                            "y": 1.0
                         },
                         "scale_filter": "disable",
                         "visible": true
                         "crop_right": 0,
                         "crop_top": 0,
                         "group_item_backup": false,
-                        "id": 4,
+                        "id": 5,
                         "locked": false,
-                        "name": "term2",
+                        "name": "camera",
                         "pos": {
-                            "x": 1384.0,
-                            "y": 778.0
+                            "x": 1348.0,
+                            "y": 758.0
                         },
                         "private_settings": {},
                         "rot": 0.0,
                         "scale": {
-                            "x": 0.27916666865348816,
-                            "y": 0.27962961792945862
+                            "x": 0.44687500596046448,
+                            "y": 0.44722223281860352
                         },
                         "scale_filter": "disable",
-                        "visible": false
+                        "visible": true
                     }
                 ]
             },
             "monitoring_type": 0,
             "muted": false,
             "name": "topscreen",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "push-to-talk": false,
             "push-to-talk-delay": 0,
             "settings": {
-                "screen": 0
+                "screen": 1
             },
             "sync": 0,
             "versioned_id": "xshm_input",
             "monitoring_type": 0,
             "muted": false,
             "name": "Linux Browser",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
index e5fea6dc5233f5426c55253cf3a71386091c901a..4df9dbd891c8fd24e726f83ba2f23109a495bca7 100644 (file)
@@ -9,7 +9,7 @@
                 "balance": 0.5,
                 "deinterlace_field_order": 0,
                 "deinterlace_mode": 0,
-                "enabled": true,
+                "enabled": false,
                 "flags": 0,
                 "hotkeys": {},
                 "id": "noise_gate_filter",
@@ -17,7 +17,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "gate",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
@@ -38,7 +38,7 @@
                 "balance": 0.5,
                 "deinterlace_field_order": 0,
                 "deinterlace_mode": 0,
-                "enabled": true,
+                "enabled": false,
                 "flags": 0,
                 "hotkeys": {},
                 "id": "compressor_filter",
@@ -46,7 +46,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "Compressor",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
@@ -75,7 +75,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "Noise Suppression",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
@@ -90,7 +90,7 @@
                 "balance": 0.5,
                 "deinterlace_field_order": 0,
                 "deinterlace_mode": 0,
-                "enabled": true,
+                "enabled": false,
                 "flags": 0,
                 "hotkeys": {},
                 "id": "limiter_filter",
@@ -98,7 +98,7 @@
                 "monitoring_type": 0,
                 "muted": false,
                 "name": "Limiter",
-                "prev_ver": 436273152,
+                "prev_ver": 436273154,
                 "private_settings": {},
                 "push-to-mute": false,
                 "push-to-mute-delay": 0,
         "id": "pulse_input_capture",
         "mixers": 255,
         "monitoring_type": 2,
-        "muted": true,
+        "muted": false,
         "name": "Mic/Aux",
-        "prev_ver": 436273152,
+        "prev_ver": 436273154,
         "private_settings": {},
         "push-to-mute": false,
         "push-to-mute-delay": 0,
         "monitoring_type": 0,
         "muted": true,
         "name": "Desktop Audio",
-        "prev_ver": 436273152,
+        "prev_ver": 436273154,
         "private_settings": {},
         "push-to-mute": false,
         "push-to-mute-delay": 0,
         "volume": 1.0
     },
     "current_program_scene": "top",
-    "current_scene": "terms-cam",
+    "current_scene": "top",
     "current_transition": "Fade",
     "groups": [],
     "modules": {
                     "monitoring_type": 0,
                     "muted": false,
                     "name": "greenout",
-                    "prev_ver": 436273152,
+                    "prev_ver": 436273154,
                     "private_settings": {},
                     "push-to-mute": false,
                     "push-to-mute-delay": 0,
                     "monitoring_type": 0,
                     "muted": false,
                     "name": "Color Correction",
-                    "prev_ver": 436273152,
+                    "prev_ver": 436273154,
                     "private_settings": {},
                     "push-to-mute": false,
                     "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "term2",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "term1",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "terms-cam",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "camera",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "monitoring_type": 0,
             "muted": false,
             "name": "onlycam",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "flags": 0,
             "hotkeys": {
                 "OBSBasic.SelectScene": [],
-                "libobs.hide_scene_item.term2": [],
+                "libobs.hide_scene_item.camera": [],
                 "libobs.hide_scene_item.topscreen": [],
-                "libobs.show_scene_item.term2": [],
+                "libobs.show_scene_item.camera": [],
                 "libobs.show_scene_item.topscreen": []
             },
             "id": "scene",
             "monitoring_type": 0,
             "muted": false,
             "name": "top",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "push-to-talk-delay": 0,
             "settings": {
                 "custom_size": false,
-                "id_counter": 4,
+                "id_counter": 5,
                 "items": [
                     {
                         "align": 5,
                         "private_settings": {},
                         "rot": 0.0,
                         "scale": {
-                            "x": 1.4055637121200562,
-                            "y": 1.4049478769302368
+                            "x": 1.0,
+                            "y": 1.0
                         },
                         "scale_filter": "disable",
                         "visible": true
                         "crop_right": 0,
                         "crop_top": 0,
                         "group_item_backup": false,
-                        "id": 4,
+                        "id": 5,
                         "locked": false,
-                        "name": "term2",
+                        "name": "camera",
                         "pos": {
-                            "x": 1384.0,
-                            "y": 778.0
+                            "x": 1348.0,
+                            "y": 758.0
                         },
                         "private_settings": {},
                         "rot": 0.0,
                         "scale": {
-                            "x": 0.27916666865348816,
-                            "y": 0.27962961792945862
+                            "x": 0.44687500596046448,
+                            "y": 0.44722223281860352
                         },
                         "scale_filter": "disable",
-                        "visible": false
+                        "visible": true
                     }
                 ]
             },
             "monitoring_type": 0,
             "muted": false,
             "name": "topscreen",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
             "push-to-talk": false,
             "push-to-talk-delay": 0,
             "settings": {
-                "screen": 0
+                "screen": 1
             },
             "sync": 0,
             "versioned_id": "xshm_input",
             "monitoring_type": 0,
             "muted": false,
             "name": "Linux Browser",
-            "prev_ver": 436273152,
+            "prev_ver": 436273154,
             "private_settings": {},
             "push-to-mute": false,
             "push-to-mute-delay": 0,
index 51db084549b994775996e6315ba8306fcaff4b8c..b60a2c9f92e98e774f81fa07b61739c8908db1bd 100644 (file)
@@ -4,7 +4,7 @@ Pre21Defaults=false
 Pre23Defaults=false
 Pre24.1Defaults=false
 FirstRun=true
-LastVersion=436273152
+LastVersion=436273154
 
 [Basic]
 Profile=justtop
@@ -14,8 +14,8 @@ SceneCollectionFile=Stream1
 
 [BasicWindow]
 gridMode=false
-geometry=AdnQywADAAAAAAAAAAAAEwAABVMAAAGVAAAAAQAAABQAAAVSAAABlAAAAAAAAAAABVQAAAABAAAAFAAABVIAAAGU
-DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAVSAAAAi/wBAAAABvsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAAQoAAACgAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAAEQAAABCAAAAKAA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAACHgAAASMAAADcAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAAA0cAAAEAAAAAmgD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAARNAAABBQAAAJ4A////+wAAABIAcwB0AGEAdABzAEQAbwBjAGsCAAACmAAAAbgAAAK8AAABIgAABVIAAADGAAAABAAAAAQAAAAIAAAACPwAAAAA
+geometry=AdnQywADAAAAAAeMAAAD0gAADMUAAAaQAAAHjAAAA9IAAAzFAAAGkAAAAAAAAAAABVIAAAeMAAAD0gAADMUAAAaQ
+DockState=AAAA/wAAAAD9AAAAAQAAAAMAAAU6AAAAi/wBAAAABvsAAAAUAHMAYwBlAG4AZQBzAEQAbwBjAGsBAAAAAAAAAPsAAACgAP////sAAAAWAHMAbwB1AHIAYwBlAHMARABvAGMAawEAAAEBAAAA+wAAAKAA////+wAAABIAbQBpAHgAZQByAEQAbwBjAGsBAAACAgAAAUMAAADcAP////sAAAAeAHQAcgBhAG4AcwBpAHQAaQBvAG4AcwBEAG8AYwBrAQAAA0sAAADxAAAAmgD////7AAAAGABjAG8AbgB0AHIAbwBsAHMARABvAGMAawEAAARCAAAA+AAAAJ4A////+wAAABIAcwB0AGEAdABzAEQAbwBjAGsCAAACmAAAAbgAAAK8AAABIgAABToAAAIDAAAABAAAAAQAAAAIAAAACPwAAAAA
 PreviewEnabled=true
 AlwaysOnTop=false
 SceneDuplicationMode=false
@@ -29,4 +29,4 @@ cx=720
 cy=580
 
 [ScriptLogWindow]
-geometry=AdnQywADAAAAAAAAAAAAAAAAAlcAAAGPAAAAAAAAAAAAAAJXAAABjwAAAAAAAAAABVQAAAAAAAAAAAAAAlcAAAGP
+geometry=AdnQywADAAAAAAeAAAADxwAACdcAAAVWAAAHgAAAA8cAAAnXAAAFVgAAAAAAAAAABVIAAAeAAAADxwAACdcAAAVW
diff --git a/.config/obs-studio/logs/2020-08-18 22-52-50.txt b/.config/obs-studio/logs/2020-08-18 22-52-50.txt
deleted file mode 100644 (file)
index 01db139..0000000
+++ /dev/null
@@ -1,229 +0,0 @@
-10:52:50 PM.564: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-10:52:50 PM.564: CPU Speed: 3950.151MHz
-10:52:50 PM.564: Physical Cores: 6, Logical Cores: 12
-10:52:50 PM.564: Physical Memory: 15999MB Total, 7483MB Free
-10:52:50 PM.564: Kernel Version: Linux 5.8.1-arch1-1
-10:52:50 PM.564: Distribution: "Arch Linux" Unknown
-10:52:50 PM.564: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.8
-10:52:50 PM.565: Portable mode: false
-10:52:50 PM.607: OBS 25.0.8-2 (linux)
-10:52:50 PM.607: ---------------------------------
-10:52:50 PM.608: ---------------------------------
-10:52:50 PM.608: audio settings reset:
-10:52:50 PM.608:       samples per sec: 44100
-10:52:50 PM.608:       speakers:        2
-10:52:50 PM.611: ---------------------------------
-10:52:50 PM.611: Initializing OpenGL...
-10:52:50 PM.656: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-10:52:50 PM.656: OpenGL loaded successfully, version 3.3.0 NVIDIA 450.57, shading language 3.30 NVIDIA via Cg compiler
-10:52:50 PM.701: ---------------------------------
-10:52:50 PM.701: video settings reset:
-10:52:50 PM.701:       base resolution:   1920x1080
-10:52:50 PM.701:       output resolution: 1280x720
-10:52:50 PM.701:       downscale filter:  Bicubic
-10:52:50 PM.701:       fps:               30/1
-10:52:50 PM.701:       format:            NV12
-10:52:50 PM.701:       YUV mode:          601/Partial
-10:52:50 PM.701: NV12 texture support not available
-10:52:50 PM.701: Audio monitoring device:
-10:52:50 PM.701:       name: Default
-10:52:50 PM.701:       id: default
-10:52:50 PM.701: ---------------------------------
-10:52:50 PM.702: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-10:52:50 PM.754: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-10:52:50 PM.754: No blackmagic support
-10:52:50 PM.764: NVENC supported
-10:52:50 PM.764: FFMPEG VAAPI supported
-10:52:50 PM.764: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-10:52:50 PM.764: 
-10:52:50 PM.764: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-10:52:50 PM.768: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-10:52:50 PM.768: 
-10:52:50 PM.768: Couldn't find VLC installation, VLC video source disabled
-10:52:50 PM.768: ---------------------------------
-10:52:50 PM.768:   Loaded Modules:
-10:52:50 PM.768:     vlc-video.so
-10:52:50 PM.768:     text-freetype2.so
-10:52:50 PM.768:     rtmp-services.so
-10:52:50 PM.768:     obs-x264.so
-10:52:50 PM.768:     obs-transitions.so
-10:52:50 PM.768:     obs-outputs.so
-10:52:50 PM.768:     obs-filters.so
-10:52:50 PM.768:     obs-ffmpeg.so
-10:52:50 PM.768:     linux-v4l2.so
-10:52:50 PM.768:     linux-pulseaudio.so
-10:52:50 PM.768:     linux-jack.so
-10:52:50 PM.768:     linux-decklink.so
-10:52:50 PM.768:     linux-capture.so
-10:52:50 PM.768:     linux-alsa.so
-10:52:50 PM.768:     image-source.so
-10:52:50 PM.768:     frontend-tools.so
-10:52:50 PM.768:     decklink-ouput-ui.so
-10:52:50 PM.768: ---------------------------------
-10:52:50 PM.768: ==== Startup complete ===============================================
-10:52:50 PM.768: Service '' not found
-10:52:50 PM.769: No scene file found, creating default scene
-10:52:50 PM.769: All scene data cleared
-10:52:50 PM.769: ------------------------------------------------
-10:52:50 PM.773: pulse-input: Server name: 'pulseaudio 13.0'
-10:52:50 PM.773: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-10:52:50 PM.773: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-10:52:50 PM.777: pulse-input: Server name: 'pulseaudio 13.0'
-10:52:50 PM.777: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-10:52:50 PM.777: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-10:52:50 PM.777: Switched to scene 'Scene'
-10:52:50 PM.777: Failed to glob scene collections
-10:52:50 PM.866: [rtmp-services plugin] Successfully updated file 'services.json' (version 145)
-10:52:50 PM.866: [rtmp-services plugin] Successfully updated package (version 145)
-10:52:53 PM.308: adding 23 milliseconds of audio buffering, total audio buffering is now 23 milliseconds (source: Desktop Audio)
-10:52:53 PM.308: 
-10:53:46 PM.021: 
-10:53:46 PM.021: ==== Auto-config wizard testing commencing ======
-
-10:53:51 PM.773: ---------------------------------
-10:53:51 PM.773: video settings reset:
-10:53:51 PM.773:       base resolution:   3440x1440
-10:53:51 PM.773:       output resolution: 2224x930
-10:53:51 PM.773:       downscale filter:  Bicubic
-10:53:51 PM.773:       fps:               60/1
-10:53:51 PM.773:       format:            NV12
-10:53:51 PM.773:       YUV mode:          601/Partial
-10:53:51 PM.773: NV12 texture support not available
-10:53:51 PM.775: 
-10:53:51 PM.775: ==== Auto-config wizard testing stopping ========
-
-10:54:40 PM.996: alsa-input: PCM 'default' rate set to 44100
-10:54:40 PM.996: alsa-input: PCM 'default' channels set to 2
-10:54:40 PM.998: User added source 'Audio Capture Device (ALSA)' (alsa_input_capture) to scene 'Scene'
-10:54:50 PM.909: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:54:51 PM.909: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:54:53 PM.910: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:54:56 PM.910: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:55:00 PM.910: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:55:05 PM.911: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:55:10 PM.911: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:55:15 PM.911: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:55:20 PM.912: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:55:22 PM.800: User Removed source 'Audio Capture Device (ALSA)' (alsa_input_capture) from scene 'Scene'
-10:55:25 PM.912: alsa-input: Failed to open 'front:CARD=Q400,DEV=0': No such file or directory
-10:55:43 PM.930: xshm-input: Geometry 1920x1080 @ 3440,856
-10:55:43 PM.931: User added source 'curved' (xshm_input) to scene 'Scene'
-10:55:47 PM.625: xshm-input: Geometry 3440x1440 @ 0,0
-10:55:52 PM.526: xshm-input: Geometry 3440x1440 @ 0,0
-10:55:54 PM.976: xshm-input: Geometry 3440x1440 @ 0,0
-10:57:10 PM.701: ---------------------------------
-10:57:10 PM.701: [NVENC encoder: 'simple_h264_recording'] settings:
-10:57:10 PM.701:       rate_control: CQP
-10:57:10 PM.701:       bitrate:      0
-10:57:10 PM.701:       cqp:          23
-10:57:10 PM.701:       keyint:       250
-10:57:10 PM.701:       preset:       hq
-10:57:10 PM.701:       profile:      high
-10:57:10 PM.701:       width:        2224
-10:57:10 PM.701:       height:       930
-10:57:10 PM.701:       2-pass:       false
-10:57:10 PM.701:       b-frames:     2
-10:57:10 PM.701:       GPU:          0
-10:57:10 PM.701: 
-10:57:10 PM.900: ---------------------------------
-10:57:10 PM.900: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-10:57:10 PM.900: 
-10:57:10 PM.902: ==== Recording Start ===============================================
-10:57:10 PM.902: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-08-18 22-57-10.mkv'...
-10:57:33 PM.147: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-08-18 22-57-10.mkv' stopped
-10:57:33 PM.147: Output 'simple_file_output': stopping
-10:57:33 PM.147: Output 'simple_file_output': Total frames output: 1319
-10:57:33 PM.147: Output 'simple_file_output': Total drawn frames: 1289 (1335 attempted)
-10:57:33 PM.147: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 46 (3.4%)
-10:57:33 PM.147: ==== Recording Stop ================================================
-10:57:39 PM.961: Switched to Preview/Program mode
-10:57:39 PM.961: ------------------------------------------------
-10:57:43 PM.696: Switched to scene 'Scene'
-10:57:43 PM.697: Switched to regular Preview mode
-10:57:43 PM.697: ------------------------------------------------
-10:58:27 PM.549: ==== Shutting down ==================================================
-10:58:27 PM.550: Switched to scene '(null)'
-10:58:27 PM.553: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-10:58:27 PM.553: pulse-input: Got 66760 packets with 16069401 frames
-10:58:27 PM.554: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-10:58:27 PM.554: pulse-input: Got 37992 packets with 16164770 frames
-10:58:27 PM.554: All scene data cleared
-10:58:27 PM.554: ------------------------------------------------
-10:58:27 PM.738: Freeing OBS context data
-10:58:27 PM.762: [Scripting] Total detached callbacks: 0
-10:58:27 PM.767: == Profiler Results =============================
-10:58:27 PM.767: run_program_init: 8029.25 ms
-10:58:27 PM.767:  ┣OBSApp::AppInit: 3.825 ms
-10:58:27 PM.767:  ┃ ┗OBSApp::InitLocale: 0.59 ms
-10:58:27 PM.767:  ┗OBSApp::OBSInit: 7978.78 ms
-10:58:27 PM.767:    ┣obs_startup: 16.371 ms
-10:58:27 PM.767:    ┗OBSBasic::OBSInit: 7919.89 ms
-10:58:27 PM.767:      ┣OBSBasic::InitBasicConfig: 0.552 ms
-10:58:27 PM.767:      ┣OBSBasic::ResetAudio: 0.063 ms
-10:58:27 PM.767:      ┣OBSBasic::ResetVideo: 92.981 ms
-10:58:27 PM.767:      ┣OBSBasic::InitOBSCallbacks: 0.003 ms
-10:58:27 PM.767:      ┣OBSBasic::InitHotkeys: 0.028 ms
-10:58:27 PM.767:      ┣obs_load_all_modules: 67.061 ms
-10:58:27 PM.767:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.381 ms
-10:58:27 PM.767:      ┃ ┣obs_init_module(frontend-tools.so): 46.697 ms
-10:58:27 PM.767:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
-10:58:27 PM.767:      ┃ ┣obs_init_module(linux-alsa.so): 0 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(linux-capture.so): 0.15 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(linux-decklink.so): 0.066 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(obs-ffmpeg.so): 2.746 ms
-10:58:27 PM.768:      ┃ ┃ ┗nvenc_check: 2.716 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(obs-filters.so): 0.009 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(rtmp-services.so): 0.086 ms
-10:58:27 PM.768:      ┃ ┣obs_init_module(text-freetype2.so): 0.017 ms
-10:58:27 PM.768:      ┃ ┗obs_init_module(vlc-video.so): 0.183 ms
-10:58:27 PM.768:      ┣OBSBasic::ResetOutputs: 0.1 ms
-10:58:27 PM.768:      ┣OBSBasic::CreateHotkeys: 0.026 ms
-10:58:27 PM.768:      ┣OBSBasic::InitService: 0.875 ms
-10:58:27 PM.768:      ┣OBSBasic::InitPrimitives: 0.093 ms
-10:58:27 PM.768:      ┗OBSBasic::Load: 7.674 ms
-10:58:27 PM.768: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.051 ms, max=119.253 ms, 99th percentile=2.255 ms, 99.835% below 25 ms
-10:58:27 PM.768: audio_thread(Audio): min=0 ms, median=0.024 ms, max=0.792 ms, 99th percentile=0.383 ms
-10:58:27 PM.768:  ┗receive_audio: min=0.004 ms, median=0.259 ms, max=0.689 ms, 99th percentile=0.408 ms, 0.065812 calls per parent call
-10:58:27 PM.768:    ┣buffer_audio: min=0 ms, median=0.001 ms, max=0.01 ms, 99th percentile=0.003 ms
-10:58:27 PM.768:    ┗do_encode: min=0.017 ms, median=0.257 ms, max=0.686 ms, 99th percentile=0.401 ms
-10:58:27 PM.768:      ┗encode(simple_aac_recording): min=0.012 ms, median=0.254 ms, max=0.685 ms, 99th percentile=0.392 ms
-10:58:27 PM.768: obs_graphics_thread(33.3333 ms): min=0.149 ms, median=0.248 ms, max=89.776 ms, 99th percentile=2.4 ms, 99.6177% below 33.333 ms
-10:58:27 PM.768:  ┣tick_sources: min=0 ms, median=0.002 ms, max=0.067 ms, 99th percentile=0.006 ms
-10:58:27 PM.768:  ┣output_frame: min=0.056 ms, median=0.067 ms, max=2.553 ms, 99th percentile=0.143 ms
-10:58:27 PM.768:  ┃ ┗gs_context(video->graphics): min=0.056 ms, median=0.067 ms, max=2.553 ms, 99th percentile=0.143 ms
-10:58:27 PM.768:  ┃   ┣render_video: min=0.022 ms, median=0.025 ms, max=2.463 ms, 99th percentile=0.065 ms
-10:58:27 PM.768:  ┃   ┃ ┗render_main_texture: min=0.018 ms, median=0.02 ms, max=2.449 ms, 99th percentile=0.057 ms
-10:58:27 PM.768:  ┃   ┗gs_flush: min=0.004 ms, median=0.004 ms, max=0.046 ms, 99th percentile=0.006 ms
-10:58:27 PM.768:  ┗render_displays: min=0.028 ms, median=0.116 ms, max=55.683 ms, 99th percentile=0.284 ms
-10:58:27 PM.768: obs_graphics_thread(16.6667 ms): min=0.142 ms, median=4.089 ms, max=165.525 ms, 99th percentile=6.521 ms, 99.6053% below 16.667 ms
-10:58:27 PM.768:  ┣tick_sources: min=0.001 ms, median=3.68 ms, max=104.48 ms, 99th percentile=4.66 ms
-10:58:27 PM.768:  ┣output_frame: min=0.051 ms, median=0.152 ms, max=65.556 ms, 99th percentile=0.651 ms
-10:58:27 PM.768:  ┃ ┣gs_context(video->graphics): min=0.051 ms, median=0.152 ms, max=65.556 ms, 99th percentile=0.306 ms
-10:58:27 PM.768:  ┃ ┃ ┣render_video: min=0.02 ms, median=0.104 ms, max=21.251 ms, 99th percentile=0.214 ms
-10:58:27 PM.768:  ┃ ┃ ┃ ┣render_main_texture: min=0.016 ms, median=0.097 ms, max=3.638 ms, 99th percentile=0.137 ms
-10:58:27 PM.768:  ┃ ┃ ┃ ┣render_output_texture: min=0.02 ms, median=0.024 ms, max=12.197 ms, 99th percentile=0.04 ms, 0.0782778 calls per parent call
-10:58:27 PM.768:  ┃ ┃ ┃ ┣render_convert_texture: min=0.028 ms, median=0.031 ms, max=6.877 ms, 99th percentile=0.05 ms, 0.0782778 calls per parent call
-10:58:27 PM.768:  ┃ ┃ ┃ ┗stage_output_texture: min=0.02 ms, median=0.022 ms, max=16.325 ms, 99th percentile=0.052 ms, 0.0782778 calls per parent call
-10:58:27 PM.768:  ┃ ┃ ┣gs_flush: min=0.003 ms, median=0.005 ms, max=18.004 ms, 99th percentile=0.032 ms
-10:58:27 PM.768:  ┃ ┃ ┗download_frame: min=0 ms, median=0.002 ms, max=0.01 ms, 99th percentile=0.003 ms, 0.0782778 calls per parent call
-10:58:27 PM.768:  ┃ ┗output_video_data: min=0.263 ms, median=0.315 ms, max=0.988 ms, 99th percentile=0.577 ms, 0.078217 calls per parent call
-10:58:27 PM.768:  ┗render_displays: min=0.025 ms, median=0.177 ms, max=135.134 ms, 99th percentile=1.938 ms
-10:58:27 PM.768: OBSBasic::ResetVideo: 71.391 ms
-10:58:27 PM.768: OBSBasic::ResetOutputs: 0.059 ms
-10:58:27 PM.768: video_thread(video): min=0.64 ms, median=0.731 ms, max=16.425 ms, 99th percentile=1.723 ms
-10:58:27 PM.768:  ┗receive_video: min=0.392 ms, median=0.729 ms, max=3.289 ms, 99th percentile=1.508 ms
-10:58:27 PM.768:    ┗do_encode: min=0.392 ms, median=0.728 ms, max=3.288 ms, 99th percentile=1.508 ms
-10:58:27 PM.768:      ┗encode(simple_h264_recording): min=0.391 ms, median=0.724 ms, max=3.281 ms, 99th percentile=1.479 ms
-10:58:27 PM.768: =================================================
-10:58:27 PM.768: == Profiler Time Between Calls ==================
-10:58:27 PM.768: obs_hotkey_thread(25 ms): min=25.053 ms, median=25.108 ms, max=144.323 ms, 98.1027% within ±2% of 25 ms (0% lower, 1.89726% higher)
-10:58:27 PM.768: obs_graphics_thread(33.3333 ms): min=10.232 ms, median=33.333 ms, max=89.778 ms, 99.235% within ±2% of 33.333 ms (0.382514% lower, 0.382514% higher)
-10:58:27 PM.768: obs_graphics_thread(16.6667 ms): min=5.314 ms, median=16.667 ms, max=165.533 ms, 99.2652% within ±2% of 16.667 ms (0.346168% lower, 0.38868% higher)
-10:58:27 PM.768: =================================================
-10:58:27 PM.780: Number of memory leaks: 1
diff --git a/.config/obs-studio/logs/2020-08-19 19-10-18.txt b/.config/obs-studio/logs/2020-08-19 19-10-18.txt
deleted file mode 100644 (file)
index 39b13b8..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-07:10:18 PM.518: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-07:10:18 PM.519: CPU Speed: 3950.147MHz
-07:10:18 PM.519: Physical Cores: 6, Logical Cores: 12
-07:10:18 PM.519: Physical Memory: 15999MB Total, 8820MB Free
-07:10:18 PM.519: Kernel Version: Linux 5.8.1-arch1-1
-07:10:18 PM.519: Distribution: "Arch Linux" Unknown
-07:10:18 PM.519: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.8
-07:10:18 PM.520: Portable mode: false
-07:10:18 PM.566: OBS 25.0.8-2 (linux)
-07:10:18 PM.566: ---------------------------------
-07:10:18 PM.567: ---------------------------------
-07:10:18 PM.567: audio settings reset:
-07:10:18 PM.567:       samples per sec: 44100
-07:10:18 PM.567:       speakers:        2
-07:10:18 PM.571: ---------------------------------
-07:10:18 PM.571: Initializing OpenGL...
-07:10:18 PM.605: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-07:10:18 PM.605: OpenGL loaded successfully, version 3.3.0 NVIDIA 450.57, shading language 3.30 NVIDIA via Cg compiler
-07:10:18 PM.632: ---------------------------------
-07:10:18 PM.632: video settings reset:
-07:10:18 PM.632:       base resolution:   3440x1440
-07:10:18 PM.632:       output resolution: 2224x930
-07:10:18 PM.632:       downscale filter:  Bicubic
-07:10:18 PM.632:       fps:               60/1
-07:10:18 PM.632:       format:            NV12
-07:10:18 PM.632:       YUV mode:          601/Partial
-07:10:18 PM.632: NV12 texture support not available
-07:10:18 PM.632: Audio monitoring device:
-07:10:18 PM.632:       name: Default
-07:10:18 PM.632:       id: default
-07:10:18 PM.632: ---------------------------------
-07:10:18 PM.635: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-07:10:18 PM.704: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-07:10:18 PM.704: No blackmagic support
-07:10:18 PM.714: NVENC supported
-07:10:18 PM.714: FFMPEG VAAPI supported
-07:10:18 PM.715: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-07:10:18 PM.715: 
-07:10:18 PM.715: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-07:10:18 PM.723: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-07:10:18 PM.723: 
-07:10:18 PM.723: Couldn't find VLC installation, VLC video source disabled
-07:10:18 PM.723: ---------------------------------
-07:10:18 PM.723:   Loaded Modules:
-07:10:18 PM.723:     vlc-video.so
-07:10:18 PM.723:     text-freetype2.so
-07:10:18 PM.723:     rtmp-services.so
-07:10:18 PM.723:     obs-x264.so
-07:10:18 PM.723:     obs-transitions.so
-07:10:18 PM.723:     obs-outputs.so
-07:10:18 PM.723:     obs-filters.so
-07:10:18 PM.723:     obs-ffmpeg.so
-07:10:18 PM.723:     linux-v4l2.so
-07:10:18 PM.723:     linux-pulseaudio.so
-07:10:18 PM.723:     linux-jack.so
-07:10:18 PM.723:     linux-decklink.so
-07:10:18 PM.723:     linux-capture.so
-07:10:18 PM.723:     linux-alsa.so
-07:10:18 PM.723:     image-source.so
-07:10:18 PM.723:     frontend-tools.so
-07:10:18 PM.723:     decklink-ouput-ui.so
-07:10:18 PM.723: ---------------------------------
-07:10:18 PM.723: ==== Startup complete ===============================================
-07:10:18 PM.723: Service '' not found
-07:10:18 PM.725: All scene data cleared
-07:10:18 PM.725: ------------------------------------------------
-07:10:18 PM.727: pulse-input: Server name: 'pulseaudio 13.0'
-07:10:18 PM.727: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-07:10:18 PM.727: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-07:10:18 PM.727: [Loaded global audio device]: 'Desktop Audio'
-07:10:18 PM.727: pulse-input: Server name: 'pulseaudio 13.0'
-07:10:18 PM.727: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-07:10:18 PM.727: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-07:10:18 PM.728: [Loaded global audio device]: 'Mic/Aux'
-07:10:18 PM.728: xshm-input: Geometry 3440x1440 @ 0,0
-07:10:18 PM.728: Switched to scene 'Scene'
-07:10:18 PM.728: ------------------------------------------------
-07:10:18 PM.728: Loaded scenes:
-07:10:18 PM.728: - scene 'Scene':
-07:10:18 PM.728:     - source: 'curved' (xshm_input)
-07:10:18 PM.728: ------------------------------------------------
-07:11:15 PM.339: ---------------------------------
-07:11:15 PM.339: [NVENC encoder: 'simple_h264_recording'] settings:
-07:11:15 PM.339:       rate_control: CQP
-07:11:15 PM.339:       bitrate:      0
-07:11:15 PM.339:       cqp:          23
-07:11:15 PM.339:       keyint:       250
-07:11:15 PM.339:       preset:       hq
-07:11:15 PM.339:       profile:      high
-07:11:15 PM.339:       width:        2224
-07:11:15 PM.339:       height:       930
-07:11:15 PM.339:       2-pass:       false
-07:11:15 PM.339:       b-frames:     2
-07:11:15 PM.339:       GPU:          0
-07:11:15 PM.339: 
-07:11:15 PM.520: ---------------------------------
-07:11:15 PM.520: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-07:11:15 PM.520: 
-07:11:15 PM.540: ==== Recording Start ===============================================
-07:11:15 PM.540: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-08-19 19-11-15.mkv'...
-07:11:35 PM.758: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-08-19 19-11-15.mkv' stopped
-07:11:35 PM.758: Output 'simple_file_output': stopping
-07:11:35 PM.758: Output 'simple_file_output': Total frames output: 1202
-07:11:35 PM.758: Output 'simple_file_output': Total drawn frames: 1213
-07:11:35 PM.758: ==== Recording Stop ================================================
-07:15:30 PM.795: ==== Shutting down ==================================================
-07:15:30 PM.796: Switched to scene '(null)'
-07:15:30 PM.799: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-07:15:30 PM.799: pulse-input: Got 91729 packets with 14978567 frames
-07:15:30 PM.799: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-07:15:30 PM.799: pulse-input: Got 41701 packets with 14979074 frames
-07:15:30 PM.800: All scene data cleared
-07:15:30 PM.800: ------------------------------------------------
-07:15:30 PM.846: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317519
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317521
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317523
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317525
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: Failed to fetch parent window geometry!
-07:15:30 PM.847: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 317527
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 317528
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317530
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317532
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317534
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: Failed to fetch parent window geometry!
-07:15:30 PM.847: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 317536
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 317537
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317539
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.847: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 317541
-07:15:30 PM.847: Failed to make context current.
-07:15:30 PM.910: Freeing OBS context data
-07:15:30 PM.930: [Scripting] Total detached callbacks: 0
-07:15:30 PM.933: == Profiler Results =============================
-07:15:30 PM.933: run_program_init: 330.126 ms
-07:15:30 PM.933:  ┣OBSApp::AppInit: 4.078 ms
-07:15:30 PM.933:  ┃ ┗OBSApp::InitLocale: 0.942 ms
-07:15:30 PM.933:  ┗OBSApp::OBSInit: 277.727 ms
-07:15:30 PM.933:    ┣obs_startup: 15.698 ms
-07:15:30 PM.933:    ┗OBSBasic::OBSInit: 215.185 ms
-07:15:30 PM.933:      ┣OBSBasic::InitBasicConfig: 0.051 ms
-07:15:30 PM.933:      ┣OBSBasic::ResetAudio: 0.057 ms
-07:15:30 PM.933:      ┣OBSBasic::ResetVideo: 65.498 ms
-07:15:30 PM.933:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-07:15:30 PM.933:      ┣OBSBasic::InitHotkeys: 0.029 ms
-07:15:30 PM.933:      ┣obs_load_all_modules: 90.637 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.383 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(frontend-tools.so): 58.177 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(linux-alsa.so): 0 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(linux-capture.so): 0.156 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(linux-decklink.so): 0.071 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(obs-ffmpeg.so): 2.603 ms
-07:15:30 PM.933:      ┃ ┃ ┗nvenc_check: 2.568 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(obs-filters.so): 0.01 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(rtmp-services.so): 0.876 ms
-07:15:30 PM.933:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-07:15:30 PM.933:      ┃ ┗obs_init_module(vlc-video.so): 0.086 ms
-07:15:30 PM.934:      ┣OBSBasic::ResetOutputs: 0.238 ms
-07:15:30 PM.934:      ┣OBSBasic::CreateHotkeys: 0.02 ms
-07:15:30 PM.934:      ┣OBSBasic::InitService: 1.363 ms
-07:15:30 PM.934:      ┣OBSBasic::InitPrimitives: 0.088 ms
-07:15:30 PM.934:      ┗OBSBasic::Load: 5.13 ms
-07:15:30 PM.934: obs_hotkey_thread(25 ms): min=0.031 ms, median=0.055 ms, max=78.96 ms, 99th percentile=2.632 ms, 99.8867% below 25 ms
-07:15:30 PM.934: audio_thread(Audio): min=0 ms, median=0.041 ms, max=2.299 ms, 99th percentile=0.316 ms
-07:15:30 PM.934:  ┗receive_audio: min=0.007 ms, median=0.222 ms, max=2.273 ms, 99th percentile=0.393 ms, 0.0646092 calls per parent call
-07:15:30 PM.934:    ┣buffer_audio: min=0 ms, median=0 ms, max=0.006 ms, 99th percentile=0.002 ms
-07:15:30 PM.934:    ┗do_encode: min=0.009 ms, median=0.221 ms, max=2.272 ms, 99th percentile=0.392 ms
-07:15:30 PM.934:      ┗encode(simple_aac_recording): min=0.005 ms, median=0.216 ms, max=1.605 ms, 99th percentile=0.388 ms
-07:15:30 PM.934: obs_graphics_thread(16.6667 ms): min=0.127 ms, median=4.127 ms, max=133.406 ms, 99th percentile=6.471 ms, 99.6144% below 16.667 ms
-07:15:30 PM.934:  ┣tick_sources: min=0 ms, median=3.74 ms, max=67.645 ms, 99th percentile=5.833 ms
-07:15:30 PM.934:  ┣output_frame: min=0.028 ms, median=0.168 ms, max=82.954 ms, 99th percentile=0.618 ms
-07:15:30 PM.934:  ┃ ┣gs_context(video->graphics): min=0.028 ms, median=0.167 ms, max=82.953 ms, 99th percentile=0.306 ms
-07:15:30 PM.934:  ┃ ┃ ┣render_video: min=0.002 ms, median=0.107 ms, max=2.559 ms, 99th percentile=0.201 ms
-07:15:30 PM.934:  ┃ ┃ ┃ ┣render_main_texture: min=0.001 ms, median=0.1 ms, max=2 ms, 99th percentile=0.143 ms
-07:15:30 PM.934:  ┃ ┃ ┃ ┣render_output_texture: min=0.022 ms, median=0.025 ms, max=0.75 ms, 99th percentile=0.045 ms, 0.0650206 calls per parent call
-07:15:30 PM.934:  ┃ ┃ ┃ ┣render_convert_texture: min=0.029 ms, median=0.031 ms, max=0.706 ms, 99th percentile=0.051 ms, 0.0650206 calls per parent call
-07:15:30 PM.934:  ┃ ┃ ┃ ┗stage_output_texture: min=0.02 ms, median=0.021 ms, max=0.99 ms, 99th percentile=0.044 ms, 0.0650206 calls per parent call
-07:15:30 PM.934:  ┃ ┃ ┣gs_flush: min=0 ms, median=0.005 ms, max=16.386 ms, 99th percentile=0.032 ms
-07:15:30 PM.934:  ┃ ┃ ┗download_frame: min=0 ms, median=0 ms, max=0.003 ms, 99th percentile=0.002 ms, 0.0650206 calls per parent call
-07:15:30 PM.934:  ┃ ┗output_video_data: min=0.258 ms, median=0.318 ms, max=0.745 ms, 99th percentile=0.479 ms, 0.0649671 calls per parent call
-07:15:30 PM.934:  ┗render_displays: min=0.027 ms, median=0.137 ms, max=35.935 ms, 99th percentile=0.295 ms
-07:15:30 PM.934: video_thread(video): min=0.613 ms, median=0.728 ms, max=4.947 ms, 99th percentile=1.054 ms
-07:15:30 PM.934:  ┗receive_video: min=0.612 ms, median=0.727 ms, max=4.945 ms, 99th percentile=1.052 ms
-07:15:30 PM.934:    ┗do_encode: min=0.611 ms, median=0.726 ms, max=4.944 ms, 99th percentile=1.051 ms
-07:15:30 PM.934:      ┗encode(simple_h264_recording): min=0.608 ms, median=0.717 ms, max=1.837 ms, 99th percentile=1.017 ms
-07:15:30 PM.934: =================================================
-07:15:30 PM.934: == Profiler Time Between Calls ==================
-07:15:30 PM.934: obs_hotkey_thread(25 ms): min=25.05 ms, median=25.115 ms, max=104.02 ms, 96.9736% within ±2% of 25 ms (0% lower, 3.02638% higher)
-07:15:30 PM.934: obs_graphics_thread(16.6667 ms): min=1.771 ms, median=16.667 ms, max=133.414 ms, 99.2983% within ±2% of 16.667 ms (0.326727% lower, 0.374933% higher)
-07:15:30 PM.934: =================================================
-07:15:30 PM.945: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-08-19 20-22-38.txt b/.config/obs-studio/logs/2020-08-19 20-22-38.txt
deleted file mode 100644 (file)
index 4fb0439..0000000
+++ /dev/null
@@ -1,261 +0,0 @@
-08:22:38 PM.851: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-08:22:38 PM.851: CPU Speed: 3950.134MHz
-08:22:38 PM.852: Physical Cores: 6, Logical Cores: 12
-08:22:38 PM.852: Physical Memory: 15999MB Total, 5492MB Free
-08:22:38 PM.852: Kernel Version: Linux 5.8.1-arch1-1
-08:22:38 PM.852: Distribution: "Arch Linux" Unknown
-08:22:38 PM.855: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.8
-08:22:38 PM.855: Portable mode: false
-08:22:38 PM.906: OBS 25.0.8-2 (linux)
-08:22:38 PM.906: ---------------------------------
-08:22:38 PM.906: ---------------------------------
-08:22:38 PM.906: audio settings reset:
-08:22:38 PM.906:       samples per sec: 44100
-08:22:38 PM.906:       speakers:        2
-08:22:38 PM.910: ---------------------------------
-08:22:38 PM.910: Initializing OpenGL...
-08:22:38 PM.953: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-08:22:38 PM.953: OpenGL loaded successfully, version 3.3.0 NVIDIA 450.57, shading language 3.30 NVIDIA via Cg compiler
-08:22:38 PM.960: ---------------------------------
-08:22:38 PM.960: video settings reset:
-08:22:38 PM.960:       base resolution:   3440x1440
-08:22:38 PM.960:       output resolution: 2224x930
-08:22:38 PM.960:       downscale filter:  Bicubic
-08:22:38 PM.960:       fps:               60/1
-08:22:38 PM.960:       format:            NV12
-08:22:38 PM.960:       YUV mode:          601/Partial
-08:22:38 PM.960: NV12 texture support not available
-08:22:38 PM.961: Audio monitoring device:
-08:22:38 PM.961:       name: Default
-08:22:38 PM.961:       id: default
-08:22:38 PM.961: ---------------------------------
-08:22:38 PM.963: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-08:22:39 PM.021: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-08:22:39 PM.021: No blackmagic support
-08:22:39 PM.028: NVENC supported
-08:22:39 PM.028: FFMPEG VAAPI supported
-08:22:39 PM.029: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-08:22:39 PM.029: 
-08:22:39 PM.029: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-08:22:39 PM.033: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-08:22:39 PM.033: 
-08:22:39 PM.033: Couldn't find VLC installation, VLC video source disabled
-08:22:39 PM.033: ---------------------------------
-08:22:39 PM.033:   Loaded Modules:
-08:22:39 PM.033:     vlc-video.so
-08:22:39 PM.033:     text-freetype2.so
-08:22:39 PM.033:     rtmp-services.so
-08:22:39 PM.033:     obs-x264.so
-08:22:39 PM.033:     obs-transitions.so
-08:22:39 PM.033:     obs-outputs.so
-08:22:39 PM.033:     obs-filters.so
-08:22:39 PM.033:     obs-ffmpeg.so
-08:22:39 PM.033:     linux-v4l2.so
-08:22:39 PM.033:     linux-pulseaudio.so
-08:22:39 PM.033:     linux-jack.so
-08:22:39 PM.033:     linux-decklink.so
-08:22:39 PM.033:     linux-capture.so
-08:22:39 PM.033:     linux-alsa.so
-08:22:39 PM.033:     image-source.so
-08:22:39 PM.033:     frontend-tools.so
-08:22:39 PM.033:     decklink-ouput-ui.so
-08:22:39 PM.033: ---------------------------------
-08:22:39 PM.033: ==== Startup complete ===============================================
-08:22:39 PM.033: Service '' not found
-08:22:39 PM.034: All scene data cleared
-08:22:39 PM.034: ------------------------------------------------
-08:22:39 PM.035: pulse-input: Server name: 'pulseaudio 13.0'
-08:22:39 PM.036: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-08:22:39 PM.036: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-08:22:39 PM.036: [Loaded global audio device]: 'Desktop Audio'
-08:22:39 PM.036: pulse-input: Server name: 'pulseaudio 13.0'
-08:22:39 PM.037: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-08:22:39 PM.037: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-08:22:39 PM.037: [Loaded global audio device]: 'Mic/Aux'
-08:22:39 PM.037: xshm-input: Geometry 3440x1440 @ 0,0
-08:22:39 PM.037: Switched to scene 'Scene'
-08:22:39 PM.037: ------------------------------------------------
-08:22:39 PM.037: Loaded scenes:
-08:22:39 PM.037: - scene 'Scene':
-08:22:39 PM.037:     - source: 'curved' (xshm_input)
-08:22:39 PM.037: ------------------------------------------------
-08:22:39 PM.576: adding 23 milliseconds of audio buffering, total audio buffering is now 23 milliseconds (source: Desktop Audio)
-08:22:39 PM.576: 
-08:23:22 PM.591: ---------------------------------
-08:23:22 PM.591: [NVENC encoder: 'simple_h264_recording'] settings:
-08:23:22 PM.591:       rate_control: CQP
-08:23:22 PM.591:       bitrate:      0
-08:23:22 PM.591:       cqp:          23
-08:23:22 PM.591:       keyint:       250
-08:23:22 PM.591:       preset:       hq
-08:23:22 PM.591:       profile:      high
-08:23:22 PM.591:       width:        2224
-08:23:22 PM.591:       height:       930
-08:23:22 PM.591:       2-pass:       false
-08:23:22 PM.591:       b-frames:     2
-08:23:22 PM.591:       GPU:          0
-08:23:22 PM.591: 
-08:23:22 PM.738: ---------------------------------
-08:23:22 PM.739: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-08:23:22 PM.739: 
-08:23:22 PM.741: ==== Recording Start ===============================================
-08:23:22 PM.741: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-08-19 20-23-22.mkv'...
-08:23:29 PM.760: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-08-19 20-23-22.mkv' stopped
-08:23:29 PM.760: Output 'simple_file_output': stopping
-08:23:29 PM.760: Output 'simple_file_output': Total frames output: 409
-08:23:29 PM.760: Output 'simple_file_output': Total drawn frames: 421
-08:23:29 PM.760: ==== Recording Stop ================================================
-08:25:15 PM.629: ---------------------------------
-08:25:15 PM.629: [NVENC encoder: 'simple_h264_recording'] settings:
-08:25:15 PM.629:       rate_control: CQP
-08:25:15 PM.629:       bitrate:      0
-08:25:15 PM.629:       cqp:          23
-08:25:15 PM.629:       keyint:       250
-08:25:15 PM.629:       preset:       hq
-08:25:15 PM.629:       profile:      high
-08:25:15 PM.629:       width:        2224
-08:25:15 PM.629:       height:       930
-08:25:15 PM.629:       2-pass:       false
-08:25:15 PM.629:       b-frames:     2
-08:25:15 PM.629:       GPU:          0
-08:25:15 PM.629: 
-08:25:15 PM.743: ---------------------------------
-08:25:15 PM.743: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-08:25:15 PM.743: 
-08:25:15 PM.745: ==== Recording Start ===============================================
-08:25:15 PM.745: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-08-19 20-25-15.mkv'...
-08:25:20 PM.473: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-08-19 20-25-15.mkv' stopped
-08:25:20 PM.473: Output 'simple_file_output': stopping
-08:25:20 PM.473: Output 'simple_file_output': Total frames output: 273
-08:25:20 PM.473: Output 'simple_file_output': Total drawn frames: 283
-08:25:20 PM.473: ==== Recording Stop ================================================
-08:26:36 PM.959: ---------------------------------
-08:26:36 PM.959: [NVENC encoder: 'simple_h264_recording'] settings:
-08:26:36 PM.959:       rate_control: CQP
-08:26:36 PM.959:       bitrate:      0
-08:26:36 PM.959:       cqp:          23
-08:26:36 PM.959:       keyint:       250
-08:26:36 PM.959:       preset:       hq
-08:26:36 PM.959:       profile:      high
-08:26:36 PM.959:       width:        2224
-08:26:36 PM.959:       height:       930
-08:26:36 PM.959:       2-pass:       false
-08:26:36 PM.959:       b-frames:     2
-08:26:36 PM.959:       GPU:          0
-08:26:36 PM.959: 
-08:26:37 PM.068: ---------------------------------
-08:26:37 PM.068: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-08:26:37 PM.068: 
-08:26:37 PM.070: ==== Recording Start ===============================================
-08:26:37 PM.070: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-08-19 20-26-36.mkv'...
-08:26:45 PM.703: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-08-19 20-26-36.mkv' stopped
-08:26:45 PM.703: Output 'simple_file_output': stopping
-08:26:45 PM.703: Output 'simple_file_output': Total frames output: 506
-08:26:45 PM.703: Output 'simple_file_output': Total drawn frames: 518
-08:26:45 PM.703: ==== Recording Stop ================================================
-08:27:35 PM.327: ---------------------------------
-08:27:35 PM.327: [NVENC encoder: 'simple_h264_recording'] settings:
-08:27:35 PM.327:       rate_control: CQP
-08:27:35 PM.327:       bitrate:      0
-08:27:35 PM.327:       cqp:          23
-08:27:35 PM.327:       keyint:       250
-08:27:35 PM.327:       preset:       hq
-08:27:35 PM.327:       profile:      high
-08:27:35 PM.327:       width:        2224
-08:27:35 PM.327:       height:       930
-08:27:35 PM.327:       2-pass:       false
-08:27:35 PM.327:       b-frames:     2
-08:27:35 PM.327:       GPU:          0
-08:27:35 PM.327: 
-08:27:35 PM.431: ---------------------------------
-08:27:35 PM.431: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-08:27:35 PM.431: 
-08:27:35 PM.433: ==== Recording Start ===============================================
-08:27:35 PM.433: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-08-19 20-27-35.mkv'...
-09:04:51 PM.685: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-08-19 20-27-35.mkv' stopped
-09:04:51 PM.685: Output 'simple_file_output': stopping
-09:04:51 PM.685: Output 'simple_file_output': Total frames output: 134161
-09:04:51 PM.685: Output 'simple_file_output': Total drawn frames: 134170 (134175 attempted)
-09:04:51 PM.685: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 5 (0.0%)
-09:04:51 PM.685: ==== Recording Stop ================================================
-09:04:58 PM.401: ==== Shutting down ==================================================
-09:04:58 PM.405: Switched to scene '(null)'
-09:04:58 PM.412: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-09:04:58 PM.412: pulse-input: Got 853870 packets with 121890876 frames
-09:04:58 PM.412: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-09:04:58 PM.412: pulse-input: Got 353783 packets with 121891415 frames
-09:04:58 PM.412: All scene data cleared
-09:04:58 PM.412: ------------------------------------------------
-09:04:58 PM.415: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2588180
-09:04:58 PM.415: Failed to make context current.
-09:04:58 PM.416: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2588182
-09:04:58 PM.416: Failed to make context current.
-09:04:58 PM.416: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2588184
-09:04:58 PM.416: Failed to make context current.
-09:04:58 PM.489: Freeing OBS context data
-09:04:58 PM.570: [Scripting] Total detached callbacks: 0
-09:04:58 PM.576: == Profiler Results =============================
-09:04:58 PM.576: run_program_init: 459.001 ms
-09:04:58 PM.576:  ┣OBSApp::AppInit: 2.574 ms
-09:04:58 PM.576:  ┃ ┗OBSApp::InitLocale: 0.575 ms
-09:04:58 PM.576:  ┗OBSApp::OBSInit: 388.807 ms
-09:04:58 PM.576:    ┣obs_startup: 22.291 ms
-09:04:58 PM.576:    ┗OBSBasic::OBSInit: 315.168 ms
-09:04:58 PM.576:      ┣OBSBasic::InitBasicConfig: 0.063 ms
-09:04:58 PM.576:      ┣OBSBasic::ResetAudio: 0.093 ms
-09:04:58 PM.576:      ┣OBSBasic::ResetVideo: 54.08 ms
-09:04:58 PM.576:      ┣OBSBasic::InitOBSCallbacks: 0.003 ms
-09:04:58 PM.576:      ┣OBSBasic::InitHotkeys: 0.034 ms
-09:04:58 PM.576:      ┣obs_load_all_modules: 72.042 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.613 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(frontend-tools.so): 50.075 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(image-source.so): 0.005 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(linux-capture.so): 0.21 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(linux-decklink.so): 0.074 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.326 ms
-09:04:58 PM.576:      ┃ ┃ ┗nvenc_check: 0.277 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(obs-filters.so): 0.01 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(obs-transitions.so): 0.003 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(rtmp-services.so): 0.308 ms
-09:04:58 PM.576:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-09:04:58 PM.576:      ┃ ┗obs_init_module(vlc-video.so): 0.16 ms
-09:04:58 PM.576:      ┣OBSBasic::ResetOutputs: 0.061 ms
-09:04:58 PM.576:      ┣OBSBasic::CreateHotkeys: 0.02 ms
-09:04:58 PM.576:      ┣OBSBasic::InitService: 0.752 ms
-09:04:58 PM.576:      ┣OBSBasic::InitPrimitives: 0.085 ms
-09:04:58 PM.576:      ┗OBSBasic::Load: 5.2 ms
-09:04:58 PM.576: obs_hotkey_thread(25 ms): min=0.031 ms, median=0.071 ms, max=97.589 ms, 99th percentile=7.524 ms, 99.9735% below 25 ms
-09:04:58 PM.576: audio_thread(Audio): min=0 ms, median=0.295 ms, max=4.982 ms, 99th percentile=0.636 ms
-09:04:58 PM.576:  ┗receive_audio: min=0.002 ms, median=0.253 ms, max=4.926 ms, 99th percentile=0.47 ms, 0.894428 calls per parent call
-09:04:58 PM.576:    ┣buffer_audio: min=0 ms, median=0.001 ms, max=0.657 ms, 99th percentile=0.004 ms
-09:04:58 PM.576:    ┗do_encode: min=0.007 ms, median=0.249 ms, max=4.923 ms, 99th percentile=0.46 ms
-09:04:58 PM.576:      ┗encode(simple_aac_recording): min=0.007 ms, median=0.244 ms, max=1.731 ms, 99th percentile=0.439 ms
-09:04:58 PM.576: obs_graphics_thread(16.6667 ms): min=0.143 ms, median=5.876 ms, max=153.313 ms, 99th percentile=14.459 ms, 99.7399% below 16.667 ms
-09:04:58 PM.576:  ┣tick_sources: min=0 ms, median=4.754 ms, max=97.388 ms, 99th percentile=11.116 ms
-09:04:58 PM.576:  ┣output_frame: min=0.059 ms, median=0.634 ms, max=107.4 ms, 99th percentile=1.691 ms
-09:04:58 PM.576:  ┃ ┣gs_context(video->graphics): min=0.058 ms, median=0.287 ms, max=107.398 ms, 99th percentile=0.792 ms
-09:04:58 PM.576:  ┃ ┃ ┣render_video: min=0.024 ms, median=0.206 ms, max=5.416 ms, 99th percentile=0.49 ms
-09:04:58 PM.576:  ┃ ┃ ┃ ┣render_main_texture: min=0.019 ms, median=0.118 ms, max=2.148 ms, 99th percentile=0.286 ms
-09:04:58 PM.576:  ┃ ┃ ┃ ┣render_output_texture: min=0.019 ms, median=0.026 ms, max=1.362 ms, 99th percentile=0.061 ms, 0.889322 calls per parent call
-09:04:58 PM.576:  ┃ ┃ ┃ ┣render_convert_texture: min=0.023 ms, median=0.033 ms, max=1.305 ms, 99th percentile=0.074 ms, 0.889322 calls per parent call
-09:04:58 PM.576:  ┃ ┃ ┃ ┗stage_output_texture: min=0.019 ms, median=0.022 ms, max=5.238 ms, 99th percentile=0.066 ms, 0.889322 calls per parent call
-09:04:58 PM.576:  ┃ ┃ ┣gs_flush: min=0.003 ms, median=0.004 ms, max=14.465 ms, 99th percentile=0.011 ms
-09:04:58 PM.576:  ┃ ┃ ┗download_frame: min=0 ms, median=0.002 ms, max=0.644 ms, 99th percentile=0.004 ms, 0.889322 calls per parent call
-09:04:58 PM.576:  ┃ ┗output_video_data: min=0.222 ms, median=0.363 ms, max=2.619 ms, 99th percentile=0.955 ms, 0.889295 calls per parent call
-09:04:58 PM.576:  ┗render_displays: min=0.025 ms, median=0.224 ms, max=110.466 ms, 99th percentile=0.784 ms
-09:04:58 PM.576: video_thread(video): min=0.581 ms, median=0.895 ms, max=7.845 ms, 99th percentile=2.219 ms
-09:04:58 PM.576:  ┗receive_video: min=0.548 ms, median=0.894 ms, max=7.841 ms, 99th percentile=2.215 ms
-09:04:58 PM.576:    ┗do_encode: min=0.548 ms, median=0.893 ms, max=7.838 ms, 99th percentile=2.213 ms
-09:04:58 PM.576:      ┗encode(simple_h264_recording): min=0.536 ms, median=0.888 ms, max=7.816 ms, 99th percentile=2.195 ms
-09:04:58 PM.576: =================================================
-09:04:58 PM.576: == Profiler Time Between Calls ==================
-09:04:58 PM.576: obs_hotkey_thread(25 ms): min=25.054 ms, median=25.137 ms, max=122.659 ms, 75.3597% within ±2% of 25 ms (0% lower, 24.6403% higher)
-09:04:58 PM.576: obs_graphics_thread(16.6667 ms): min=5.394 ms, median=16.666 ms, max=153.338 ms, 99.4811% within ±2% of 16.667 ms (0.26471% lower, 0.254201% higher)
-09:04:58 PM.576: =================================================
-09:04:58 PM.641: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-08-19 21-53-22.txt b/.config/obs-studio/logs/2020-08-19 21-53-22.txt
deleted file mode 100644 (file)
index 181b8fd..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-09:53:22 PM.887: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-09:53:22 PM.887: CPU Speed: 3949.574MHz
-09:53:22 PM.888: Physical Cores: 6, Logical Cores: 12
-09:53:22 PM.888: Physical Memory: 15999MB Total, 9939MB Free
-09:53:22 PM.888: Kernel Version: Linux 5.8.1-arch1-1
-09:53:22 PM.888: Distribution: "Arch Linux" Unknown
-09:53:22 PM.888: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.8
-09:53:22 PM.889: Portable mode: false
-09:53:22 PM.942: OBS 25.0.8-2 (linux)
-09:53:22 PM.942: ---------------------------------
-09:53:22 PM.942: ---------------------------------
-09:53:22 PM.942: audio settings reset:
-09:53:22 PM.942:       samples per sec: 44100
-09:53:22 PM.942:       speakers:        2
-09:53:22 PM.947: ---------------------------------
-09:53:22 PM.947: Initializing OpenGL...
-09:53:22 PM.991: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-09:53:22 PM.991: OpenGL loaded successfully, version 3.3.0 NVIDIA 450.57, shading language 3.30 NVIDIA via Cg compiler
-09:53:23 PM.014: ---------------------------------
-09:53:23 PM.014: video settings reset:
-09:53:23 PM.014:       base resolution:   3440x1440
-09:53:23 PM.014:       output resolution: 2224x930
-09:53:23 PM.014:       downscale filter:  Bicubic
-09:53:23 PM.014:       fps:               60/1
-09:53:23 PM.014:       format:            NV12
-09:53:23 PM.014:       YUV mode:          601/Partial
-09:53:23 PM.014: NV12 texture support not available
-09:53:23 PM.015: Audio monitoring device:
-09:53:23 PM.015:       name: Default
-09:53:23 PM.015:       id: default
-09:53:23 PM.015: ---------------------------------
-09:53:23 PM.018: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-09:53:23 PM.073: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-09:53:23 PM.073: No blackmagic support
-09:53:23 PM.096: NVENC supported
-09:53:23 PM.096: FFMPEG VAAPI supported
-09:53:23 PM.097: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-09:53:23 PM.097: 
-09:53:23 PM.097: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-09:53:23 PM.107: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-09:53:23 PM.107: 
-09:53:23 PM.107: Couldn't find VLC installation, VLC video source disabled
-09:53:23 PM.107: ---------------------------------
-09:53:23 PM.107:   Loaded Modules:
-09:53:23 PM.107:     vlc-video.so
-09:53:23 PM.107:     text-freetype2.so
-09:53:23 PM.107:     rtmp-services.so
-09:53:23 PM.107:     obs-x264.so
-09:53:23 PM.107:     obs-transitions.so
-09:53:23 PM.107:     obs-outputs.so
-09:53:23 PM.107:     obs-filters.so
-09:53:23 PM.107:     obs-ffmpeg.so
-09:53:23 PM.107:     linux-v4l2.so
-09:53:23 PM.107:     linux-pulseaudio.so
-09:53:23 PM.108:     linux-jack.so
-09:53:23 PM.108:     linux-decklink.so
-09:53:23 PM.108:     linux-capture.so
-09:53:23 PM.108:     linux-alsa.so
-09:53:23 PM.108:     image-source.so
-09:53:23 PM.108:     frontend-tools.so
-09:53:23 PM.108:     decklink-ouput-ui.so
-09:53:23 PM.108: ---------------------------------
-09:53:23 PM.108: ==== Startup complete ===============================================
-09:53:23 PM.108: Service '' not found
-09:53:23 PM.127: All scene data cleared
-09:53:23 PM.127: ------------------------------------------------
-09:53:23 PM.129: pulse-input: Server name: 'pulseaudio 13.0'
-09:53:23 PM.129: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-09:53:23 PM.129: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-09:53:23 PM.129: [Loaded global audio device]: 'Desktop Audio'
-09:53:23 PM.129: pulse-input: Server name: 'pulseaudio 13.0'
-09:53:23 PM.129: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-09:53:23 PM.129: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-09:53:23 PM.129: [Loaded global audio device]: 'Mic/Aux'
-09:53:23 PM.130: xshm-input: Geometry 3440x1440 @ 0,0
-09:53:23 PM.130: Switched to scene 'Scene'
-09:53:23 PM.130: ------------------------------------------------
-09:53:23 PM.130: Loaded scenes:
-09:53:23 PM.130: - scene 'Scene':
-09:53:23 PM.130:     - source: 'curved' (xshm_input)
-09:53:23 PM.130: ------------------------------------------------
-09:53:34 PM.462: ==== Shutting down ==================================================
-09:53:34 PM.479: Switched to scene '(null)'
-09:53:34 PM.483: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-09:53:34 PM.483: pulse-input: Got 3586 packets with 544422 frames
-09:53:34 PM.484: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-09:53:34 PM.484: pulse-input: Got 1471 packets with 544541 frames
-09:53:34 PM.484: All scene data cleared
-09:53:34 PM.484: ------------------------------------------------
-09:53:34 PM.492: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 11523
-09:53:34 PM.492: Failed to make context current.
-09:53:34 PM.492: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 11525
-09:53:34 PM.492: Failed to make context current.
-09:53:34 PM.492: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 11527
-09:53:34 PM.492: Failed to make context current.
-09:53:34 PM.545: Freeing OBS context data
-09:53:34 PM.559: [Scripting] Total detached callbacks: 0
-09:53:34 PM.562: == Profiler Results =============================
-09:53:34 PM.562: run_program_init: 368.588 ms
-09:53:34 PM.562:  ┣OBSApp::AppInit: 5.866 ms
-09:53:34 PM.562:  ┃ ┗OBSApp::InitLocale: 1.495 ms
-09:53:34 PM.562:  ┗OBSApp::OBSInit: 312.777 ms
-09:53:34 PM.562:    ┣obs_startup: 16.81 ms
-09:53:34 PM.562:    ┗OBSBasic::OBSInit: 242.66 ms
-09:53:34 PM.562:      ┣OBSBasic::InitBasicConfig: 0.058 ms
-09:53:34 PM.562:      ┣OBSBasic::ResetAudio: 0.061 ms
-09:53:34 PM.562:      ┣OBSBasic::ResetVideo: 72.4 ms
-09:53:34 PM.562:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-09:53:34 PM.562:      ┣OBSBasic::InitHotkeys: 0.027 ms
-09:53:34 PM.562:      ┣obs_load_all_modules: 92.76 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.379 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(frontend-tools.so): 44.976 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(linux-alsa.so): 0 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(linux-capture.so): 0.183 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(linux-decklink.so): 0.071 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(obs-ffmpeg.so): 3.679 ms
-09:53:34 PM.562:      ┃ ┃ ┗nvenc_check: 3.647 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(obs-filters.so): 0.01 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(rtmp-services.so): 1.084 ms
-09:53:34 PM.562:      ┃ ┣obs_init_module(text-freetype2.so): 0.007 ms
-09:53:34 PM.562:      ┃ ┗obs_init_module(vlc-video.so): 0.165 ms
-09:53:34 PM.562:      ┣OBSBasic::ResetOutputs: 0.26 ms
-09:53:34 PM.562:      ┣OBSBasic::CreateHotkeys: 0.021 ms
-09:53:34 PM.562:      ┣OBSBasic::InitService: 1.347 ms
-09:53:34 PM.562:      ┣OBSBasic::InitPrimitives: 0.139 ms
-09:53:34 PM.562:      ┗OBSBasic::Load: 22.154 ms
-09:53:34 PM.562: obs_hotkey_thread(25 ms): min=0.032 ms, median=0.053 ms, max=92.624 ms, 99th percentile=14.338 ms, 99.3363% below 25 ms
-09:53:34 PM.562: audio_thread(Audio): min=0 ms, median=0.044 ms, max=0.169 ms, 99th percentile=0.146 ms
-09:53:34 PM.562: obs_graphics_thread(16.6667 ms): min=0.134 ms, median=4.781 ms, max=151.766 ms, 99th percentile=14.227 ms, 99.2604% below 16.667 ms
-09:53:34 PM.562:  ┣tick_sources: min=0 ms, median=4.361 ms, max=81.139 ms, 99th percentile=7.76 ms
-09:53:34 PM.562:  ┣output_frame: min=0.058 ms, median=0.176 ms, max=15.544 ms, 99th percentile=1.243 ms
-09:53:34 PM.562:  ┃ ┗gs_context(video->graphics): min=0.058 ms, median=0.176 ms, max=15.544 ms, 99th percentile=1.243 ms
-09:53:34 PM.562:  ┃   ┣render_video: min=0.022 ms, median=0.111 ms, max=15.164 ms, 99th percentile=0.286 ms
-09:53:34 PM.562:  ┃   ┃ ┗render_main_texture: min=0.017 ms, median=0.103 ms, max=15.147 ms, 99th percentile=0.271 ms
-09:53:34 PM.562:  ┃   ┗gs_flush: min=0.004 ms, median=0.005 ms, max=0.427 ms, 99th percentile=0.028 ms
-09:53:34 PM.562:  ┗render_displays: min=0.03 ms, median=0.161 ms, max=112.557 ms, 99th percentile=0.833 ms
-09:53:34 PM.562: =================================================
-09:53:34 PM.562: == Profiler Time Between Calls ==================
-09:53:34 PM.562: obs_hotkey_thread(25 ms): min=25.081 ms, median=25.113 ms, max=117.684 ms, 93.3481% within ±2% of 25 ms (0% lower, 6.65188% higher)
-09:53:34 PM.562: obs_graphics_thread(16.6667 ms): min=5.299 ms, median=16.667 ms, max=151.771 ms, 98.3704% within ±2% of 16.667 ms (0.740741% lower, 0.888889% higher)
-09:53:34 PM.562: =================================================
-09:53:34 PM.565: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-08-22 23-25-28.txt b/.config/obs-studio/logs/2020-08-22 23-25-28.txt
deleted file mode 100644 (file)
index cef1b23..0000000
+++ /dev/null
@@ -1,499 +0,0 @@
-11:25:28 PM.355: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-11:25:28 PM.355: CPU Speed: 3950.039MHz
-11:25:28 PM.355: Physical Cores: 6, Logical Cores: 12
-11:25:28 PM.355: Physical Memory: 15999MB Total, 9070MB Free
-11:25:28 PM.355: Kernel Version: Linux 5.8.1-arch1-1
-11:25:28 PM.355: Distribution: "Arch Linux" Unknown
-11:25:28 PM.355: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.8
-11:25:28 PM.356: Portable mode: false
-11:25:28 PM.399: OBS 25.0.8-2 (linux)
-11:25:28 PM.399: ---------------------------------
-11:25:28 PM.400: ---------------------------------
-11:25:28 PM.400: audio settings reset:
-11:25:28 PM.400:       samples per sec: 44100
-11:25:28 PM.400:       speakers:        2
-11:25:28 PM.404: ---------------------------------
-11:25:28 PM.404: Initializing OpenGL...
-11:25:28 PM.453: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-11:25:28 PM.453: OpenGL loaded successfully, version 3.3.0 NVIDIA 450.57, shading language 3.30 NVIDIA via Cg compiler
-11:25:28 PM.497: ---------------------------------
-11:25:28 PM.497: video settings reset:
-11:25:28 PM.497:       base resolution:   3440x1440
-11:25:28 PM.497:       output resolution: 2224x930
-11:25:28 PM.497:       downscale filter:  Bicubic
-11:25:28 PM.497:       fps:               60/1
-11:25:28 PM.497:       format:            NV12
-11:25:28 PM.497:       YUV mode:          601/Partial
-11:25:28 PM.497: NV12 texture support not available
-11:25:28 PM.497: Audio monitoring device:
-11:25:28 PM.497:       name: Default
-11:25:28 PM.497:       id: default
-11:25:28 PM.497: ---------------------------------
-11:25:28 PM.500: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-11:25:28 PM.553: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-11:25:28 PM.553: No blackmagic support
-11:25:28 PM.576: NVENC supported
-11:25:28 PM.576: FFMPEG VAAPI supported
-11:25:28 PM.578: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-11:25:28 PM.578: 
-11:25:28 PM.578: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-11:25:28 PM.587: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-11:25:28 PM.587: 
-11:25:28 PM.587: Couldn't find VLC installation, VLC video source disabled
-11:25:28 PM.587: ---------------------------------
-11:25:28 PM.587:   Loaded Modules:
-11:25:28 PM.587:     vlc-video.so
-11:25:28 PM.587:     text-freetype2.so
-11:25:28 PM.587:     rtmp-services.so
-11:25:28 PM.587:     obs-x264.so
-11:25:28 PM.587:     obs-transitions.so
-11:25:28 PM.587:     obs-outputs.so
-11:25:28 PM.587:     obs-filters.so
-11:25:28 PM.587:     obs-ffmpeg.so
-11:25:28 PM.587:     linux-v4l2.so
-11:25:28 PM.587:     linux-pulseaudio.so
-11:25:28 PM.587:     linux-jack.so
-11:25:28 PM.587:     linux-decklink.so
-11:25:28 PM.587:     linux-capture.so
-11:25:28 PM.587:     linux-alsa.so
-11:25:28 PM.587:     image-source.so
-11:25:28 PM.587:     frontend-tools.so
-11:25:28 PM.587:     decklink-ouput-ui.so
-11:25:28 PM.587: ---------------------------------
-11:25:28 PM.587: ==== Startup complete ===============================================
-11:25:28 PM.588: Service '' not found
-11:25:28 PM.603: All scene data cleared
-11:25:28 PM.603: ------------------------------------------------
-11:25:28 PM.605: pulse-input: Server name: 'pulseaudio 13.0'
-11:25:28 PM.605: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-11:25:28 PM.605: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:25:28 PM.605: [Loaded global audio device]: 'Desktop Audio'
-11:25:28 PM.608: pulse-input: Server name: 'pulseaudio 13.0'
-11:25:28 PM.608: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-11:25:28 PM.608: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-11:25:28 PM.608: [Loaded global audio device]: 'Mic/Aux'
-11:25:28 PM.609: xshm-input: Geometry 3440x1440 @ 0,0
-11:25:28 PM.609: Switched to scene 'Scene'
-11:25:28 PM.609: ------------------------------------------------
-11:25:28 PM.609: Loaded scenes:
-11:25:28 PM.609: - scene 'Scene':
-11:25:28 PM.609:     - source: 'curved' (xshm_input)
-11:25:28 PM.609: ------------------------------------------------
-11:25:31 PM.147: adding 23 milliseconds of audio buffering, total audio buffering is now 23 milliseconds (source: Desktop Audio)
-11:25:31 PM.147: 
-11:26:28 PM.645: User added source 'consola' (xcomposite_input) to scene 'Scene'
-11:26:28 PM.648: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:26:28 PM.672: xcompcap: [window-capture: 'consola'] update settings:
-11:26:28 PM.672:       title: Desktop — Plasma
-11:26:28 PM.672:       class: plasmashell
-11:26:28 PM.672:       Bit depth: 32
-11:26:28 PM.672:       Found proper GLXFBConfig (in 9): yes
-11:26:28 PM.672: 
-11:26:44 PM.014: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:26:44 PM.018: xcompcap: [window-capture: 'consola'] update settings:
-11:26:44 PM.018:       title: josuer08@3600:~
-11:26:44 PM.018:       class: Alacritty
-11:26:44 PM.018:       Bit depth: 32
-11:26:44 PM.018:       Found proper GLXFBConfig (in 9): yes
-11:26:44 PM.018: 
-11:26:49 PM.414: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:26:49 PM.419: xcompcap: [window-capture: 'consola'] update settings:
-11:26:49 PM.419:       title: josuer08@3600:~
-11:26:49 PM.419:       class: Alacritty
-11:26:49 PM.419:       Bit depth: 32
-11:26:49 PM.419:       Found proper GLXFBConfig (in 9): yes
-11:26:49 PM.419: 
-11:26:53 PM.081: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:26:53 PM.084: xcompcap: [window-capture: 'consola'] update settings:
-11:26:53 PM.084:       title: josuer08@3600:~
-11:26:53 PM.084:       class: Alacritty
-11:26:53 PM.084:       Bit depth: 32
-11:26:53 PM.084:       Found proper GLXFBConfig (in 9): yes
-11:26:53 PM.084: 
-11:26:54 PM.264: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:26:54 PM.267: xcompcap: [window-capture: 'consola'] update settings:
-11:26:54 PM.267:       title: josuer08@3600:~
-11:26:54 PM.267:       class: Alacritty
-11:26:54 PM.267:       Bit depth: 32
-11:26:54 PM.267:       Found proper GLXFBConfig (in 9): yes
-11:26:54 PM.267: 
-11:26:56 PM.547: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:26:56 PM.550: xcompcap: [window-capture: 'consola'] update settings:
-11:26:56 PM.550:       title: josuer08@3600:~
-11:26:56 PM.550:       class: Alacritty
-11:26:56 PM.550:       Bit depth: 32
-11:26:56 PM.550:       Found proper GLXFBConfig (in 9): yes
-11:26:56 PM.550: 
-11:27:31 PM.144: Switched to Preview/Program mode
-11:27:31 PM.144: ------------------------------------------------
-11:29:09 PM.157: User Removed source 'curved' (xshm_input) from scene 'Scene'
-11:29:39 PM.736: xshm-input: Geometry 1920x1080 @ 3440,856
-11:29:39 PM.737: User added source 'curved' (xshm_input) to scene 'Scene'
-11:29:47 PM.549: xshm-input: Geometry 3440x1440 @ 0,0
-11:30:57 PM.047: User Removed source 'consola' (xcomposite_input) from scene 'Scene'
-11:31:06 PM.894: User added scene 'just console'
-11:31:06 PM.895: User switched to scene 'just console'
-11:31:23 PM.720: User added source 'consola]' (xcomposite_input) to scene 'just console'
-11:31:23 PM.731: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:31:23 PM.752: xcompcap: [window-capture: 'consola]'] update settings:
-11:31:23 PM.752:       title: Desktop — Plasma
-11:31:23 PM.752:       class: plasmashell
-11:31:23 PM.752:       Bit depth: 32
-11:31:23 PM.752:       Found proper GLXFBConfig (in 9): yes
-11:31:23 PM.752: 
-11:31:27 PM.947: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:31:27 PM.959: xcompcap: glXCreatePixmap failed: BadAlloc (insufficient resources for operation)
-11:31:44 PM.640: User switched to scene 'Scene'
-11:31:45 PM.392: User switched to scene 'just console'
-11:31:50 PM.591: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:32:07 PM.633: xcompcap: [window-capture: 'consola]'] update settings:
-11:32:07 PM.633:       title: Latte Dock
-11:32:07 PM.633:       class: latte-dock
-11:32:07 PM.633:       Bit depth: 32
-11:32:07 PM.633:       Found proper GLXFBConfig (in 9): yes
-11:32:07 PM.633: 
-11:32:11 PM.214: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:32:11 PM.218: xcompcap: [window-capture: 'consola]'] update settings:
-11:32:11 PM.218:       title: josuer08@3600:~
-11:32:11 PM.218:       class: Alacritty
-11:32:11 PM.218:       Bit depth: 32
-11:32:11 PM.218:       Found proper GLXFBConfig (in 9): yes
-11:32:11 PM.218: 
-11:32:19 PM.828: User switched to scene 'Scene'
-11:32:27 PM.653: User switched to scene 'just console'
-11:32:41 PM.911: User switched to scene 'Scene'
-11:33:14 PM.517: User switched to scene 'just console'
-11:33:33 PM.118: v4l2-input: Start capture from 
-11:33:33 PM.118: v4l2-input: Unable to open device
-11:33:33 PM.118: v4l2-input: Initialization failed
-11:33:33 PM.122: User added source 'cam' (v4l2_input) to scene 'just console'
-11:33:33 PM.124: v4l2-input: /dev/video1 seems to not support video capture
-11:33:33 PM.234: v4l2-input: Found device 'UVC Camera: UVC Camera' at /dev/video0
-11:33:33 PM.235: v4l2-input: Found input 'Camera 1' (Index 0)
-11:33:33 PM.246: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-11:33:33 PM.246: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-11:33:33 PM.246: v4l2-input: Pixelformat: H.264 (unavailable)
-11:33:33 PM.246: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-11:33:33 PM.246: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-11:33:33 PM.246: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-11:33:33 PM.246: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-11:33:33 PM.246: v4l2-input: Stepwise and Continuous framesizes are currently hardcoded
-11:33:33 PM.246: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-11:33:33 PM.247: v4l2-input: Start capture from /dev/video0
-11:33:33 PM.247: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-11:33:33 PM.247: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-11:33:33 PM.247: v4l2-input: Pixelformat: H.264 (unavailable)
-11:33:33 PM.247: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-11:33:33 PM.247: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-11:33:33 PM.247: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-11:33:33 PM.247: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-11:33:33 PM.248: v4l2-input: Input: 0
-11:33:33 PM.248: v4l2-input: Selected video format not supported
-11:33:33 PM.248: v4l2-input: Initialization failed
-11:33:33 PM.248: v4l2-input: Stepwise and Continuous framesizes are currently hardcoded
-11:33:33 PM.248: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-11:33:33 PM.249: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-11:33:33 PM.264: v4l2-input: Start capture from /dev/video0
-11:33:33 PM.264: v4l2-input: Input: 0
-11:33:33 PM.271: v4l2-input: Resolution: 1280x720
-11:33:33 PM.271: v4l2-input: Pixelformat: VYUY
-11:33:33 PM.271: v4l2-input: Linesize: 2560 Bytes
-11:33:33 PM.271: v4l2-input: Framerate: 10.00 fps
-11:33:49 PM.373: v4l2-input: Stopped capture after 160 frames
-11:33:49 PM.379: v4l2-input: Start capture from /dev/video0
-11:33:49 PM.379: v4l2-input: Input: 0
-11:33:49 PM.384: v4l2-input: Resolution: 1280x720
-11:33:49 PM.384: v4l2-input: Pixelformat: VYUY
-11:33:49 PM.384: v4l2-input: Linesize: 2560 Bytes
-11:33:49 PM.395: v4l2-input: Framerate: 10.00 fps
-11:33:55 PM.473: v4l2-input: Stopped capture after 60 frames
-11:33:55 PM.474: v4l2-input: Start capture from /dev/video0
-11:33:55 PM.475: v4l2-input: Input: 0
-11:33:55 PM.480: v4l2-input: Resolution: 1280x720
-11:33:55 PM.481: v4l2-input: Pixelformat: VYUY
-11:33:55 PM.481: v4l2-input: Linesize: 2560 Bytes
-11:33:55 PM.481: v4l2-input: Framerate: 10.00 fps
-11:33:59 PM.099: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-11:33:59 PM.173: v4l2-input: Stopped capture after 36 frames
-11:33:59 PM.186: v4l2-input: Start capture from /dev/video0
-11:33:59 PM.187: v4l2-input: Input: 0
-11:33:59 PM.203: v4l2-input: Resolution: 1280x720
-11:33:59 PM.203: v4l2-input: Pixelformat: VYUY
-11:33:59 PM.203: v4l2-input: Linesize: 2560 Bytes
-11:33:59 PM.203: v4l2-input: Framerate: 10.00 fps
-11:34:10 PM.672: v4l2-input: Stopped capture after 114 frames
-11:34:10 PM.674: v4l2-input: Start capture from /dev/video0
-11:34:10 PM.675: v4l2-input: Input: 0
-11:34:10 PM.682: v4l2-input: Resolution: 1280x720
-11:34:10 PM.682: v4l2-input: Pixelformat: VYUY
-11:34:10 PM.682: v4l2-input: Linesize: 2560 Bytes
-11:34:10 PM.682: v4l2-input: Framerate: 10.00 fps
-11:34:13 PM.173: v4l2-input: Stopped capture after 24 frames
-11:34:13 PM.186: v4l2-input: Start capture from /dev/video0
-11:34:13 PM.187: v4l2-input: Input: 0
-11:34:13 PM.211: v4l2-input: Resolution: 1280x720
-11:34:13 PM.211: v4l2-input: Pixelformat: VYUY
-11:34:13 PM.211: v4l2-input: Linesize: 2560 Bytes
-11:34:13 PM.211: v4l2-input: Framerate: 10.00 fps
-11:34:16 PM.773: v4l2-input: Stopped capture after 35 frames
-11:34:16 PM.786: v4l2-input: Start capture from /dev/video0
-11:34:16 PM.787: v4l2-input: Input: 0
-11:34:16 PM.811: v4l2-input: Resolution: 1280x720
-11:34:16 PM.811: v4l2-input: Pixelformat: VYUY
-11:34:16 PM.811: v4l2-input: Linesize: 2560 Bytes
-11:34:16 PM.811: v4l2-input: Framerate: 10.00 fps
-11:34:27 PM.576: v4l2-input: Stopped capture after 107 frames
-11:34:27 PM.586: v4l2-input: Start capture from /dev/video0
-11:34:27 PM.626: v4l2-input: Input: 0
-11:34:27 PM.643: v4l2-input: Resolution: 1280x720
-11:34:27 PM.643: v4l2-input: Pixelformat: VYUY
-11:34:27 PM.643: v4l2-input: Linesize: 2560 Bytes
-11:34:27 PM.643: v4l2-input: Framerate: 10.00 fps
-11:34:28 PM.414: v4l2-input: Stopped capture after 4 frames
-11:34:28 PM.419: v4l2-input: Start capture from /dev/video0
-11:34:28 PM.419: v4l2-input: Input: 0
-11:34:28 PM.446: v4l2-input: Resolution: 1280x720
-11:34:28 PM.446: v4l2-input: Pixelformat: VYUY
-11:34:28 PM.446: v4l2-input: Linesize: 2560 Bytes
-11:34:28 PM.446: v4l2-input: Framerate: 10.00 fps
-11:34:28 PM.798: v4l2-input: Stopped capture after 0 frames
-11:34:28 PM.819: v4l2-input: Start capture from /dev/video0
-11:34:28 PM.833: v4l2-input: Input: 0
-11:34:28 PM.865: v4l2-input: Resolution: 1280x720
-11:34:28 PM.865: v4l2-input: Pixelformat: VYUY
-11:34:28 PM.865: v4l2-input: Linesize: 2560 Bytes
-11:34:28 PM.865: v4l2-input: Framerate: 10.00 fps
-11:34:29 PM.298: v4l2-input: Stopped capture after 0 frames
-11:34:29 PM.319: v4l2-input: Start capture from /dev/video0
-11:34:29 PM.326: v4l2-input: Input: 0
-11:34:29 PM.475: v4l2-input: Resolution: 1280x720
-11:34:29 PM.475: v4l2-input: Pixelformat: VYUY
-11:34:29 PM.475: v4l2-input: Linesize: 2560 Bytes
-11:34:29 PM.475: v4l2-input: Framerate: 10.00 fps
-11:34:33 PM.274: v4l2-input: Stopped capture after 37 frames
-11:34:33 PM.282: v4l2-input: Start capture from /dev/video0
-11:34:33 PM.282: v4l2-input: Input: 0
-11:34:33 PM.294: v4l2-input: Resolution: 1280x720
-11:34:33 PM.294: v4l2-input: Pixelformat: VYUY
-11:34:33 PM.294: v4l2-input: Linesize: 2560 Bytes
-11:34:33 PM.294: v4l2-input: Framerate: 10.00 fps
-11:34:33 PM.728: v4l2-input: Stopped capture after 0 frames
-11:34:33 PM.758: v4l2-input: Start capture from /dev/video0
-11:34:33 PM.806: v4l2-input: Input: 0
-11:34:33 PM.843: v4l2-input: Resolution: 1280x720
-11:34:33 PM.843: v4l2-input: Pixelformat: VYUY
-11:34:33 PM.843: v4l2-input: Linesize: 2560 Bytes
-11:34:33 PM.843: v4l2-input: Framerate: 10.00 fps
-11:34:34 PM.199: v4l2-input: Stopped capture after 0 frames
-11:34:34 PM.215: v4l2-input: Start capture from /dev/video0
-11:34:34 PM.219: v4l2-input: Input: 0
-11:34:34 PM.236: v4l2-input: Resolution: 1280x720
-11:34:34 PM.236: v4l2-input: Pixelformat: VYUY
-11:34:34 PM.236: v4l2-input: Linesize: 2560 Bytes
-11:34:34 PM.236: v4l2-input: Framerate: 10.00 fps
-11:34:34 PM.698: v4l2-input: Stopped capture after 0 frames
-11:34:34 PM.732: v4l2-input: Start capture from /dev/video0
-11:34:34 PM.927: v4l2-input: Input: 0
-11:34:34 PM.952: v4l2-input: Resolution: 1280x720
-11:34:34 PM.952: v4l2-input: Pixelformat: VYUY
-11:34:34 PM.953: v4l2-input: Linesize: 2560 Bytes
-11:34:34 PM.953: v4l2-input: Framerate: 10.00 fps
-11:34:35 PM.398: v4l2-input: Stopped capture after 0 frames
-11:34:35 PM.419: v4l2-input: Start capture from /dev/video0
-11:34:35 PM.433: v4l2-input: Input: 0
-11:34:35 PM.469: v4l2-input: Resolution: 1280x720
-11:34:35 PM.469: v4l2-input: Pixelformat: VYUY
-11:34:35 PM.469: v4l2-input: Linesize: 2560 Bytes
-11:34:35 PM.469: v4l2-input: Framerate: 10.00 fps
-11:34:35 PM.898: v4l2-input: Stopped capture after 0 frames
-11:34:35 PM.919: v4l2-input: Start capture from /dev/video0
-11:34:35 PM.926: v4l2-input: Input: 0
-11:34:35 PM.952: v4l2-input: Resolution: 1280x720
-11:34:35 PM.952: v4l2-input: Pixelformat: VYUY
-11:34:35 PM.952: v4l2-input: Linesize: 2560 Bytes
-11:34:35 PM.952: v4l2-input: Framerate: 10.00 fps
-11:34:42 PM.374: v4l2-input: Stopped capture after 63 frames
-11:34:42 PM.386: v4l2-input: Start capture from /dev/video0
-11:34:42 PM.386: v4l2-input: Input: 0
-11:34:42 PM.400: v4l2-input: Resolution: 1280x720
-11:34:42 PM.400: v4l2-input: Pixelformat: VYUY
-11:34:42 PM.400: v4l2-input: Linesize: 2560 Bytes
-11:34:42 PM.400: v4l2-input: Framerate: 10.00 fps
-11:34:42 PM.874: v4l2-input: Stopped capture after 1 frames
-11:34:42 PM.889: v4l2-input: Start capture from /dev/video0
-11:34:42 PM.890: v4l2-input: Input: 0
-11:34:42 PM.914: v4l2-input: Resolution: 1280x720
-11:34:42 PM.915: v4l2-input: Pixelformat: VYUY
-11:34:42 PM.915: v4l2-input: Linesize: 2560 Bytes
-11:34:42 PM.915: v4l2-input: Framerate: 10.00 fps
-11:34:43 PM.331: v4l2-input: Stopped capture after 0 frames
-11:34:43 PM.369: v4l2-input: Start capture from /dev/video0
-11:34:43 PM.404: v4l2-input: Input: 0
-11:34:43 PM.414: v4l2-input: Resolution: 1280x720
-11:34:43 PM.414: v4l2-input: Pixelformat: VYUY
-11:34:43 PM.414: v4l2-input: Linesize: 2560 Bytes
-11:34:43 PM.414: v4l2-input: Framerate: 10.00 fps
-11:34:43 PM.698: v4l2-input: Stopped capture after 0 frames
-11:34:43 PM.717: v4l2-input: Start capture from /dev/video0
-11:34:43 PM.732: v4l2-input: Input: 0
-11:34:43 PM.737: v4l2-input: Resolution: 1280x720
-11:34:43 PM.737: v4l2-input: Pixelformat: VYUY
-11:34:43 PM.737: v4l2-input: Linesize: 2560 Bytes
-11:34:43 PM.737: v4l2-input: Framerate: 10.00 fps
-11:34:44 PM.098: v4l2-input: Stopped capture after 0 frames
-11:34:44 PM.119: v4l2-input: Start capture from /dev/video0
-11:34:44 PM.126: v4l2-input: Input: 0
-11:34:44 PM.137: v4l2-input: Resolution: 1280x720
-11:34:44 PM.137: v4l2-input: Pixelformat: VYUY
-11:34:44 PM.137: v4l2-input: Linesize: 2560 Bytes
-11:34:44 PM.137: v4l2-input: Framerate: 10.00 fps
-11:34:44 PM.543: v4l2-input: Stopped capture after 0 frames
-11:34:44 PM.589: v4l2-input: Start capture from /dev/video0
-11:34:44 PM.627: v4l2-input: Input: 0
-11:34:44 PM.632: v4l2-input: Resolution: 1280x720
-11:34:44 PM.632: v4l2-input: Pixelformat: VYUY
-11:34:44 PM.632: v4l2-input: Linesize: 2560 Bytes
-11:34:44 PM.632: v4l2-input: Framerate: 10.00 fps
-11:35:38 PM.935: User added source 'texto' (text_ft2_source_v2) to scene 'just console'
-11:37:01 PM.336: ---------------------------------
-11:37:01 PM.336: [NVENC encoder: 'simple_h264_recording'] settings:
-11:37:01 PM.336:       rate_control: CQP
-11:37:01 PM.336:       bitrate:      0
-11:37:01 PM.336:       cqp:          23
-11:37:01 PM.336:       keyint:       250
-11:37:01 PM.336:       preset:       hq
-11:37:01 PM.336:       profile:      high
-11:37:01 PM.336:       width:        2224
-11:37:01 PM.336:       height:       930
-11:37:01 PM.336:       2-pass:       false
-11:37:01 PM.336:       b-frames:     2
-11:37:01 PM.336:       GPU:          0
-11:37:01 PM.336: 
-11:37:01 PM.514: ---------------------------------
-11:37:01 PM.514: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:37:01 PM.514: 
-11:37:01 PM.516: ==== Recording Start ===============================================
-11:37:01 PM.516: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-08-22 23-37-01.mkv'...
-11:37:10 PM.137: User switched to scene 'Scene'
-11:37:16 PM.561: User switched to scene 'just console'
-11:37:25 PM.363: User switched to scene 'Scene'
-11:37:33 PM.657: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-08-22 23-37-01.mkv' stopped
-11:37:33 PM.657: Output 'simple_file_output': stopping
-11:37:33 PM.657: Output 'simple_file_output': Total frames output: 1916
-11:37:33 PM.657: Output 'simple_file_output': Total drawn frames: 1928
-11:37:33 PM.657: ==== Recording Stop ================================================
-11:38:52 PM.568: ==== Shutting down ==================================================
-11:38:52 PM.570: Switched to scene '(null)'
-11:38:52 PM.571: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-11:38:52 PM.575: v4l2-input: Stopped capture after 2478 frames
-11:38:53 PM.414: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:38:53 PM.414: pulse-input: Got 161612 packets with 38534916 frames
-11:38:53 PM.414: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-11:38:53 PM.414: pulse-input: Got 82342 packets with 35492131 frames
-11:38:53 PM.415: All scene data cleared
-11:38:53 PM.415: ------------------------------------------------
-11:38:53 PM.485: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308863
-11:38:53 PM.485: Failed to make context current.
-11:38:53 PM.485: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308865
-11:38:53 PM.485: Failed to make context current.
-11:38:53 PM.485: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308867
-11:38:53 PM.485: Failed to make context current.
-11:38:53 PM.485: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308869
-11:38:53 PM.485: Failed to make context current.
-11:38:53 PM.485: Failed to fetch parent window geometry!
-11:38:53 PM.485: Failed to fetch parent window geometry!
-11:38:53 PM.485: Failed to fetch parent window geometry!
-11:38:53 PM.485: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 1308873
-11:38:53 PM.485: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 1308874
-11:38:53 PM.485: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308876
-11:38:53 PM.485: Failed to make context current.
-11:38:53 PM.485: Failed to fetch parent window geometry!
-11:38:53 PM.485: Failed to fetch parent window geometry!
-11:38:53 PM.485: Failed to fetch parent window geometry!
-11:38:53 PM.485: Failed to fetch parent window geometry!
-11:38:53 PM.486: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 1308881
-11:38:53 PM.486: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 1308882
-11:38:53 PM.486: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308884
-11:38:53 PM.486: Failed to make context current.
-11:38:53 PM.486: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308886
-11:38:53 PM.486: Failed to make context current.
-11:38:53 PM.486: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308888
-11:38:53 PM.486: Failed to make context current.
-11:38:53 PM.486: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308890
-11:38:53 PM.486: Failed to make context current.
-11:38:53 PM.486: Failed to fetch parent window geometry!
-11:38:53 PM.486: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 1308892
-11:38:53 PM.486: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 1308893
-11:38:53 PM.486: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308895
-11:38:53 PM.486: Failed to make context current.
-11:38:53 PM.487: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308897
-11:38:53 PM.487: Failed to make context current.
-11:38:53 PM.487: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1308899
-11:38:53 PM.487: Failed to make context current.
-11:38:53 PM.524: Freeing OBS context data
-11:38:53 PM.555: [Scripting] Total detached callbacks: 0
-11:38:53 PM.559: == Profiler Results =============================
-11:38:53 PM.559: run_program_init: 418.741 ms
-11:38:53 PM.559:  ┣OBSApp::AppInit: 6.14 ms
-11:38:53 PM.559:  ┃ ┗OBSApp::InitLocale: 1.505 ms
-11:38:53 PM.559:  ┗OBSApp::OBSInit: 353.802 ms
-11:38:53 PM.559:    ┣obs_startup: 14.99 ms
-11:38:53 PM.559:    ┗OBSBasic::OBSInit: 295.285 ms
-11:38:53 PM.559:      ┣OBSBasic::InitBasicConfig: 0.055 ms
-11:38:53 PM.559:      ┣OBSBasic::ResetAudio: 0.072 ms
-11:38:53 PM.559:      ┣OBSBasic::ResetVideo: 97.617 ms
-11:38:53 PM.559:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-11:38:53 PM.559:      ┣OBSBasic::InitHotkeys: 0.027 ms
-11:38:53 PM.559:      ┣obs_load_all_modules: 89.64 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.367 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(frontend-tools.so): 43.468 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(linux-capture.so): 0.154 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(linux-decklink.so): 0.07 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(obs-ffmpeg.so): 3.649 ms
-11:38:53 PM.559:      ┃ ┃ ┗nvenc_check: 3.621 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(obs-filters.so): 0.01 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(rtmp-services.so): 0.912 ms
-11:38:53 PM.559:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-11:38:53 PM.559:      ┃ ┗obs_init_module(vlc-video.so): 0.058 ms
-11:38:53 PM.559:      ┣OBSBasic::ResetOutputs: 0.252 ms
-11:38:53 PM.559:      ┣OBSBasic::CreateHotkeys: 0.019 ms
-11:38:53 PM.559:      ┣OBSBasic::InitService: 1.368 ms
-11:38:53 PM.559:      ┣OBSBasic::InitPrimitives: 0.112 ms
-11:38:53 PM.559:      ┗OBSBasic::Load: 21.538 ms
-11:38:53 PM.559: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.051 ms, max=98.308 ms, 99th percentile=2.222 ms, 99.9123% below 25 ms
-11:38:53 PM.559: audio_thread(Audio): min=0 ms, median=0.041 ms, max=18.386 ms, 99th percentile=0.292 ms
-11:38:53 PM.559:  ┗receive_audio: min=0.006 ms, median=0.224 ms, max=0.644 ms, 99th percentile=0.351 ms, 0.0397611 calls per parent call
-11:38:53 PM.559:    ┣buffer_audio: min=0 ms, median=0.001 ms, max=0.006 ms, 99th percentile=0.003 ms
-11:38:53 PM.559:    ┗do_encode: min=0.01 ms, median=0.222 ms, max=0.642 ms, 99th percentile=0.345 ms
-11:38:53 PM.559:      ┗encode(simple_aac_recording): min=0.005 ms, median=0.219 ms, max=0.641 ms, 99th percentile=0.341 ms
-11:38:53 PM.559: obs_graphics_thread(16.6667 ms): min=0.12 ms, median=5.864 ms, max=679.241 ms, 99th percentile=7.55 ms, 99.7136% below 16.667 ms
-11:38:53 PM.559:  ┣tick_sources: min=0 ms, median=3.773 ms, max=677.127 ms, 99th percentile=5.003 ms
-11:38:53 PM.559:  ┣output_frame: min=0.031 ms, median=0.16 ms, max=59.907 ms, 99th percentile=0.602 ms
-11:38:53 PM.559:  ┃ ┣gs_context(video->graphics): min=0.031 ms, median=0.16 ms, max=59.906 ms, 99th percentile=0.332 ms
-11:38:53 PM.559:  ┃ ┃ ┣render_video: min=0.002 ms, median=0.11 ms, max=16.619 ms, 99th percentile=0.236 ms
-11:38:53 PM.559:  ┃ ┃ ┃ ┣render_main_texture: min=0.001 ms, median=0.102 ms, max=16.588 ms, 99th percentile=0.212 ms
-11:38:53 PM.559:  ┃ ┃ ┃ ┣render_output_texture: min=0.016 ms, median=0.024 ms, max=0.723 ms, 99th percentile=0.04 ms, 0.040301 calls per parent call
-11:38:53 PM.560:  ┃ ┃ ┃ ┣render_convert_texture: min=0.021 ms, median=0.03 ms, max=0.705 ms, 99th percentile=0.047 ms, 0.040301 calls per parent call
-11:38:53 PM.560:  ┃ ┃ ┃ ┗stage_output_texture: min=0.017 ms, median=0.023 ms, max=1.544 ms, 99th percentile=0.064 ms, 0.040301 calls per parent call
-11:38:53 PM.560:  ┃ ┃ ┣gs_flush: min=0 ms, median=0.005 ms, max=53.852 ms, 99th percentile=0.05 ms
-11:38:53 PM.560:  ┃ ┃ ┗download_frame: min=0 ms, median=0 ms, max=0.017 ms, 99th percentile=0.002 ms, 0.040301 calls per parent call
-11:38:53 PM.560:  ┃ ┗output_video_data: min=0.223 ms, median=0.322 ms, max=0.808 ms, 99th percentile=0.503 ms, 0.0402801 calls per parent call
-11:38:53 PM.560:  ┗render_displays: min=0.031 ms, median=1.811 ms, max=118.172 ms, 99th percentile=2.842 ms
-11:38:53 PM.560: video_thread(video): min=0.605 ms, median=0.754 ms, max=5.49 ms, 99th percentile=1.078 ms
-11:38:53 PM.560:  ┗receive_video: min=0.604 ms, median=0.753 ms, max=5.49 ms, 99th percentile=1.077 ms
-11:38:53 PM.560:    ┗do_encode: min=0.603 ms, median=0.752 ms, max=5.488 ms, 99th percentile=1.076 ms
-11:38:53 PM.560:      ┗encode(simple_h264_recording): min=0.6 ms, median=0.744 ms, max=1.718 ms, 99th percentile=1.065 ms
-11:38:53 PM.560: =================================================
-11:38:53 PM.560: == Profiler Time Between Calls ==================
-11:38:53 PM.560: obs_hotkey_thread(25 ms): min=25.046 ms, median=25.11 ms, max=123.368 ms, 97.6438% within ±2% of 25 ms (0% lower, 2.35618% higher)
-11:38:53 PM.560: obs_graphics_thread(16.6667 ms): min=2.994 ms, median=16.667 ms, max=679.245 ms, 99.3875% within ±2% of 16.667 ms (0.321913% lower, 0.290558% higher)
-11:38:53 PM.560: =================================================
-11:38:53 PM.579: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-08-23 18-07-02.txt b/.config/obs-studio/logs/2020-08-23 18-07-02.txt
deleted file mode 100644 (file)
index c5b4178..0000000
+++ /dev/null
@@ -1,234 +0,0 @@
-06:07:02 PM.905: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-06:07:02 PM.905: CPU Speed: 3950.109MHz
-06:07:02 PM.905: Physical Cores: 6, Logical Cores: 12
-06:07:02 PM.905: Physical Memory: 15999MB Total, 11540MB Free
-06:07:02 PM.905: Kernel Version: Linux 5.8.1-arch1-1
-06:07:02 PM.905: Distribution: "Arch Linux" Unknown
-06:07:02 PM.906: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.8
-06:07:02 PM.907: Portable mode: false
-06:07:02 PM.979: OBS 25.0.8-2 (linux)
-06:07:02 PM.979: ---------------------------------
-06:07:02 PM.980: ---------------------------------
-06:07:02 PM.980: audio settings reset:
-06:07:02 PM.980:       samples per sec: 44100
-06:07:02 PM.980:       speakers:        2
-06:07:02 PM.987: ---------------------------------
-06:07:02 PM.987: Initializing OpenGL...
-06:07:03 PM.061: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-06:07:03 PM.062: OpenGL loaded successfully, version 3.3.0 NVIDIA 450.57, shading language 3.30 NVIDIA via Cg compiler
-06:07:03 PM.086: ---------------------------------
-06:07:03 PM.086: video settings reset:
-06:07:03 PM.086:       base resolution:   3440x1440
-06:07:03 PM.086:       output resolution: 2224x930
-06:07:03 PM.086:       downscale filter:  Bicubic
-06:07:03 PM.086:       fps:               60/1
-06:07:03 PM.086:       format:            NV12
-06:07:03 PM.086:       YUV mode:          601/Partial
-06:07:03 PM.087: NV12 texture support not available
-06:07:03 PM.087: Audio monitoring device:
-06:07:03 PM.087:       name: Default
-06:07:03 PM.087:       id: default
-06:07:03 PM.087: ---------------------------------
-06:07:03 PM.091: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-06:07:03 PM.200: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-06:07:03 PM.200: No blackmagic support
-06:07:03 PM.231: NVENC supported
-06:07:03 PM.231: FFMPEG VAAPI supported
-06:07:03 PM.232: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-06:07:03 PM.232: 
-06:07:03 PM.232: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-06:07:03 PM.258: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-06:07:03 PM.258: 
-06:07:03 PM.258: Couldn't find VLC installation, VLC video source disabled
-06:07:03 PM.258: ---------------------------------
-06:07:03 PM.258:   Loaded Modules:
-06:07:03 PM.258:     vlc-video.so
-06:07:03 PM.258:     text-freetype2.so
-06:07:03 PM.258:     rtmp-services.so
-06:07:03 PM.258:     obs-x264.so
-06:07:03 PM.258:     obs-transitions.so
-06:07:03 PM.258:     obs-outputs.so
-06:07:03 PM.258:     obs-filters.so
-06:07:03 PM.258:     obs-ffmpeg.so
-06:07:03 PM.258:     linux-v4l2.so
-06:07:03 PM.258:     linux-pulseaudio.so
-06:07:03 PM.258:     linux-jack.so
-06:07:03 PM.258:     linux-decklink.so
-06:07:03 PM.258:     linux-capture.so
-06:07:03 PM.258:     linux-alsa.so
-06:07:03 PM.258:     image-source.so
-06:07:03 PM.258:     frontend-tools.so
-06:07:03 PM.258:     decklink-ouput-ui.so
-06:07:03 PM.258: ---------------------------------
-06:07:03 PM.259: ==== Startup complete ===============================================
-06:07:03 PM.259: Service '' not found
-06:07:03 PM.368: All scene data cleared
-06:07:03 PM.368: ------------------------------------------------
-06:07:03 PM.371: pulse-input: Server name: 'pulseaudio 13.0'
-06:07:03 PM.371: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-06:07:03 PM.371: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-06:07:03 PM.371: [Loaded global audio device]: 'Desktop Audio'
-06:07:03 PM.375: pulse-input: Server name: 'pulseaudio 13.0'
-06:07:03 PM.376: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-06:07:03 PM.376: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-06:07:03 PM.376: [Loaded global audio device]: 'Mic/Aux'
-06:07:03 PM.428: v4l2-input: Start capture from /dev/video0
-06:07:03 PM.545: v4l2-input: Input: 0
-06:07:03 PM.551: v4l2-input: Resolution: 1280x720
-06:07:03 PM.551: v4l2-input: Pixelformat: VYUY
-06:07:03 PM.551: v4l2-input: Linesize: 2560 Bytes
-06:07:03 PM.551: v4l2-input: Framerate: 10.00 fps
-06:07:03 PM.556: xshm-input: Geometry 3440x1440 @ 0,0
-06:07:03 PM.557: Switched to scene 'Scene'
-06:07:03 PM.557: ------------------------------------------------
-06:07:03 PM.557: Loaded scenes:
-06:07:03 PM.557: - scene 'Scene':
-06:07:03 PM.559:     - source: 'curved' (xshm_input)
-06:07:03 PM.559: - scene 'just console':
-06:07:03 PM.559:     - source: 'consola]' (xcomposite_input)
-06:07:03 PM.559:     - source: 'cam' (v4l2_input)
-06:07:03 PM.559:     - source: 'texto' (text_ft2_source_v2)
-06:07:03 PM.559: ------------------------------------------------
-06:07:03 PM.876: Switched to Preview/Program mode
-06:07:03 PM.876: ------------------------------------------------
-06:08:13 PM.207: User switched to scene 'just console'
-06:08:13 PM.219: A sprite cannot be drawn without a width/height
-06:08:17 PM.241: xcompcap: [window-capture: 'consola]'] update settings:
-06:08:17 PM.241:       title: josuer08@3600:~
-06:08:17 PM.241:       class: Alacritty
-06:08:17 PM.241:       Bit depth: 32
-06:08:17 PM.241:       Found proper GLXFBConfig (in 9): yes
-06:08:17 PM.241: 
-06:08:28 PM.191: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-06:08:28 PM.204: xcompcap: [window-capture: 'consola]'] update settings:
-06:08:28 PM.204:       title: josuer08@3600:~
-06:08:28 PM.204:       class: Alacritty
-06:08:28 PM.204:       Bit depth: 32
-06:08:28 PM.204:       Found proper GLXFBConfig (in 9): yes
-06:08:28 PM.204: 
-06:08:36 PM.074: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-06:08:36 PM.089: xcompcap: [window-capture: 'consola]'] update settings:
-06:08:36 PM.089:       title: Desktop — Plasma
-06:08:36 PM.089:       class: plasmashell
-06:08:36 PM.089:       Bit depth: 32
-06:08:36 PM.089:       Found proper GLXFBConfig (in 9): yes
-06:08:36 PM.089: 
-06:08:42 PM.629: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-06:08:42 PM.632: xcompcap: [window-capture: 'consola]'] update settings:
-06:08:42 PM.632:       title: josuer08@3600:~
-06:08:42 PM.632:       class: Alacritty
-06:08:42 PM.632:       Bit depth: 32
-06:08:42 PM.632:       Found proper GLXFBConfig (in 9): yes
-06:08:42 PM.632: 
-06:09:28 PM.180: User added source 'pruebatext' (text_ft2_source_v2) to scene 'just console'
-06:09:36 PM.820: FT2-text: Failed to open  for reading
-06:09:51 PM.899: User Removed source 'pruebatext' (text_ft2_source_v2) from scene 'just console'
-06:09:57 PM.268: User switched to scene 'Scene'
-06:10:04 PM.301: User switched to scene 'just console'
-06:10:11 PM.886: User switched to scene 'Scene'
-06:13:38 PM.987: v4l2-input: Device /dev/video0 disconnected
-06:13:39 PM.704: adding 46 milliseconds of audio buffering, total audio buffering is now 46 milliseconds (source: Desktop Audio)
-06:13:39 PM.704: 
-06:13:39 PM.910: v4l2-input: Stopped capture after 3953 frames
-06:13:39 PM.910: v4l2-helpers: unable to stop stream
-06:17:14 PM.395: User switched to scene 'just console'
-06:17:14 PM.406: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-06:17:14 PM.421: xcompcap: [window-capture: 'consola]'] update settings:
-06:17:14 PM.421:       title: josuer08@3600:~
-06:17:14 PM.421:       class: Alacritty
-06:17:14 PM.421:       Bit depth: 32
-06:17:14 PM.421:       Found proper GLXFBConfig (in 9): yes
-06:17:14 PM.421: 
-06:17:16 PM.173: User switched to scene 'Scene'
-06:29:22 PM.691: ==== Shutting down ==================================================
-06:29:22 PM.692: Switched to scene '(null)'
-06:29:22 PM.693: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-06:29:22 PM.734: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-06:29:22 PM.734: pulse-input: Got 210080 packets with 64193699 frames
-06:29:22 PM.735: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-06:29:22 PM.735: pulse-input: Got 147658 packets with 59066211 frames
-06:29:22 PM.735: All scene data cleared
-06:29:22 PM.735: ------------------------------------------------
-06:29:22 PM.788: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029545
-06:29:22 PM.788: Failed to make context current.
-06:29:22 PM.788: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029547
-06:29:22 PM.788: Failed to make context current.
-06:29:22 PM.788: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029549
-06:29:22 PM.788: Failed to make context current.
-06:29:22 PM.788: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029551
-06:29:22 PM.788: Failed to make context current.
-06:29:22 PM.789: Failed to fetch parent window geometry!
-06:29:22 PM.789: Failed to fetch parent window geometry!
-06:29:22 PM.789: Failed to fetch parent window geometry!
-06:29:22 PM.789: Failed to fetch parent window geometry!
-06:29:22 PM.789: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 2029556
-06:29:22 PM.789: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 2029557
-06:29:22 PM.789: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029559
-06:29:22 PM.789: Failed to make context current.
-06:29:22 PM.789: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029561
-06:29:22 PM.789: Failed to make context current.
-06:29:22 PM.789: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029563
-06:29:22 PM.789: Failed to make context current.
-06:29:22 PM.789: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029565
-06:29:22 PM.789: Failed to make context current.
-06:29:22 PM.789: Failed to fetch parent window geometry!
-06:29:22 PM.790: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 2029567
-06:29:22 PM.790: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 2029568
-06:29:22 PM.790: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029570
-06:29:22 PM.790: Failed to make context current.
-06:29:22 PM.790: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2029572
-06:29:22 PM.790: Failed to make context current.
-06:29:22 PM.849: Freeing OBS context data
-06:29:22 PM.860: [Scripting] Total detached callbacks: 0
-06:29:22 PM.869: == Profiler Results =============================
-06:29:22 PM.869: run_program_init: 1112.93 ms
-06:29:22 PM.869:  ┣OBSApp::AppInit: 41.336 ms
-06:29:22 PM.869:  ┃ ┗OBSApp::InitLocale: 1.524 ms
-06:29:22 PM.869:  ┗OBSApp::OBSInit: 991.059 ms
-06:29:22 PM.869:    ┣obs_startup: 21.383 ms
-06:29:22 PM.869:    ┗OBSBasic::OBSInit: 896.501 ms
-06:29:22 PM.869:      ┣OBSBasic::InitBasicConfig: 0.058 ms
-06:29:22 PM.869:      ┣OBSBasic::ResetAudio: 0.076 ms
-06:29:22 PM.869:      ┣OBSBasic::ResetVideo: 106.773 ms
-06:29:22 PM.869:      ┣OBSBasic::InitOBSCallbacks: 0.003 ms
-06:29:22 PM.869:      ┣OBSBasic::InitHotkeys: 0.036 ms
-06:29:22 PM.869:      ┣obs_load_all_modules: 171.303 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.563 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(frontend-tools.so): 93.233 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(image-source.so): 0.006 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(linux-capture.so): 0.257 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(linux-decklink.so): 0.36 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(linux-jack.so): 0.002 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(linux-v4l2.so): 0.002 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(obs-ffmpeg.so): 5.966 ms
-06:29:22 PM.869:      ┃ ┃ ┗nvenc_check: 5.878 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(obs-filters.so): 0.013 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(obs-outputs.so): 0.002 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(obs-transitions.so): 0.006 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(obs-x264.so): 0.002 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(rtmp-services.so): 15.055 ms
-06:29:22 PM.869:      ┃ ┣obs_init_module(text-freetype2.so): 0.01 ms
-06:29:22 PM.869:      ┃ ┗obs_init_module(vlc-video.so): 0.109 ms
-06:29:22 PM.869:      ┣OBSBasic::ResetOutputs: 0.299 ms
-06:29:22 PM.869:      ┣OBSBasic::CreateHotkeys: 0.026 ms
-06:29:22 PM.869:      ┣OBSBasic::InitService: 1.764 ms
-06:29:22 PM.869:      ┣OBSBasic::InitPrimitives: 0.192 ms
-06:29:22 PM.869:      ┗OBSBasic::Load: 299.865 ms
-06:29:22 PM.869: obs_hotkey_thread(25 ms): min=0.029 ms, median=0.051 ms, max=92.722 ms, 99th percentile=2.528 ms, 99.902% below 25 ms
-06:29:22 PM.869: audio_thread(Audio): min=0 ms, median=0.04 ms, max=18.284 ms, 99th percentile=0.104 ms
-06:29:22 PM.869: obs_graphics_thread(16.6667 ms): min=0.18 ms, median=5.867 ms, max=172.236 ms, 99th percentile=9.9 ms, 99.6992% below 16.667 ms
-06:29:22 PM.869:  ┣tick_sources: min=0 ms, median=3.883 ms, max=143.275 ms, 99th percentile=5.762 ms
-06:29:22 PM.869:  ┣output_frame: min=0.034 ms, median=0.158 ms, max=65.473 ms, 99th percentile=0.286 ms
-06:29:22 PM.869:  ┃ ┗gs_context(video->graphics): min=0.034 ms, median=0.158 ms, max=65.473 ms, 99th percentile=0.286 ms
-06:29:22 PM.869:  ┃   ┣render_video: min=0.002 ms, median=0.108 ms, max=5.09 ms, 99th percentile=0.174 ms
-06:29:22 PM.869:  ┃   ┃ ┗render_main_texture: min=0.001 ms, median=0.1 ms, max=5.057 ms, 99th percentile=0.161 ms
-06:29:22 PM.869:  ┃   ┗gs_flush: min=0 ms, median=0.005 ms, max=16.544 ms, 99th percentile=0.034 ms
-06:29:22 PM.869:  ┗render_displays: min=0.026 ms, median=1.74 ms, max=135.186 ms, 99th percentile=2.52 ms
-06:29:22 PM.869: =================================================
-06:29:22 PM.869: == Profiler Time Between Calls ==================
-06:29:22 PM.869: obs_hotkey_thread(25 ms): min=25.047 ms, median=25.112 ms, max=117.795 ms, 96.8991% within ±2% of 25 ms (0% lower, 3.10091% higher)
-06:29:22 PM.869: obs_graphics_thread(16.6667 ms): min=2.767 ms, median=16.667 ms, max=172.241 ms, 99.3684% within ±2% of 16.667 ms (0.32951% lower, 0.302051% higher)
-06:29:22 PM.869: =================================================
-06:29:22 PM.885: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-09-14 16-07-48.txt b/.config/obs-studio/logs/2020-09-14 16-07-48.txt
deleted file mode 100644 (file)
index c4fa02f..0000000
+++ /dev/null
@@ -1,248 +0,0 @@
-04:07:48 PM.671: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-04:07:48 PM.671: CPU Speed: 3949.907MHz
-04:07:48 PM.671: Physical Cores: 6, Logical Cores: 12
-04:07:48 PM.671: Physical Memory: 15999MB Total, 10521MB Free
-04:07:48 PM.671: Kernel Version: Linux 5.8.5-arch1-1
-04:07:48 PM.671: Distribution: "Arch Linux" Unknown
-04:07:48 PM.671: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.9
-04:07:48 PM.672: Portable mode: false
-04:07:48 PM.721: OBS 25.0.8-2 (linux)
-04:07:48 PM.721: ---------------------------------
-04:07:48 PM.722: ---------------------------------
-04:07:48 PM.722: audio settings reset:
-04:07:48 PM.722:       samples per sec: 44100
-04:07:48 PM.722:       speakers:        2
-04:07:48 PM.727: ---------------------------------
-04:07:48 PM.727: Initializing OpenGL...
-04:07:48 PM.760: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-04:07:48 PM.760: OpenGL loaded successfully, version 3.3.0 NVIDIA 450.66, shading language 3.30 NVIDIA via Cg compiler
-04:07:48 PM.809: ---------------------------------
-04:07:48 PM.809: video settings reset:
-04:07:48 PM.809:       base resolution:   3440x1440
-04:07:48 PM.809:       output resolution: 2224x930
-04:07:48 PM.809:       downscale filter:  Bicubic
-04:07:48 PM.809:       fps:               60/1
-04:07:48 PM.809:       format:            NV12
-04:07:48 PM.809:       YUV mode:          601/Partial
-04:07:48 PM.809: NV12 texture support not available
-04:07:48 PM.809: Audio monitoring device:
-04:07:48 PM.809:       name: Default
-04:07:48 PM.809:       id: default
-04:07:48 PM.810: ---------------------------------
-04:07:48 PM.812: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-04:07:48 PM.894: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-04:07:48 PM.894: No blackmagic support
-04:07:48 PM.916: NVENC supported
-04:07:48 PM.916: FFMPEG VAAPI supported
-04:07:48 PM.917: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-04:07:48 PM.917: 
-04:07:48 PM.917: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-04:07:48 PM.927: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-04:07:48 PM.927: 
-04:07:48 PM.927: Couldn't find VLC installation, VLC video source disabled
-04:07:48 PM.927: ---------------------------------
-04:07:48 PM.927:   Loaded Modules:
-04:07:48 PM.927:     vlc-video.so
-04:07:48 PM.927:     text-freetype2.so
-04:07:48 PM.927:     rtmp-services.so
-04:07:48 PM.927:     obs-x264.so
-04:07:48 PM.927:     obs-transitions.so
-04:07:48 PM.927:     obs-outputs.so
-04:07:48 PM.927:     obs-filters.so
-04:07:48 PM.927:     obs-ffmpeg.so
-04:07:48 PM.927:     linux-v4l2.so
-04:07:48 PM.927:     linux-pulseaudio.so
-04:07:48 PM.927:     linux-jack.so
-04:07:48 PM.927:     linux-decklink.so
-04:07:48 PM.927:     linux-capture.so
-04:07:48 PM.927:     linux-alsa.so
-04:07:48 PM.927:     image-source.so
-04:07:48 PM.927:     frontend-tools.so
-04:07:48 PM.927:     decklink-ouput-ui.so
-04:07:48 PM.927: ---------------------------------
-04:07:48 PM.927: ==== Startup complete ===============================================
-04:07:48 PM.928: Service '' not found
-04:07:48 PM.930: All scene data cleared
-04:07:48 PM.930: ------------------------------------------------
-04:07:48 PM.932: pulse-input: Server name: 'pulseaudio 13.0'
-04:07:48 PM.932: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-04:07:48 PM.932: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-04:07:48 PM.932: [Loaded global audio device]: 'Desktop Audio'
-04:07:48 PM.936: pulse-input: Server name: 'pulseaudio 13.0'
-04:07:48 PM.936: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-04:07:48 PM.936: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-04:07:48 PM.936: [Loaded global audio device]: 'Mic/Aux'
-04:07:48 PM.936: xshm-input: Geometry 3440x1440 @ 0,1212
-04:07:48 PM.946: xcompcap: [window-capture: 'consola]'] update settings:
-04:07:48 PM.946:       title: josuer08@3600:~
-04:07:48 PM.946:       class: Alacritty
-04:07:48 PM.946:       Bit depth: 32
-04:07:48 PM.946:       Found proper GLXFBConfig (in 9): yes
-04:07:48 PM.946: 
-04:07:48 PM.946: v4l2-input: Start capture from /dev/video0
-04:07:48 PM.946: v4l2-input: Unable to open device
-04:07:48 PM.946: v4l2-input: Initialization failed
-04:07:48 PM.961: Switched to scene 'Scene'
-04:07:48 PM.961: ------------------------------------------------
-04:07:48 PM.961: Loaded scenes:
-04:07:48 PM.961: - scene 'Scene':
-04:07:48 PM.961:     - source: 'curved' (xshm_input)
-04:07:48 PM.961: - scene 'just console':
-04:07:48 PM.961:     - source: 'consola]' (xcomposite_input)
-04:07:48 PM.961:     - source: 'cam' (v4l2_input)
-04:07:48 PM.961:     - source: 'texto' (text_ft2_source_v2)
-04:07:48 PM.961: ------------------------------------------------
-04:07:49 PM.126: Switched to Preview/Program mode
-04:07:49 PM.126: ------------------------------------------------
-04:07:49 PM.479: adding 46 milliseconds of audio buffering, total audio buffering is now 46 milliseconds (source: Mic/Aux)
-04:07:49 PM.479: 
-04:09:00 PM.298: v4l2-input: Start capture from 
-04:09:00 PM.298: v4l2-input: Unable to open device
-04:09:00 PM.298: v4l2-input: Initialization failed
-04:09:00 PM.300: User added source 'Video Capture Device (V4L2)' (v4l2_input) to scene 'Scene'
-04:09:00 PM.315: v4l2-input: Start capture from 
-04:09:00 PM.315: v4l2-input: Unable to open device
-04:09:00 PM.315: v4l2-input: Initialization failed
-04:09:05 PM.161: v4l2-input: Start capture from 
-04:09:05 PM.161: v4l2-input: Unable to open device
-04:09:05 PM.161: v4l2-input: Initialization failed
-04:09:15 PM.349: User Removed source 'Video Capture Device (V4L2)' (v4l2_input) from scene 'Scene'
-04:10:28 PM.070: v4l2-input: Device /dev/video0 reconnected
-04:10:28 PM.070: v4l2-input: Start capture from /dev/video0
-04:10:28 PM.083: v4l2-input: Input: 0
-04:10:28 PM.134: v4l2-input: Resolution: 1280x720
-04:10:28 PM.134: v4l2-input: Pixelformat: VYUY
-04:10:28 PM.134: v4l2-input: Linesize: 2560 Bytes
-04:10:28 PM.134: v4l2-input: Framerate: 10.00 fps
-04:10:28 PM.142: v4l2-helpers: unable to start stream
-04:10:28 PM.158: adding 23 milliseconds of audio buffering, total audio buffering is now 69 milliseconds (source: Desktop Audio)
-04:10:28 PM.158: 
-04:10:29 PM.055: v4l2-input: Device /dev/video0 disconnected
-04:10:30 PM.089: v4l2-input: Device /dev/video0 reconnected
-04:10:30 PM.089: v4l2-input: Start capture from /dev/video0
-04:10:30 PM.089: v4l2-input: Unable to open device
-04:10:30 PM.089: v4l2-input: Initialization failed
-04:10:31 PM.266: v4l2-input: Device /dev/video0 disconnected
-04:10:31 PM.288: v4l2-input: Device /dev/video0 reconnected
-04:10:31 PM.288: v4l2-input: Start capture from /dev/video0
-04:10:31 PM.291: v4l2-input: Input: 0
-04:10:31 PM.296: v4l2-input: Resolution: 1280x720
-04:10:31 PM.296: v4l2-input: Pixelformat: VYUY
-04:10:31 PM.296: v4l2-input: Linesize: 2560 Bytes
-04:10:31 PM.298: v4l2-input: Framerate: 10.00 fps
-04:10:31 PM.568: v4l2-input: Device /dev/video0 disconnected
-04:10:31 PM.581: v4l2-helpers: unable to start stream
-04:11:02 PM.093: v4l2-input: Device /dev/video0 reconnected
-04:11:02 PM.093: v4l2-input: Start capture from /dev/video0
-04:11:02 PM.096: v4l2-input: Input: 0
-04:11:02 PM.102: v4l2-input: Resolution: 1280x720
-04:11:02 PM.102: v4l2-input: Pixelformat: VYUY
-04:11:02 PM.102: v4l2-input: Linesize: 2560 Bytes
-04:11:02 PM.104: v4l2-input: Framerate: 10.00 fps
-04:11:44 PM.669: User switched to scene 'just console'
-04:11:44 PM.681: A sprite cannot be drawn without a width/height
-04:11:44 PM.691: A sprite cannot be drawn without a width/height
-04:11:57 PM.081: User switched to scene 'Scene'
-04:12:10 PM.068: User added source 'cam' (v4l2_input) to scene 'Scene'
-04:13:13 PM.099: User switched to scene 'just console'
-04:13:34 PM.242: v4l2-input: Device /dev/video0 disconnected
-04:13:35 PM.147: v4l2-input: Stopped capture after 1519 frames
-04:13:35 PM.147: v4l2-helpers: unable to stop stream
-04:13:35 PM.228: v4l2-input: Device /dev/video0 reconnected
-04:13:35 PM.228: v4l2-input: Start capture from /dev/video0
-04:13:35 PM.232: v4l2-input: Input: 0
-04:13:35 PM.237: v4l2-input: Resolution: 1280x720
-04:13:35 PM.237: v4l2-input: Pixelformat: VYUY
-04:13:35 PM.237: v4l2-input: Linesize: 2560 Bytes
-04:13:35 PM.240: v4l2-input: Framerate: 10.00 fps
-04:13:40 PM.231: v4l2-input: Device /dev/video0 disconnected
-04:13:41 PM.142: v4l2-input: Stopped capture after 48 frames
-04:13:41 PM.142: v4l2-helpers: unable to stop stream
-04:13:41 PM.821: v4l2-input: Device /dev/video0 reconnected
-04:13:41 PM.821: v4l2-input: Start capture from /dev/video0
-04:13:41 PM.825: v4l2-input: Input: 0
-04:13:41 PM.835: v4l2-input: Resolution: 1280x720
-04:13:41 PM.835: v4l2-input: Pixelformat: VYUY
-04:13:41 PM.835: v4l2-input: Linesize: 2560 Bytes
-04:13:41 PM.838: v4l2-input: Framerate: 10.00 fps
-04:13:52 PM.607: ==== Shutting down ==================================================
-04:13:52 PM.608: Switched to scene '(null)'
-04:13:52 PM.614: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-04:13:52 PM.644: v4l2-input: Stopped capture after 107 frames
-04:13:52 PM.849: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-04:13:52 PM.849: pulse-input: Got 71970 packets with 17371567 frames
-04:13:52 PM.849: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-04:13:52 PM.849: pulse-input: Got 36915 packets with 16048481 frames
-04:13:52 PM.850: All scene data cleared
-04:13:52 PM.850: ------------------------------------------------
-04:13:52 PM.858: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 548000
-04:13:52 PM.858: Failed to make context current.
-04:13:52 PM.858: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 548002
-04:13:52 PM.858: Failed to make context current.
-04:13:52 PM.859: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 548004
-04:13:52 PM.859: Failed to make context current.
-04:13:52 PM.860: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 548006
-04:13:52 PM.860: Failed to make context current.
-04:13:52 PM.860: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 548008
-04:13:52 PM.860: Failed to make context current.
-04:13:52 PM.860: Failed to fetch parent window geometry!
-04:13:52 PM.860: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 548010
-04:13:52 PM.860: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 548011
-04:13:52 PM.860: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 548013
-04:13:52 PM.860: Failed to make context current.
-04:13:52 PM.860: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 548015
-04:13:52 PM.860: Failed to make context current.
-04:13:52 PM.910: Freeing OBS context data
-04:13:52 PM.947: [Scripting] Total detached callbacks: 0
-04:13:52 PM.951: == Profiler Results =============================
-04:13:52 PM.951: run_program_init: 536.698 ms
-04:13:52 PM.951:  ┣OBSApp::AppInit: 12.878 ms
-04:13:52 PM.951:  ┃ ┗OBSApp::InitLocale: 1.407 ms
-04:13:52 PM.951:  ┗OBSApp::OBSInit: 472.682 ms
-04:13:52 PM.951:    ┣obs_startup: 17.962 ms
-04:13:52 PM.951:    ┗OBSBasic::OBSInit: 405.13 ms
-04:13:52 PM.951:      ┣OBSBasic::InitBasicConfig: 0.052 ms
-04:13:52 PM.951:      ┣OBSBasic::ResetAudio: 0.075 ms
-04:13:52 PM.951:      ┣OBSBasic::ResetVideo: 87.68 ms
-04:13:52 PM.951:      ┣OBSBasic::InitOBSCallbacks: 0.003 ms
-04:13:52 PM.951:      ┣OBSBasic::InitHotkeys: 0.033 ms
-04:13:52 PM.951:      ┣obs_load_all_modules: 117.692 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.385 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(frontend-tools.so): 69.665 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(linux-capture.so): 0.138 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(linux-decklink.so): 0.071 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(obs-ffmpeg.so): 3.056 ms
-04:13:52 PM.951:      ┃ ┃ ┗nvenc_check: 3.026 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(obs-filters.so): 0.009 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(obs-transitions.so): 0.003 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(rtmp-services.so): 1.153 ms
-04:13:52 PM.951:      ┃ ┣obs_init_module(text-freetype2.so): 0.007 ms
-04:13:52 PM.951:      ┃ ┗obs_init_module(vlc-video.so): 0.065 ms
-04:13:52 PM.951:      ┣OBSBasic::ResetOutputs: 0.255 ms
-04:13:52 PM.951:      ┣OBSBasic::CreateHotkeys: 0.02 ms
-04:13:52 PM.951:      ┣OBSBasic::InitService: 1.332 ms
-04:13:52 PM.951:      ┣OBSBasic::InitPrimitives: 0.099 ms
-04:13:52 PM.951:      ┗OBSBasic::Load: 33.527 ms
-04:13:52 PM.951: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.051 ms, max=59.986 ms, 99th percentile=3.27 ms, 99.7635% below 25 ms
-04:13:52 PM.951: audio_thread(Audio): min=0 ms, median=0.041 ms, max=19.481 ms, 99th percentile=0.101 ms
-04:13:52 PM.951: obs_graphics_thread(16.6667 ms): min=0.14 ms, median=5.709 ms, max=247.394 ms, 99th percentile=7.711 ms, 99.4659% below 16.667 ms
-04:13:52 PM.951:  ┣tick_sources: min=0 ms, median=3.713 ms, max=81.65 ms, 99th percentile=5.265 ms
-04:13:52 PM.951:  ┣output_frame: min=0.051 ms, median=0.157 ms, max=66.919 ms, 99th percentile=0.3 ms
-04:13:52 PM.951:  ┃ ┗gs_context(video->graphics): min=0.051 ms, median=0.157 ms, max=66.918 ms, 99th percentile=0.3 ms
-04:13:52 PM.951:  ┃   ┣render_video: min=0.005 ms, median=0.106 ms, max=17.209 ms, 99th percentile=0.236 ms
-04:13:52 PM.951:  ┃   ┃ ┗render_main_texture: min=0.003 ms, median=0.098 ms, max=17.184 ms, 99th percentile=0.23 ms
-04:13:52 PM.951:  ┃   ┗gs_flush: min=0 ms, median=0.005 ms, max=49.547 ms, 99th percentile=0.029 ms
-04:13:52 PM.951:  ┗render_displays: min=0.026 ms, median=1.747 ms, max=239.741 ms, 99th percentile=2.863 ms
-04:13:52 PM.951: =================================================
-04:13:52 PM.951: == Profiler Time Between Calls ==================
-04:13:52 PM.951: obs_hotkey_thread(25 ms): min=25.051 ms, median=25.11 ms, max=85.047 ms, 97.0232% within ±2% of 25 ms (0% lower, 2.97677% higher)
-04:13:52 PM.951: obs_graphics_thread(16.6667 ms): min=1.013 ms, median=16.667 ms, max=247.397 ms, 99.0653% within ±2% of 16.667 ms (0.419007% lower, 0.515701% higher)
-04:13:52 PM.951: =================================================
-04:13:52 PM.961: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-06 23-27-28.txt b/.config/obs-studio/logs/2020-12-06 23-27-28.txt
deleted file mode 100644 (file)
index 9da9680..0000000
+++ /dev/null
@@ -1,174 +0,0 @@
-11:27:28 PM.533: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-11:27:28 PM.533: CPU Speed: 3949.907MHz
-11:27:28 PM.533: Physical Cores: 6, Logical Cores: 12
-11:27:28 PM.533: Physical Memory: 15999MB Total, 14973MB Free
-11:27:28 PM.533: Kernel Version: Linux 5.9.11-arch2-1
-11:27:28 PM.533: Distribution: "Arch Linux" Unknown
-11:27:28 PM.533: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-11:27:28 PM.534: Portable mode: false
-11:27:28 PM.576: OBS 26.0.2-3 (linux)
-11:27:28 PM.576: ---------------------------------
-11:27:28 PM.576: ---------------------------------
-11:27:28 PM.576: audio settings reset:
-11:27:28 PM.576:       samples per sec: 48000
-11:27:28 PM.576:       speakers:        2
-11:27:28 PM.579: ---------------------------------
-11:27:28 PM.579: Initializing OpenGL...
-11:27:28 PM.656: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-11:27:28 PM.656: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-11:27:28 PM.678: ---------------------------------
-11:27:28 PM.679: video settings reset:
-11:27:28 PM.679:       base resolution:   1920x1080
-11:27:28 PM.679:       output resolution: 1920x1080
-11:27:28 PM.679:       downscale filter:  Lanczos
-11:27:28 PM.679:       fps:               60/1
-11:27:28 PM.679:       format:            NV12
-11:27:28 PM.679:       YUV mode:          709/Partial
-11:27:28 PM.679: NV12 texture support not available
-11:27:28 PM.713: Audio monitoring device:
-11:27:28 PM.713:       name: Default
-11:27:28 PM.713:       id: default
-11:27:28 PM.713: ---------------------------------
-11:27:28 PM.716: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-11:27:28 PM.842: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-11:27:28 PM.842: No blackmagic support
-11:27:28 PM.870: NVENC supported
-11:27:28 PM.870: FFMPEG VAAPI supported
-11:27:28 PM.872: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-11:27:28 PM.872: 
-11:27:28 PM.872: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-11:27:28 PM.936: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-11:27:28 PM.936: 
-11:27:28 PM.936: Couldn't find VLC installation, VLC video source disabled
-11:27:28 PM.936: ---------------------------------
-11:27:28 PM.936:   Loaded Modules:
-11:27:28 PM.936:     vlc-video.so
-11:27:28 PM.936:     text-freetype2.so
-11:27:28 PM.936:     rtmp-services.so
-11:27:28 PM.936:     obs-x264.so
-11:27:28 PM.936:     obs-transitions.so
-11:27:28 PM.936:     obs-outputs.so
-11:27:28 PM.936:     obs-filters.so
-11:27:28 PM.936:     obs-ffmpeg.so
-11:27:28 PM.936:     linux-v4l2.so
-11:27:28 PM.936:     linux-pulseaudio.so
-11:27:28 PM.936:     linux-jack.so
-11:27:28 PM.936:     linux-decklink.so
-11:27:28 PM.936:     linux-capture.so
-11:27:28 PM.936:     linux-alsa.so
-11:27:28 PM.936:     image-source.so
-11:27:28 PM.936:     frontend-tools.so
-11:27:28 PM.936:     decklink-ouput-ui.so
-11:27:28 PM.936: ---------------------------------
-11:27:28 PM.937: ==== Startup complete ===============================================
-11:27:28 PM.947: Switched to Preview/Program mode
-11:27:28 PM.947: ------------------------------------------------
-11:27:28 PM.949: All scene data cleared
-11:27:28 PM.949: ------------------------------------------------
-11:27:28 PM.955: pulse-input: Server name: 'pulseaudio 14.0'
-11:27:28 PM.955: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-11:27:28 PM.955: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:27:28 PM.955: [Loaded global audio device]: 'Desktop Audio'
-11:27:28 PM.959: pulse-input: Server name: 'pulseaudio 14.0'
-11:27:28 PM.959: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-11:27:28 PM.959: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-11:27:28 PM.959: [Loaded global audio device]: 'Mic/Aux'
-11:27:28 PM.960: xshm-input: Geometry 1920x1080 @ 3440,0
-11:27:28 PM.961: Switched to scene 'top'
-11:27:28 PM.961: ------------------------------------------------
-11:27:28 PM.961: Loaded scenes:
-11:27:28 PM.961: - scene 'top':
-11:27:28 PM.961:     - source: 'topscreen' (xshm_input)
-11:27:28 PM.961:     - source: 'cam' (xcomposite_input)
-11:27:28 PM.961: - scene 'onlycam':
-11:27:28 PM.961:     - source: 'cam' (xcomposite_input)
-11:27:28 PM.961: ------------------------------------------------
-11:27:29 PM.503: adding 42 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
-11:27:29 PM.503: 
-11:27:36 PM.037: ==== Shutting down ==================================================
-11:27:36 PM.040: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:27:36 PM.040: pulse-input: Got 1019 packets with 243742 frames
-11:27:36 PM.040: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-11:27:36 PM.040: pulse-input: Got 753 packets with 312066 frames
-11:27:36 PM.041: All scene data cleared
-11:27:36 PM.041: ------------------------------------------------
-11:27:36 PM.076: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10857
-11:27:36 PM.076: Failed to make context current.
-11:27:36 PM.076: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10859
-11:27:36 PM.076: Failed to make context current.
-11:27:36 PM.076: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10861
-11:27:36 PM.076: Failed to make context current.
-11:27:36 PM.076: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10863
-11:27:36 PM.076: Failed to make context current.
-11:27:36 PM.076: Failed to fetch parent window geometry!
-11:27:36 PM.077: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 10865
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 10866
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10868
-11:27:36 PM.077: Failed to make context current.
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10870
-11:27:36 PM.077: Failed to make context current.
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10872
-11:27:36 PM.077: Failed to make context current.
-11:27:36 PM.077: Failed to fetch parent window geometry!
-11:27:36 PM.077: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 10874
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 10875
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10877
-11:27:36 PM.077: Failed to make context current.
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10879
-11:27:36 PM.077: Failed to make context current.
-11:27:36 PM.077: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 10881
-11:27:36 PM.077: Failed to make context current.
-11:27:36 PM.121: [Scripting] Total detached callbacks: 0
-11:27:36 PM.123: Freeing OBS context data
-11:27:36 PM.128: == Profiler Results =============================
-11:27:36 PM.128: run_program_init: 548.597 ms
-11:27:36 PM.128:  ┣OBSApp::AppInit: 12.341 ms
-11:27:36 PM.128:  ┃ ┗OBSApp::InitLocale: 1.596 ms
-11:27:36 PM.128:  ┗OBSApp::OBSInit: 482.04 ms
-11:27:36 PM.128:    ┣obs_startup: 16.792 ms
-11:27:36 PM.128:    ┗OBSBasic::OBSInit: 423.104 ms
-11:27:36 PM.128:      ┣OBSBasic::InitBasicConfig: 0.067 ms
-11:27:36 PM.128:      ┣OBSBasic::ResetAudio: 0.071 ms
-11:27:36 PM.128:      ┣OBSBasic::ResetVideo: 136.764 ms
-11:27:36 PM.128:      ┣OBSBasic::InitOBSCallbacks: 0.003 ms
-11:27:36 PM.128:      ┣OBSBasic::InitHotkeys: 0.033 ms
-11:27:36 PM.128:      ┣obs_load_all_modules: 223.258 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.388 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(frontend-tools.so): 114.727 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(linux-capture.so): 0.147 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(linux-decklink.so): 0.07 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(obs-ffmpeg.so): 7.158 ms
-11:27:36 PM.128:      ┃ ┃ ┗nvenc_check: 7.122 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(obs-filters.so): 0.015 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(obs-transitions.so): 0.005 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(rtmp-services.so): 54.115 ms
-11:27:36 PM.128:      ┃ ┣obs_init_module(text-freetype2.so): 0.006 ms
-11:27:36 PM.128:      ┃ ┗obs_init_module(vlc-video.so): 0.054 ms
-11:27:36 PM.128:      ┣OBSBasic::ResetOutputs: 0.276 ms
-11:27:36 PM.128:      ┣OBSBasic::CreateHotkeys: 0.031 ms
-11:27:36 PM.128:      ┣OBSBasic::InitService: 9.838 ms
-11:27:36 PM.128:      ┣OBSBasic::InitPrimitives: 0.094 ms
-11:27:36 PM.128:      ┗OBSBasic::Load: 14.952 ms
-11:27:36 PM.128: obs_hotkey_thread(25 ms): min=0.029 ms, median=0.046 ms, max=27.031 ms, 99th percentile=7.509 ms, 99.6656% below 25 ms
-11:27:36 PM.128: audio_thread(Audio): min=0 ms, median=0.02 ms, max=0.056 ms, 99th percentile=0.034 ms
-11:27:36 PM.128: obs_graphics_thread(16.6667 ms): min=0.105 ms, median=2.028 ms, max=34.1 ms, 99th percentile=9.568 ms, 99.3243% below 16.667 ms
-11:27:36 PM.128:  ┣tick_sources: min=0 ms, median=1.184 ms, max=9.323 ms, 99th percentile=1.924 ms
-11:27:36 PM.128:  ┣output_frame: min=0.037 ms, median=0.066 ms, max=0.406 ms, 99th percentile=0.198 ms
-11:27:36 PM.128:  ┃ ┗gs_context(video->graphics): min=0.037 ms, median=0.066 ms, max=0.406 ms, 99th percentile=0.198 ms
-11:27:36 PM.128:  ┃   ┣render_video: min=0.002 ms, median=0.027 ms, max=0.253 ms, 99th percentile=0.061 ms
-11:27:36 PM.128:  ┃   ┃ ┗render_main_texture: min=0.001 ms, median=0.023 ms, max=0.243 ms, 99th percentile=0.052 ms
-11:27:36 PM.128:  ┃   ┗gs_flush: min=0 ms, median=0.004 ms, max=0.278 ms, 99th percentile=0.018 ms
-11:27:36 PM.128:  ┗render_displays: min=0.025 ms, median=0.735 ms, max=32.467 ms, 99th percentile=1.11 ms
-11:27:36 PM.128: =================================================
-11:27:36 PM.128: == Profiler Time Between Calls ==================
-11:27:36 PM.128: obs_hotkey_thread(25 ms): min=25.058 ms, median=25.105 ms, max=52.1 ms, 96.9799% within ±2% of 25 ms (0% lower, 3.02013% higher)
-11:27:36 PM.128: obs_graphics_thread(16.6667 ms): min=2.198 ms, median=16.667 ms, max=34.102 ms, 98.6456% within ±2% of 16.667 ms (0.677201% lower, 0.677201% higher)
-11:27:36 PM.128: =================================================
-11:27:36 PM.129: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-06 23-29-20.txt b/.config/obs-studio/logs/2020-12-06 23-29-20.txt
deleted file mode 100644 (file)
index f9d4c86..0000000
+++ /dev/null
@@ -1,363 +0,0 @@
-11:29:20 PM.716: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-11:29:20 PM.716: CPU Speed: 3949.777MHz
-11:29:20 PM.716: Physical Cores: 6, Logical Cores: 12
-11:29:20 PM.716: Physical Memory: 15999MB Total, 14882MB Free
-11:29:20 PM.716: Kernel Version: Linux 5.9.11-arch2-1
-11:29:20 PM.716: Distribution: "Arch Linux" Unknown
-11:29:20 PM.717: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-11:29:20 PM.717: Portable mode: false
-11:29:20 PM.745: OBS 26.0.2-3 (linux)
-11:29:20 PM.745: ---------------------------------
-11:29:20 PM.745: ---------------------------------
-11:29:20 PM.745: audio settings reset:
-11:29:20 PM.745:       samples per sec: 48000
-11:29:20 PM.745:       speakers:        2
-11:29:20 PM.746: ---------------------------------
-11:29:20 PM.746: Initializing OpenGL...
-11:29:20 PM.807: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-11:29:20 PM.807: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-11:29:20 PM.814: ---------------------------------
-11:29:20 PM.814: video settings reset:
-11:29:20 PM.814:       base resolution:   1920x1080
-11:29:20 PM.814:       output resolution: 1920x1080
-11:29:20 PM.814:       downscale filter:  Lanczos
-11:29:20 PM.814:       fps:               60/1
-11:29:20 PM.814:       format:            NV12
-11:29:20 PM.814:       YUV mode:          709/Partial
-11:29:20 PM.814: NV12 texture support not available
-11:29:20 PM.814: Audio monitoring device:
-11:29:20 PM.814:       name: Default
-11:29:20 PM.814:       id: default
-11:29:20 PM.814: ---------------------------------
-11:29:20 PM.816: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-11:29:20 PM.843: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-11:29:20 PM.843: No blackmagic support
-11:29:20 PM.847: NVENC supported
-11:29:20 PM.847: FFMPEG VAAPI supported
-11:29:20 PM.848: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
-11:29:20 PM.848: 
-11:29:20 PM.848: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
-11:29:20 PM.851: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-11:29:20 PM.851: 
-11:29:20 PM.851: Couldn't find VLC installation, VLC video source disabled
-11:29:20 PM.851: ---------------------------------
-11:29:20 PM.851:   Loaded Modules:
-11:29:20 PM.851:     vlc-video.so
-11:29:20 PM.851:     text-freetype2.so
-11:29:20 PM.851:     rtmp-services.so
-11:29:20 PM.851:     obs-x264.so
-11:29:20 PM.851:     obs-transitions.so
-11:29:20 PM.851:     obs-outputs.so
-11:29:20 PM.851:     obs-filters.so
-11:29:20 PM.851:     obs-ffmpeg.so
-11:29:20 PM.851:     linux-v4l2.so
-11:29:20 PM.851:     linux-pulseaudio.so
-11:29:20 PM.851:     linux-jack.so
-11:29:20 PM.851:     linux-decklink.so
-11:29:20 PM.851:     linux-capture.so
-11:29:20 PM.851:     linux-alsa.so
-11:29:20 PM.851:     image-source.so
-11:29:20 PM.851:     frontend-tools.so
-11:29:20 PM.851:     decklink-ouput-ui.so
-11:29:20 PM.851: ---------------------------------
-11:29:20 PM.851: ==== Startup complete ===============================================
-11:29:20 PM.853: Switched to Preview/Program mode
-11:29:20 PM.853: ------------------------------------------------
-11:29:20 PM.854: All scene data cleared
-11:29:20 PM.854: ------------------------------------------------
-11:29:20 PM.857: pulse-input: Server name: 'pulseaudio 14.0'
-11:29:20 PM.857: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-11:29:20 PM.857: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:29:20 PM.857: [Loaded global audio device]: 'Desktop Audio'
-11:29:20 PM.861: pulse-input: Server name: 'pulseaudio 14.0'
-11:29:20 PM.861: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-11:29:20 PM.861: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-11:29:20 PM.861: [Loaded global audio device]: 'Mic/Aux'
-11:29:20 PM.862: xshm-input: Geometry 1920x1080 @ 3440,0
-11:29:20 PM.863: Switched to scene 'top'
-11:29:20 PM.863: ------------------------------------------------
-11:29:20 PM.863: Loaded scenes:
-11:29:20 PM.863: - scene 'top':
-11:29:20 PM.863:     - source: 'topscreen' (xshm_input)
-11:29:20 PM.863:     - source: 'cam' (xcomposite_input)
-11:29:20 PM.863: - scene 'onlycam':
-11:29:20 PM.863:     - source: 'cam' (xcomposite_input)
-11:29:20 PM.863: ------------------------------------------------
-11:29:21 PM.398: adding 42 milliseconds of audio buffering, total audio buffering is now 42 milliseconds (source: Mic/Aux)
-11:29:21 PM.398: 
-11:30:28 PM.104: User added filter 'supresor' (noise_suppress_filter_v2) to source 'Mic/Aux'
-11:31:50 PM.910: ---------------------------------
-11:31:50 PM.911: [NVENC encoder: 'simple_h264_recording'] settings:
-11:31:50 PM.911:       rate_control: CQP
-11:31:50 PM.911:       bitrate:      0
-11:31:50 PM.911:       cqp:          16
-11:31:50 PM.911:       keyint:       250
-11:31:50 PM.911:       preset:       hq
-11:31:50 PM.911:       profile:      high
-11:31:50 PM.911:       width:        1920
-11:31:50 PM.911:       height:       1080
-11:31:50 PM.911:       2-pass:       false
-11:31:50 PM.911:       b-frames:     2
-11:31:50 PM.911:       GPU:          0
-11:31:50 PM.911: 
-11:31:51 PM.098: ---------------------------------
-11:31:51 PM.098: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:31:51 PM.098: 
-11:31:51 PM.104: ==== Recording Start ===============================================
-11:31:51 PM.104: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-06 23-31-50.mkv'...
-11:32:07 PM.657: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-06 23-31-50.mkv' stopped
-11:32:07 PM.657: Output 'simple_file_output': stopping
-11:32:07 PM.657: Output 'simple_file_output': Total frames output: 981
-11:32:07 PM.657: Output 'simple_file_output': Total drawn frames: 993
-11:32:07 PM.657: ==== Recording Stop ================================================
-11:34:05 PM.967: User added filter 'gate' (noise_gate_filter) to source 'Mic/Aux'
-11:36:02 PM.466: ---------------------------------
-11:36:02 PM.466: [NVENC encoder: 'simple_h264_recording'] settings:
-11:36:02 PM.466:       rate_control: CQP
-11:36:02 PM.466:       bitrate:      0
-11:36:02 PM.466:       cqp:          16
-11:36:02 PM.466:       keyint:       250
-11:36:02 PM.466:       preset:       hq
-11:36:02 PM.466:       profile:      high
-11:36:02 PM.466:       width:        1920
-11:36:02 PM.466:       height:       1080
-11:36:02 PM.466:       2-pass:       false
-11:36:02 PM.466:       b-frames:     2
-11:36:02 PM.466:       GPU:          0
-11:36:02 PM.466: 
-11:36:02 PM.550: ---------------------------------
-11:36:02 PM.550: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:36:02 PM.550: 
-11:36:02 PM.552: ==== Recording Start ===============================================
-11:36:02 PM.552: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-06 23-36-02.mkv'...
-11:36:38 PM.904: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-06 23-36-02.mkv' stopped
-11:36:38 PM.904: Output 'simple_file_output': stopping
-11:36:38 PM.904: Output 'simple_file_output': Total frames output: 2169
-11:36:38 PM.904: Output 'simple_file_output': Total drawn frames: 2181
-11:36:38 PM.905: ==== Recording Stop ================================================
-11:38:15 PM.210: User added filter 'ampli' (gain_filter) to source 'Mic/Aux'
-11:38:40 PM.385: ---------------------------------
-11:38:40 PM.385: [NVENC encoder: 'simple_h264_recording'] settings:
-11:38:40 PM.385:       rate_control: CQP
-11:38:40 PM.385:       bitrate:      0
-11:38:40 PM.385:       cqp:          16
-11:38:40 PM.385:       keyint:       250
-11:38:40 PM.385:       preset:       hq
-11:38:40 PM.385:       profile:      high
-11:38:40 PM.385:       width:        1920
-11:38:40 PM.385:       height:       1080
-11:38:40 PM.385:       2-pass:       false
-11:38:40 PM.385:       b-frames:     2
-11:38:40 PM.385:       GPU:          0
-11:38:40 PM.385: 
-11:38:40 PM.466: ---------------------------------
-11:38:40 PM.467: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:38:40 PM.467: 
-11:38:40 PM.468: ==== Recording Start ===============================================
-11:38:40 PM.468: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-06 23-38-40.mkv'...
-11:39:03 PM.344: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-06 23-38-40.mkv' stopped
-11:39:03 PM.344: Output 'simple_file_output': stopping
-11:39:03 PM.344: Output 'simple_file_output': Total frames output: 1361
-11:39:03 PM.344: Output 'simple_file_output': Total drawn frames: 1372
-11:39:03 PM.344: ==== Recording Stop ================================================
-11:39:46 PM.290: ---------------------------------
-11:39:46 PM.290: [NVENC encoder: 'simple_h264_recording'] settings:
-11:39:46 PM.290:       rate_control: CQP
-11:39:46 PM.290:       bitrate:      0
-11:39:46 PM.290:       cqp:          16
-11:39:46 PM.290:       keyint:       250
-11:39:46 PM.290:       preset:       hq
-11:39:46 PM.290:       profile:      high
-11:39:46 PM.290:       width:        1920
-11:39:46 PM.290:       height:       1080
-11:39:46 PM.290:       2-pass:       false
-11:39:46 PM.290:       b-frames:     2
-11:39:46 PM.290:       GPU:          0
-11:39:46 PM.290: 
-11:39:46 PM.373: ---------------------------------
-11:39:46 PM.373: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:39:46 PM.373: 
-11:39:46 PM.374: ==== Recording Start ===============================================
-11:39:46 PM.374: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-06 23-39-46.mkv'...
-11:40:03 PM.101: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-06 23-39-46.mkv' stopped
-11:40:03 PM.101: Output 'simple_file_output': stopping
-11:40:03 PM.101: Output 'simple_file_output': Total frames output: 992
-11:40:03 PM.101: Output 'simple_file_output': Total drawn frames: 1004
-11:40:03 PM.101: ==== Recording Stop ================================================
-11:40:50 PM.402: ---------------------------------
-11:40:50 PM.402: [NVENC encoder: 'simple_h264_recording'] settings:
-11:40:50 PM.402:       rate_control: CQP
-11:40:50 PM.402:       bitrate:      0
-11:40:50 PM.402:       cqp:          16
-11:40:50 PM.402:       keyint:       250
-11:40:50 PM.402:       preset:       hq
-11:40:50 PM.402:       profile:      high
-11:40:50 PM.402:       width:        1920
-11:40:50 PM.402:       height:       1080
-11:40:50 PM.402:       2-pass:       false
-11:40:50 PM.402:       b-frames:     2
-11:40:50 PM.402:       GPU:          0
-11:40:50 PM.402: 
-11:40:50 PM.485: ---------------------------------
-11:40:50 PM.485: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:40:50 PM.485: 
-11:40:50 PM.486: ==== Recording Start ===============================================
-11:40:50 PM.486: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-06 23-40-50.mkv'...
-11:41:00 PM.284: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-06 23-40-50.mkv' stopped
-11:41:00 PM.284: Output 'simple_file_output': stopping
-11:41:00 PM.284: Output 'simple_file_output': Total frames output: 576
-11:41:00 PM.284: Output 'simple_file_output': Total drawn frames: 588
-11:41:00 PM.284: ==== Recording Stop ================================================
-11:42:13 PM.620: ---------------------------------
-11:42:13 PM.620: [NVENC encoder: 'simple_h264_recording'] settings:
-11:42:13 PM.620:       rate_control: CQP
-11:42:13 PM.620:       bitrate:      0
-11:42:13 PM.620:       cqp:          16
-11:42:13 PM.620:       keyint:       250
-11:42:13 PM.620:       preset:       hq
-11:42:13 PM.620:       profile:      high
-11:42:13 PM.620:       width:        1920
-11:42:13 PM.620:       height:       1080
-11:42:13 PM.620:       2-pass:       false
-11:42:13 PM.620:       b-frames:     2
-11:42:13 PM.620:       GPU:          0
-11:42:13 PM.620: 
-11:42:13 PM.704: ---------------------------------
-11:42:13 PM.704: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:42:13 PM.704: 
-11:42:13 PM.705: ==== Recording Start ===============================================
-11:42:13 PM.705: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-06 23-42-13.mkv'...
-11:43:05 PM.334: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-06 23-42-13.mkv' stopped
-11:43:05 PM.334: Output 'simple_file_output': stopping
-11:43:05 PM.334: Output 'simple_file_output': Total frames output: 3086
-11:43:05 PM.334: Output 'simple_file_output': Total drawn frames: 3098
-11:43:05 PM.335: ==== Recording Stop ================================================
-11:44:38 PM.610: pulse-am: Server name: 'pulseaudio 14.0'
-11:44:38 PM.610: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-11:44:38 PM.610: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:44:38 PM.610: User changed audio monitoring for source 'Mic/Aux' to: monitor only
-11:45:16 PM.516: ---------------------------------
-11:45:16 PM.516: [NVENC encoder: 'simple_h264_recording'] settings:
-11:45:16 PM.516:       rate_control: CQP
-11:45:16 PM.516:       bitrate:      0
-11:45:16 PM.516:       cqp:          16
-11:45:16 PM.516:       keyint:       250
-11:45:16 PM.516:       preset:       hq
-11:45:16 PM.516:       profile:      high
-11:45:16 PM.516:       width:        1920
-11:45:16 PM.516:       height:       1080
-11:45:16 PM.516:       2-pass:       false
-11:45:16 PM.516:       b-frames:     2
-11:45:16 PM.516:       GPU:          0
-11:45:16 PM.516: 
-11:45:16 PM.600: ---------------------------------
-11:45:16 PM.601: [FFmpeg aac encoder: 'simple_aac_recording'] bitrate: 192, channels: 2, channel_layout: 3
-11:45:16 PM.601: 
-11:45:16 PM.602: ==== Recording Start ===============================================
-11:45:16 PM.602: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-06 23-45-16.mkv'...
-11:45:27 PM.001: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-06 23-45-16.mkv' stopped
-11:45:27 PM.001: Output 'simple_file_output': stopping
-11:45:27 PM.001: Output 'simple_file_output': Total frames output: 612
-11:45:27 PM.001: Output 'simple_file_output': Total drawn frames: 624
-11:45:27 PM.001: ==== Recording Stop ================================================
-11:49:33 PM.937: ==== Shutting down ==================================================
-11:49:33 PM.940: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:49:33 PM.940: pulse-input: Got 228083 packets with 58132433 frames
-11:49:33 PM.941: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-11:49:33 PM.941: pulse-input: Got 132879 packets with 53496897 frames
-11:49:33 PM.941: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:49:33 PM.941: pulse-am: Got 32965 packets with 14163244 frames
-11:49:33 PM.941: All scene data cleared
-11:49:33 PM.941: ------------------------------------------------
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790288
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790290
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790292
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790294
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790296
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: Failed to fetch parent window geometry!
-11:49:33 PM.967: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 1790298
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 1790299
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790301
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790303
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790305
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: Failed to fetch parent window geometry!
-11:49:33 PM.967: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 1790307
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 1790308
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790310
-11:49:33 PM.967: Failed to make context current.
-11:49:33 PM.967: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1790312
-11:49:33 PM.967: Failed to make context current.
-11:49:34 PM.009: [Scripting] Total detached callbacks: 0
-11:49:34 PM.030: Freeing OBS context data
-11:49:34 PM.034: == Profiler Results =============================
-11:49:34 PM.034: run_program_init: 216.836 ms
-11:49:34 PM.035:  ┣OBSApp::AppInit: 1.148 ms
-11:49:34 PM.035:  ┃ ┗OBSApp::InitLocale: 0.48 ms
-11:49:34 PM.035:  ┗OBSApp::OBSInit: 197.752 ms
-11:49:34 PM.035:    ┣obs_startup: 17.271 ms
-11:49:34 PM.035:    ┗OBSBasic::OBSInit: 152.181 ms
-11:49:34 PM.035:      ┣OBSBasic::InitBasicConfig: 0.049 ms
-11:49:34 PM.035:      ┣OBSBasic::ResetAudio: 0.063 ms
-11:49:34 PM.035:      ┣OBSBasic::ResetVideo: 68.588 ms
-11:49:34 PM.035:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-11:49:34 PM.035:      ┣OBSBasic::InitHotkeys: 0.025 ms
-11:49:34 PM.035:      ┣obs_load_all_modules: 37.217 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.307 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(frontend-tools.so): 24.035 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(linux-capture.so): 0.139 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(linux-decklink.so): 0.061 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.26 ms
-11:49:34 PM.035:      ┃ ┃ ┗nvenc_check: 0.235 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(obs-filters.so): 0.018 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(rtmp-services.so): 0.32 ms
-11:49:34 PM.035:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-11:49:34 PM.035:      ┃ ┗obs_init_module(vlc-video.so): 0.117 ms
-11:49:34 PM.035:      ┣OBSBasic::ResetOutputs: 0.067 ms
-11:49:34 PM.035:      ┣OBSBasic::CreateHotkeys: 0.024 ms
-11:49:34 PM.035:      ┣OBSBasic::InitService: 0.817 ms
-11:49:34 PM.035:      ┣OBSBasic::InitPrimitives: 0.082 ms
-11:49:34 PM.035:      ┗OBSBasic::Load: 11.762 ms
-11:49:34 PM.035: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.048 ms, max=318.1 ms, 99th percentile=0.79 ms, 99.9938% below 25 ms
-11:49:34 PM.035: audio_thread(Audio): min=0 ms, median=0.023 ms, max=3.207 ms, 99th percentile=0.645 ms
-11:49:34 PM.035:  ┗receive_audio: min=0.001 ms, median=0.214 ms, max=2.722 ms, 99th percentile=1.287 ms, 0.134311 calls per parent call
-11:49:34 PM.035:    ┣buffer_audio: min=0 ms, median=0 ms, max=0.029 ms, 99th percentile=0.002 ms
-11:49:34 PM.035:    ┗do_encode: min=0.004 ms, median=0.213 ms, max=2.716 ms, 99th percentile=1.287 ms
-11:49:34 PM.035:      ┗encode(simple_aac_recording): min=0.004 ms, median=0.21 ms, max=2.567 ms, 99th percentile=1.275 ms
-11:49:34 PM.035: obs_graphics_thread(16.6667 ms): min=0.101 ms, median=2.126 ms, max=368.59 ms, 99th percentile=3.751 ms, 99.9065% below 16.667 ms
-11:49:34 PM.035:  ┣tick_sources: min=0 ms, median=1.239 ms, max=18.578 ms, 99th percentile=1.985 ms
-11:49:34 PM.035:  ┣output_frame: min=0.027 ms, median=0.074 ms, max=52.492 ms, 99th percentile=0.599 ms
-11:49:34 PM.035:  ┃ ┣gs_context(video->graphics): min=0.027 ms, median=0.074 ms, max=52.492 ms, 99th percentile=0.348 ms
-11:49:34 PM.035:  ┃ ┃ ┣render_video: min=0.001 ms, median=0.031 ms, max=2.458 ms, 99th percentile=0.108 ms
-11:49:34 PM.035:  ┃ ┃ ┃ ┣render_main_texture: min=0.001 ms, median=0.026 ms, max=2.448 ms, 99th percentile=0.061 ms
-11:49:34 PM.035:  ┃ ┃ ┃ ┣render_convert_texture: min=0.026 ms, median=0.033 ms, max=0.913 ms, 99th percentile=0.049 ms, 0.135592 calls per parent call
-11:49:34 PM.035:  ┃ ┃ ┃ ┗stage_output_texture: min=0.017 ms, median=0.019 ms, max=1.021 ms, 99th percentile=0.035 ms, 0.135592 calls per parent call
-11:49:34 PM.035:  ┃ ┃ ┣gs_flush: min=0 ms, median=0.004 ms, max=35.635 ms, 99th percentile=0.021 ms
-11:49:34 PM.035:  ┃ ┃ ┗download_frame: min=0 ms, median=0.001 ms, max=0.003 ms, 99th percentile=0.002 ms, 0.135592 calls per parent call
-11:49:34 PM.035:  ┃ ┗output_video_data: min=0.271 ms, median=0.319 ms, max=0.706 ms, 99th percentile=0.494 ms, 0.135496 calls per parent call
-11:49:34 PM.035:  ┗render_displays: min=0.025 ms, median=0.725 ms, max=63.452 ms, 99th percentile=1.577 ms
-11:49:34 PM.035: video_thread(video): min=0.522 ms, median=0.706 ms, max=2.398 ms, 99th percentile=0.944 ms
-11:49:34 PM.035:  ┗receive_video: min=0.521 ms, median=0.706 ms, max=2.397 ms, 99th percentile=0.943 ms
-11:49:34 PM.035:    ┗do_encode: min=0.521 ms, median=0.706 ms, max=2.396 ms, 99th percentile=0.942 ms
-11:49:34 PM.035:      ┗encode(simple_h264_recording): min=0.519 ms, median=0.704 ms, max=2.389 ms, 99th percentile=0.937 ms
-11:49:34 PM.035: =================================================
-11:49:34 PM.035: == Profiler Time Between Calls ==================
-11:49:34 PM.035: obs_hotkey_thread(25 ms): min=25.04 ms, median=25.105 ms, max=343.161 ms, 98.324% within ±2% of 25 ms (0% lower, 1.67599% higher)
-11:49:34 PM.035: obs_graphics_thread(16.6667 ms): min=0.63 ms, median=16.667 ms, max=368.596 ms, 99.8102% within ±2% of 16.667 ms (0.0770109% lower, 0.112766% higher)
-11:49:34 PM.035: =================================================
-11:49:34 PM.053: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-07 00-18-32.txt b/.config/obs-studio/logs/2020-12-07 00-18-32.txt
deleted file mode 100644 (file)
index 15742ec..0000000
+++ /dev/null
@@ -1,670 +0,0 @@
-12:18:32 AM.252: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-12:18:32 AM.252: CPU Speed: 3949.513MHz
-12:18:32 AM.253: Physical Cores: 6, Logical Cores: 12
-12:18:32 AM.253: Physical Memory: 15999MB Total, 9636MB Free
-12:18:32 AM.253: Kernel Version: Linux 5.9.11-arch2-1
-12:18:32 AM.253: Distribution: "Arch Linux" Unknown
-12:18:32 AM.253: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-12:18:32 AM.253: Portable mode: false
-12:18:32 AM.285: OBS 26.0.2-3 (linux)
-12:18:32 AM.285: ---------------------------------
-12:18:32 AM.285: ---------------------------------
-12:18:32 AM.285: audio settings reset:
-12:18:32 AM.285:       samples per sec: 48000
-12:18:32 AM.285:       speakers:        2
-12:18:32 AM.286: ---------------------------------
-12:18:32 AM.286: Initializing OpenGL...
-12:18:32 AM.381: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-12:18:32 AM.381: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-12:18:32 AM.390: ---------------------------------
-12:18:32 AM.390: video settings reset:
-12:18:32 AM.390:       base resolution:   1920x1080
-12:18:32 AM.390:       output resolution: 1920x1080
-12:18:32 AM.390:       downscale filter:  Lanczos
-12:18:32 AM.390:       fps:               60/1
-12:18:32 AM.390:       format:            NV12
-12:18:32 AM.390:       YUV mode:          709/Partial
-12:18:32 AM.403: NV12 texture support not available
-12:18:32 AM.404: Audio monitoring device:
-12:18:32 AM.404:       name: Default
-12:18:32 AM.404:       id: default
-12:18:32 AM.404: ---------------------------------
-12:18:32 AM.406: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-12:18:32 AM.434: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-12:18:32 AM.434: No blackmagic support
-12:18:32 AM.439: NVENC supported
-12:18:32 AM.439: FFMPEG VAAPI supported
-12:18:32 AM.443: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-12:18:32 AM.443: 
-12:18:32 AM.443: Couldn't find VLC installation, VLC video source disabled
-12:18:32 AM.443: ---------------------------------
-12:18:32 AM.443:   Loaded Modules:
-12:18:32 AM.443:     vlc-video.so
-12:18:32 AM.443:     text-freetype2.so
-12:18:32 AM.443:     rtmp-services.so
-12:18:32 AM.443:     obs-x264.so
-12:18:32 AM.443:     obs-transitions.so
-12:18:32 AM.443:     obs-outputs.so
-12:18:32 AM.443:     obs-libfdk.so
-12:18:32 AM.443:     obs-filters.so
-12:18:32 AM.443:     obs-ffmpeg.so
-12:18:32 AM.443:     linux-v4l2.so
-12:18:32 AM.443:     linux-pulseaudio.so
-12:18:32 AM.443:     linux-jack.so
-12:18:32 AM.443:     linux-decklink.so
-12:18:32 AM.443:     linux-capture.so
-12:18:32 AM.443:     linux-alsa.so
-12:18:32 AM.443:     image-source.so
-12:18:32 AM.443:     frontend-tools.so
-12:18:32 AM.443:     decklink-ouput-ui.so
-12:18:32 AM.443: ---------------------------------
-12:18:32 AM.443: ==== Startup complete ===============================================
-12:18:32 AM.445: Switched to Preview/Program mode
-12:18:32 AM.445: ------------------------------------------------
-12:18:32 AM.446: All scene data cleared
-12:18:32 AM.446: ------------------------------------------------
-12:18:32 AM.450: pulse-input: Server name: 'pulseaudio 14.0'
-12:18:32 AM.450: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-12:18:32 AM.450: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:18:32 AM.450: [Loaded global audio device]: 'Desktop Audio'
-12:18:32 AM.453: pulse-input: Server name: 'pulseaudio 14.0'
-12:18:32 AM.453: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-12:18:32 AM.453: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:18:32 AM.454: pulse-am: Server name: 'pulseaudio 14.0'
-12:18:32 AM.455: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-12:18:32 AM.455: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:18:32 AM.455: [Loaded global audio device]: 'Mic/Aux'
-12:18:32 AM.455:     - filter: 'supresor' (noise_suppress_filter_v2)
-12:18:32 AM.455:     - filter: 'gate' (noise_gate_filter)
-12:18:32 AM.455:     - filter: 'ampli' (gain_filter)
-12:18:32 AM.455:     - monitoring: monitor only
-12:18:32 AM.455: xshm-input: Geometry 1920x1080 @ 760,0
-12:18:32 AM.457: Switched to scene 'top'
-12:18:32 AM.457: ------------------------------------------------
-12:18:32 AM.457: Loaded scenes:
-12:18:32 AM.457: - scene 'top':
-12:18:32 AM.457:     - source: 'topscreen' (xshm_input)
-12:18:32 AM.457:     - source: 'cam' (xcomposite_input)
-12:18:32 AM.457: - scene 'onlycam':
-12:18:32 AM.457:     - source: 'cam' (xcomposite_input)
-12:18:32 AM.457: ------------------------------------------------
-12:23:54 AM.939: User removed filter 'ampli' (gain_filter) from source 'Mic/Aux'
-12:25:11 AM.760: xcompcap: [window-capture: 'cam'] update settings:
-12:25:11 AM.760:       title: Oscar's cam
-12:25:11 AM.760:       class: ffplay
-12:25:11 AM.760:       Bit depth: 24
-12:25:11 AM.760:       Found proper GLXFBConfig (in 9): yes
-12:25:11 AM.760: 
-12:26:07 AM.259: User switched to scene 'onlycam'
-12:33:05 AM.082: User switched to scene 'top'
-12:33:17 AM.773: User switched to scene 'onlycam'
-12:33:18 AM.958: User switched to scene 'top'
-12:33:22 AM.540: User switched to scene 'onlycam'
-12:33:23 AM.541: User switched to scene 'top'
-12:33:24 AM.107: User switched to scene 'onlycam'
-12:33:24 AM.825: User switched to scene 'top'
-12:33:25 AM.624: User switched to scene 'onlycam'
-12:33:26 AM.991: User switched to scene 'top'
-12:33:27 AM.958: User switched to scene 'onlycam'
-12:33:28 AM.975: User switched to scene 'top'
-12:33:29 AM.840: User switched to scene 'onlycam'
-12:33:30 AM.891: User switched to scene 'top'
-12:33:37 AM.115: ---------------------------------
-12:33:37 AM.115: [NVENC encoder: 'simple_h264_recording'] settings:
-12:33:37 AM.115:       rate_control: CQP
-12:33:37 AM.115:       bitrate:      0
-12:33:37 AM.115:       cqp:          16
-12:33:37 AM.115:       keyint:       250
-12:33:37 AM.115:       preset:       hq
-12:33:37 AM.115:       profile:      high
-12:33:37 AM.115:       width:        1920
-12:33:37 AM.115:       height:       1080
-12:33:37 AM.115:       2-pass:       false
-12:33:37 AM.115:       b-frames:     2
-12:33:37 AM.115:       GPU:          0
-12:33:37 AM.115: 
-12:33:37 AM.261: libfdk_aac encoder created
-12:33:37 AM.261: libfdk_aac bitrate: 192, channels: 2
-12:33:37 AM.265: ==== Recording Start ===============================================
-12:33:37 AM.265: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 00-33-37.mkv'...
-12:34:05 AM.526: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 00-33-37.mkv' stopped
-12:34:05 AM.526: Output 'simple_file_output': stopping
-12:34:05 AM.526: Output 'simple_file_output': Total frames output: 1684
-12:34:05 AM.526: Output 'simple_file_output': Total drawn frames: 1696
-12:34:05 AM.526: ==== Recording Stop ================================================
-12:34:05 AM.574: libfdk_aac encoder destroyed
-12:34:08 AM.067: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:34:08 AM.101: xcompcap: [window-capture: 'cam'] update settings:
-12:34:08 AM.101:       title: Oscar's cam
-12:34:08 AM.101:       class: ffplay
-12:34:08 AM.101:       Bit depth: 24
-12:34:08 AM.101:       Found proper GLXFBConfig (in 9): yes
-12:34:08 AM.101: 
-12:35:10 AM.186: ---------------------------------
-12:35:10 AM.186: [NVENC encoder: 'simple_h264_recording'] settings:
-12:35:10 AM.186:       rate_control: CQP
-12:35:10 AM.186:       bitrate:      0
-12:35:10 AM.186:       cqp:          16
-12:35:10 AM.186:       keyint:       250
-12:35:10 AM.186:       preset:       hq
-12:35:10 AM.186:       profile:      high
-12:35:10 AM.186:       width:        1920
-12:35:10 AM.186:       height:       1080
-12:35:10 AM.186:       2-pass:       false
-12:35:10 AM.186:       b-frames:     2
-12:35:10 AM.186:       GPU:          0
-12:35:10 AM.186: 
-12:35:10 AM.275: libfdk_aac encoder created
-12:35:10 AM.275: libfdk_aac bitrate: 192, channels: 2
-12:35:10 AM.276: ==== Recording Start ===============================================
-12:35:10 AM.277: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 00-35-10.mkv'...
-12:35:26 AM.511: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 00-35-10.mkv' stopped
-12:35:26 AM.511: Output 'simple_file_output': stopping
-12:35:26 AM.511: Output 'simple_file_output': Total frames output: 962
-12:35:26 AM.511: Output 'simple_file_output': Total drawn frames: 974
-12:35:26 AM.511: ==== Recording Stop ================================================
-12:35:26 AM.556: libfdk_aac encoder destroyed
-12:36:26 AM.888: ---------------------------------
-12:36:26 AM.888: [NVENC encoder: 'simple_h264_recording'] settings:
-12:36:26 AM.888:       rate_control: CQP
-12:36:26 AM.888:       bitrate:      0
-12:36:26 AM.888:       cqp:          16
-12:36:26 AM.888:       keyint:       250
-12:36:26 AM.888:       preset:       hq
-12:36:26 AM.888:       profile:      high
-12:36:26 AM.888:       width:        1920
-12:36:26 AM.888:       height:       1080
-12:36:26 AM.888:       2-pass:       false
-12:36:26 AM.888:       b-frames:     2
-12:36:26 AM.888:       GPU:          0
-12:36:26 AM.888: 
-12:36:26 AM.984: libfdk_aac encoder created
-12:36:26 AM.984: libfdk_aac bitrate: 192, channels: 2
-12:36:26 AM.985: ==== Recording Start ===============================================
-12:36:26 AM.985: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 00-36-26.mkv'...
-12:36:33 AM.410: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 00-36-26.mkv' stopped
-12:36:33 AM.410: Output 'simple_file_output': stopping
-12:36:33 AM.410: Output 'simple_file_output': Total frames output: 373
-12:36:33 AM.410: Output 'simple_file_output': Total drawn frames: 386
-12:36:33 AM.410: ==== Recording Stop ================================================
-12:36:33 AM.449: libfdk_aac encoder destroyed
-12:37:11 AM.344: User changed audio monitoring for source 'Mic/Aux' to: monitor and output
-12:37:11 AM.379: adding 853 milliseconds of audio buffering, total audio buffering is now 853 milliseconds (source: Mic/Aux)
-12:37:11 AM.379: 
-12:37:31 AM.578: ---------------------------------
-12:37:31 AM.578: [NVENC encoder: 'simple_h264_recording'] settings:
-12:37:31 AM.578:       rate_control: CQP
-12:37:31 AM.578:       bitrate:      0
-12:37:31 AM.578:       cqp:          16
-12:37:31 AM.578:       keyint:       250
-12:37:31 AM.578:       preset:       hq
-12:37:31 AM.578:       profile:      high
-12:37:31 AM.578:       width:        1920
-12:37:31 AM.578:       height:       1080
-12:37:31 AM.578:       2-pass:       false
-12:37:31 AM.578:       b-frames:     2
-12:37:31 AM.578:       GPU:          0
-12:37:31 AM.578: 
-12:37:31 AM.669: libfdk_aac encoder created
-12:37:31 AM.669: libfdk_aac bitrate: 192, channels: 2
-12:37:31 AM.670: ==== Recording Start ===============================================
-12:37:31 AM.670: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 00-37-31.mkv'...
-12:37:59 AM.877: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 00-37-31.mkv' stopped
-12:37:59 AM.877: Output 'simple_file_output': stopping
-12:37:59 AM.877: Output 'simple_file_output': Total frames output: 1640
-12:37:59 AM.877: Output 'simple_file_output': Total drawn frames: 1693
-12:37:59 AM.877: ==== Recording Stop ================================================
-12:37:59 AM.916: libfdk_aac encoder destroyed
-12:38:53 AM.529: ---------------------------------
-12:38:53 AM.529: [NVENC encoder: 'simple_h264_recording'] settings:
-12:38:53 AM.529:       rate_control: CQP
-12:38:53 AM.529:       bitrate:      0
-12:38:53 AM.529:       cqp:          16
-12:38:53 AM.529:       keyint:       250
-12:38:53 AM.529:       preset:       hq
-12:38:53 AM.529:       profile:      high
-12:38:53 AM.529:       width:        1920
-12:38:53 AM.529:       height:       1080
-12:38:53 AM.529:       2-pass:       false
-12:38:53 AM.529:       b-frames:     2
-12:38:53 AM.529:       GPU:          0
-12:38:53 AM.529: 
-12:38:53 AM.613: libfdk_aac encoder created
-12:38:53 AM.613: libfdk_aac bitrate: 192, channels: 2
-12:38:53 AM.615: ==== Recording Start ===============================================
-12:38:53 AM.615: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 00-38-53.mkv'...
-12:39:13 AM.940: User switched to scene 'onlycam'
-12:39:19 AM.424: User switched to scene 'top'
-12:39:23 AM.550: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 00-38-53.mkv' stopped
-12:39:23 AM.550: Output 'simple_file_output': stopping
-12:39:23 AM.550: Output 'simple_file_output': Total frames output: 1742
-12:39:23 AM.550: Output 'simple_file_output': Total drawn frames: 1796
-12:39:23 AM.550: ==== Recording Stop ================================================
-12:39:23 AM.591: libfdk_aac encoder destroyed
-12:40:54 AM.600: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:40:54 AM.635: xcompcap: [window-capture: 'cam'] update settings:
-12:40:54 AM.635:       title: Oscar's cam
-12:40:54 AM.635:       class: ffplay
-12:40:54 AM.635:       Bit depth: 24
-12:40:54 AM.635:       Found proper GLXFBConfig (in 9): yes
-12:40:54 AM.635: 
-12:41:00 AM.204: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:41:00 AM.250: xcompcap: [window-capture: 'cam'] update settings:
-12:41:00 AM.250:       title: Oscar's cam
-12:41:00 AM.250:       class: ffplay
-12:41:00 AM.250:       Bit depth: 24
-12:41:00 AM.250:       Found proper GLXFBConfig (in 9): yes
-12:41:00 AM.250: 
-12:41:16 AM.704: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:41:16 AM.734: xcompcap: [window-capture: 'cam'] update settings:
-12:41:16 AM.734:       title: Oscar's cam
-12:41:16 AM.734:       class: ffplay
-12:41:16 AM.734:       Bit depth: 24
-12:41:16 AM.734:       Found proper GLXFBConfig (in 9): yes
-12:41:16 AM.734: 
-12:41:22 AM.033: User switched to scene 'onlycam'
-12:41:49 AM.521: ---------------------------------
-12:41:49 AM.521: [NVENC encoder: 'simple_h264_recording'] settings:
-12:41:49 AM.521:       rate_control: CQP
-12:41:49 AM.521:       bitrate:      0
-12:41:49 AM.521:       cqp:          16
-12:41:49 AM.521:       keyint:       250
-12:41:49 AM.521:       preset:       hq
-12:41:49 AM.521:       profile:      high
-12:41:49 AM.521:       width:        1920
-12:41:49 AM.521:       height:       1080
-12:41:49 AM.521:       2-pass:       false
-12:41:49 AM.521:       b-frames:     2
-12:41:49 AM.521:       GPU:          0
-12:41:49 AM.521: 
-12:41:49 AM.605: libfdk_aac encoder created
-12:41:49 AM.605: libfdk_aac bitrate: 192, channels: 2
-12:41:49 AM.607: ==== Recording Start ===============================================
-12:41:49 AM.607: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 00-41-49.mkv'...
-12:42:09 AM.121: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 00-41-49.mkv' stopped
-12:42:09 AM.121: Output 'simple_file_output': stopping
-12:42:09 AM.121: Output 'simple_file_output': Total frames output: 1116
-12:42:09 AM.121: Output 'simple_file_output': Total drawn frames: 1171
-12:42:09 AM.121: ==== Recording Stop ================================================
-12:42:09 AM.164: libfdk_aac encoder destroyed
-12:43:40 AM.489: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:40 AM.507: xcompcap: [window-capture: 'cam'] update settings:
-12:43:40 AM.507:       title: Oscar's cam
-12:43:40 AM.507:       class: ffplay
-12:43:40 AM.507:       Bit depth: 24
-12:43:40 AM.507:       Found proper GLXFBConfig (in 9): yes
-12:43:40 AM.507: 
-12:43:55 AM.824: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:55 AM.873: xcompcap: [window-capture: 'cam'] update settings:
-12:43:55 AM.873:       title: Oscar's cam
-12:43:55 AM.873:       class: ffplay
-12:43:55 AM.873:       Bit depth: 24
-12:43:55 AM.873:       Found proper GLXFBConfig (in 9): yes
-12:43:55 AM.873: 
-12:43:56 AM.043: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:56 AM.091: xcompcap: [window-capture: 'cam'] update settings:
-12:43:56 AM.091:       title: Oscar's cam
-12:43:56 AM.091:       class: ffplay
-12:43:56 AM.091:       Bit depth: 24
-12:43:56 AM.091:       Found proper GLXFBConfig (in 9): yes
-12:43:56 AM.091: 
-12:43:56 AM.375: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:56 AM.441: xcompcap: [window-capture: 'cam'] update settings:
-12:43:56 AM.441:       title: Oscar's cam
-12:43:56 AM.441:       class: ffplay
-12:43:56 AM.441:       Bit depth: 24
-12:43:56 AM.441:       Found proper GLXFBConfig (in 9): yes
-12:43:56 AM.441: 
-12:43:56 AM.693: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:56 AM.724: xcompcap: [window-capture: 'cam'] update settings:
-12:43:56 AM.724:       title: Oscar's cam
-12:43:56 AM.724:       class: ffplay
-12:43:56 AM.724:       Bit depth: 24
-12:43:56 AM.724:       Found proper GLXFBConfig (in 9): yes
-12:43:56 AM.724: 
-12:43:56 AM.889: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:56 AM.925: xcompcap: [window-capture: 'cam'] update settings:
-12:43:56 AM.925:       title: Oscar's cam
-12:43:56 AM.925:       class: ffplay
-12:43:56 AM.925:       Bit depth: 24
-12:43:56 AM.925:       Found proper GLXFBConfig (in 9): yes
-12:43:56 AM.925: 
-12:43:57 AM.141: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:57 AM.209: xcompcap: [window-capture: 'cam'] update settings:
-12:43:57 AM.209:       title: Oscar's cam
-12:43:57 AM.209:       class: ffplay
-12:43:57 AM.209:       Bit depth: 24
-12:43:57 AM.209:       Found proper GLXFBConfig (in 9): yes
-12:43:57 AM.209: 
-12:43:57 AM.308: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:57 AM.357: xcompcap: [window-capture: 'cam'] update settings:
-12:43:57 AM.357:       title: Oscar's cam
-12:43:57 AM.357:       class: ffplay
-12:43:57 AM.357:       Bit depth: 24
-12:43:57 AM.357:       Found proper GLXFBConfig (in 9): yes
-12:43:57 AM.357: 
-12:43:57 AM.674: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:57 AM.723: xcompcap: [window-capture: 'cam'] update settings:
-12:43:57 AM.723:       title: Oscar's cam
-12:43:57 AM.723:       class: ffplay
-12:43:57 AM.723:       Bit depth: 24
-12:43:57 AM.723:       Found proper GLXFBConfig (in 9): yes
-12:43:57 AM.723: 
-12:43:57 AM.858: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:57 AM.891: xcompcap: [window-capture: 'cam'] update settings:
-12:43:57 AM.891:       title: Oscar's cam
-12:43:57 AM.891:       class: ffplay
-12:43:57 AM.891:       Bit depth: 24
-12:43:57 AM.891:       Found proper GLXFBConfig (in 9): yes
-12:43:57 AM.891: 
-12:43:58 AM.191: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:43:58 AM.240: xcompcap: [window-capture: 'cam'] update settings:
-12:43:58 AM.240:       title: Oscar's cam
-12:43:58 AM.240:       class: ffplay
-12:43:58 AM.240:       Bit depth: 24
-12:43:58 AM.240:       Found proper GLXFBConfig (in 9): yes
-12:43:58 AM.240: 
-12:44:24 AM.852: User Removed source 'cam' (xcomposite_input) from scene 'onlycam'
-12:44:51 AM.280: v4l2-input: Start capture from 
-12:44:51 AM.280: v4l2-input: Unable to open device
-12:44:51 AM.280: v4l2-input: Initialization failed
-12:44:51 AM.281: User added source 'camera' (v4l2_input) to scene 'onlycam'
-12:44:51 AM.283: v4l2-input: /dev/video1 seems to not support video capture
-12:44:51 AM.400: v4l2-input: Found device 'UVC Camera: UVC Camera' at /dev/video0
-12:44:51 AM.400: v4l2-input: Found input 'Camera 1' (Index 0)
-12:44:51 AM.404: v4l2-input: Start capture from /dev/video0
-12:44:51 AM.408: v4l2-input: Input: 0
-12:44:51 AM.408: v4l2-input: Selected video format not supported
-12:44:51 AM.408: v4l2-input: Initialization failed
-12:44:51 AM.410: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-12:44:51 AM.410: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-12:44:51 AM.410: v4l2-input: Pixelformat: H.264 (unavailable)
-12:44:51 AM.410: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-12:44:51 AM.410: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-12:44:51 AM.410: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-12:44:51 AM.410: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-12:44:51 AM.410: v4l2-input: Stepwise and Continuous framesizes are currently hardcoded
-12:44:51 AM.410: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:44:51 AM.411: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-12:44:51 AM.411: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-12:44:51 AM.411: v4l2-input: Pixelformat: H.264 (unavailable)
-12:44:51 AM.411: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-12:44:51 AM.411: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-12:44:51 AM.411: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-12:44:51 AM.411: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-12:44:51 AM.411: v4l2-input: Stepwise and Continuous framesizes are currently hardcoded
-12:44:51 AM.411: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:44:51 AM.412: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:44:51 AM.420: v4l2-input: Start capture from /dev/video0
-12:44:51 AM.421: v4l2-input: Input: 0
-12:44:51 AM.426: v4l2-input: Resolution: 1280x720
-12:44:51 AM.426: v4l2-input: Pixelformat: YUYV
-12:44:51 AM.426: v4l2-input: Linesize: 2560 Bytes
-12:44:51 AM.426: v4l2-input: Framerate: 10.00 fps
-12:45:17 AM.163: v4l2-input: Stopped capture after 251 frames
-12:45:17 AM.175: v4l2-input: Start capture from /dev/video0
-12:45:17 AM.175: v4l2-input: Input: 0
-12:45:17 AM.198: v4l2-input: Resolution: 1280x720
-12:45:17 AM.199: v4l2-input: Pixelformat: YUYV
-12:45:17 AM.199: v4l2-input: Linesize: 2560 Bytes
-12:45:17 AM.201: v4l2-input: Framerate: 10.00 fps
-12:45:22 AM.261: v4l2-input: Stopped capture after 50 frames
-12:45:22 AM.263: v4l2-input: Start capture from /dev/video0
-12:45:22 AM.263: v4l2-input: Input: 0
-12:45:22 AM.271: v4l2-input: Resolution: 1280x720
-12:45:22 AM.271: v4l2-input: Pixelformat: YUYV
-12:45:22 AM.271: v4l2-input: Linesize: 2560 Bytes
-12:45:22 AM.271: v4l2-input: Framerate: 10.00 fps
-12:45:25 AM.061: v4l2-input: Stopped capture after 27 frames
-12:45:25 AM.063: v4l2-input: Start capture from /dev/video0
-12:45:25 AM.063: v4l2-input: Input: 0
-12:45:25 AM.071: v4l2-input: Resolution: 1280x720
-12:45:25 AM.071: v4l2-input: Pixelformat: YUYV
-12:45:25 AM.071: v4l2-input: Linesize: 2560 Bytes
-12:45:25 AM.071: v4l2-input: Framerate: 10.00 fps
-12:47:13 AM.864: v4l2-input: Stopped capture after 1087 frames
-12:47:13 AM.877: v4l2-input: Start capture from /dev/video0
-12:47:13 AM.877: v4l2-input: Input: 0
-12:47:13 AM.884: v4l2-input: Resolution: 1280x720
-12:47:13 AM.884: v4l2-input: Pixelformat: BGR3
-12:47:13 AM.884: v4l2-input: Linesize: 3840 Bytes
-12:47:13 AM.884: v4l2-input: Framerate: 30.00 fps
-12:47:26 AM.000: v4l2-input: Stopped capture after 363 frames
-12:47:26 AM.005: v4l2-input: Start capture from /dev/video0
-12:47:26 AM.006: v4l2-input: Input: 0
-12:47:26 AM.011: v4l2-input: Resolution: 1280x720
-12:47:26 AM.011: v4l2-input: Pixelformat: YUYV
-12:47:26 AM.011: v4l2-input: Linesize: 2560 Bytes
-12:47:26 AM.011: v4l2-input: Framerate: 10.00 fps
-12:47:31 AM.981: v4l2-input: Stopped capture after 59 frames
-12:47:31 AM.992: v4l2-input: Start capture from /dev/video0
-12:47:31 AM.992: v4l2-input: Input: 0
-12:47:31 AM.996: v4l2-input: Resolution: 1280x720
-12:47:31 AM.996: v4l2-input: Pixelformat: BGR3
-12:47:31 AM.996: v4l2-input: Linesize: 3840 Bytes
-12:47:31 AM.996: v4l2-input: Framerate: 30.00 fps
-12:47:55 AM.197: v4l2-input: Stopped capture after 696 frames
-12:47:55 AM.205: v4l2-input: Start capture from /dev/video0
-12:47:55 AM.205: v4l2-input: Input: 0
-12:47:55 AM.208: v4l2-input: Resolution: 1280x720
-12:47:55 AM.208: v4l2-input: Pixelformat: BGR3
-12:47:55 AM.208: v4l2-input: Linesize: 3840 Bytes
-12:47:55 AM.210: v4l2-input: Framerate: 30.00 fps
-12:47:58 AM.162: v4l2-input: Stopped capture after 88 frames
-12:47:58 AM.165: v4l2-input: Start capture from /dev/video0
-12:47:58 AM.165: v4l2-input: Input: 0
-12:47:58 AM.168: v4l2-input: Resolution: 1280x720
-12:47:58 AM.168: v4l2-input: Pixelformat: BGR3
-12:47:58 AM.168: v4l2-input: Linesize: 3840 Bytes
-12:47:58 AM.170: v4l2-input: Framerate: 30.00 fps
-12:48:00 AM.962: v4l2-input: Stopped capture after 84 frames
-12:48:00 AM.965: v4l2-input: Start capture from /dev/video0
-12:48:00 AM.965: v4l2-input: Input: 0
-12:48:00 AM.968: v4l2-input: Resolution: 1280x720
-12:48:00 AM.968: v4l2-input: Pixelformat: BGR3
-12:48:00 AM.968: v4l2-input: Linesize: 3840 Bytes
-12:48:00 AM.970: v4l2-input: Framerate: 30.00 fps
-12:48:01 AM.087: v4l2-input: Stopped capture after 0 frames
-12:48:01 AM.092: v4l2-input: Start capture from /dev/video0
-12:48:01 AM.092: v4l2-input: Input: 0
-12:48:01 AM.097: v4l2-input: Resolution: 1280x720
-12:48:01 AM.097: v4l2-input: Pixelformat: BGR3
-12:48:01 AM.097: v4l2-input: Linesize: 3840 Bytes
-12:48:01 AM.100: v4l2-input: Framerate: 30.00 fps
-12:50:27 AM.705: User switched to scene 'top'
-12:50:53 AM.074: User added scene 'terms-cam'
-12:50:53 AM.074: User switched to scene 'terms-cam'
-12:51:11 AM.122: User added source 'camera' (v4l2_input) to scene 'terms-cam'
-12:51:23 AM.322: User switched to scene 'onlycam'
-12:51:25 AM.405: User switched to scene 'terms-cam'
-12:51:50 AM.243: User added source 'term1' (xcomposite_input) to scene 'terms-cam'
-12:51:50 AM.254: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:51:50 AM.257: xcompcap: [window-capture: 'term1'] update settings:
-12:51:50 AM.257:       title: OBS Studio 26.0.2-3 (linux) - Profile: justtop - Scenes: Stream1
-12:51:50 AM.257:       class: obs
-12:51:50 AM.257:       Bit depth: 24
-12:51:50 AM.257:       Found proper GLXFBConfig (in 9): yes
-12:51:50 AM.257: 
-12:51:54 AM.554: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:51:54 AM.556: xcompcap: [window-capture: 'term1'] update settings:
-12:51:54 AM.556:       title: josuer08@3600:~
-12:51:54 AM.556:       class: Alacritty
-12:51:54 AM.556:       Bit depth: 32
-12:51:54 AM.556:       Found proper GLXFBConfig (in 9): yes
-12:51:54 AM.556: 
-12:52:42 AM.135: User added source 'term2' (xcomposite_input) to scene 'terms-cam'
-12:52:42 AM.154: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:52:42 AM.157: xcompcap: [window-capture: 'term2'] update settings:
-12:52:42 AM.157:       title: Properties for 'term2'
-12:52:42 AM.157:       class: obs
-12:52:42 AM.157:       Bit depth: 24
-12:52:42 AM.157:       Found proper GLXFBConfig (in 9): yes
-12:52:42 AM.157: 
-12:52:42 AM.171: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:52:42 AM.173: xcompcap: [window-capture: 'term2'] update settings:
-12:52:42 AM.173:       title: Properties for 'term2'
-12:52:42 AM.173:       class: obs
-12:52:42 AM.173:       Bit depth: 24
-12:52:42 AM.173:       Found proper GLXFBConfig (in 9): yes
-12:52:42 AM.173: 
-12:52:49 AM.804: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:52:49 AM.805: xcompcap: glXCreatePixmap failed: BadAlloc (insufficient resources for operation)
-12:53:22 AM.104: xcompcap: glXCreatePixmap failed: BadAlloc (insufficient resources for operation)
-12:53:39 AM.804: xcompcap: glXCreatePixmap failed: BadAlloc (insufficient resources for operation)
-12:54:47 AM.843: Switched to scene 'onlycam'
-12:54:47 AM.843: Switched to regular Preview mode
-12:54:47 AM.843: ------------------------------------------------
-12:54:49 AM.596: Switched to Preview/Program mode
-12:54:49 AM.596: ------------------------------------------------
-12:54:55 AM.188: User switched to scene 'terms-cam'
-12:54:56 AM.605: User switched to scene 'onlycam'
-12:54:58 AM.800: Switched to scene 'terms-cam'
-12:54:58 AM.800: Switched to regular Preview mode
-12:54:58 AM.800: ------------------------------------------------
-12:57:48 AM.870: Switched to Preview/Program mode
-12:57:48 AM.870: ------------------------------------------------
-12:57:52 AM.466: ---------------------------------
-12:57:52 AM.467: [NVENC encoder: 'simple_h264_recording'] settings:
-12:57:52 AM.467:       rate_control: CQP
-12:57:52 AM.467:       bitrate:      0
-12:57:52 AM.467:       cqp:          16
-12:57:52 AM.467:       keyint:       250
-12:57:52 AM.467:       preset:       hq
-12:57:52 AM.467:       profile:      high
-12:57:52 AM.467:       width:        1920
-12:57:52 AM.467:       height:       1080
-12:57:52 AM.467:       2-pass:       false
-12:57:52 AM.467:       b-frames:     2
-12:57:52 AM.467:       GPU:          0
-12:57:52 AM.467: 
-12:57:52 AM.550: libfdk_aac encoder created
-12:57:52 AM.550: libfdk_aac bitrate: 192, channels: 2
-12:57:52 AM.551: ==== Recording Start ===============================================
-12:57:52 AM.551: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 00-57-52.mkv'...
-12:59:37 AM.558: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 00-57-52.mkv' stopped
-12:59:37 AM.558: Output 'simple_file_output': stopping
-12:59:37 AM.558: Output 'simple_file_output': Total frames output: 6247
-12:59:37 AM.558: Output 'simple_file_output': Total drawn frames: 6301
-12:59:37 AM.558: ==== Recording Stop ================================================
-12:59:37 AM.599: libfdk_aac encoder destroyed
-01:04:42 AM.686: ---------------------------------
-01:04:42 AM.687: [NVENC encoder: 'simple_h264_recording'] settings:
-01:04:42 AM.687:       rate_control: CQP
-01:04:42 AM.687:       bitrate:      0
-01:04:42 AM.687:       cqp:          16
-01:04:42 AM.687:       keyint:       250
-01:04:42 AM.687:       preset:       hq
-01:04:42 AM.687:       profile:      high
-01:04:42 AM.687:       width:        1920
-01:04:42 AM.687:       height:       1080
-01:04:42 AM.687:       2-pass:       false
-01:04:42 AM.687:       b-frames:     2
-01:04:42 AM.687:       GPU:          0
-01:04:42 AM.687: 
-01:04:42 AM.770: libfdk_aac encoder created
-01:04:42 AM.770: libfdk_aac bitrate: 192, channels: 2
-01:04:42 AM.771: ==== Recording Start ===============================================
-01:04:42 AM.771: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 01-04-42.mkv'...
-01:05:10 AM.183: User switched to scene 'onlycam'
-01:05:11 AM.807: User switched to scene 'terms-cam'
-01:06:16 AM.239: User switched to scene 'onlycam'
-01:06:21 AM.763: User switched to scene 'top'
-01:06:23 AM.695: User switched to scene 'terms-cam'
-01:06:26 AM.854: User switched to scene 'top'
-01:06:40 AM.826: User switched to scene 'terms-cam'
-01:07:29 AM.444: User switched to scene 'onlycam'
-01:07:31 AM.775: User switched to scene 'top'
-01:07:47 AM.386: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 01-04-42.mkv' stopped
-01:07:47 AM.386: Output 'simple_file_output': stopping
-01:07:47 AM.386: Output 'simple_file_output': Total frames output: 11023
-01:07:47 AM.386: Output 'simple_file_output': Total drawn frames: 11076
-01:07:47 AM.386: ==== Recording Stop ================================================
-01:07:47 AM.427: libfdk_aac encoder destroyed
-01:08:00 AM.743: ==== Shutting down ==================================================
-01:08:00 AM.746: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-01:08:00 AM.747: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-01:08:00 AM.748: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-01:08:00 AM.769: v4l2-input: Stopped capture after 35990 frames
-01:08:00 AM.789: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-01:08:00 AM.789: pulse-input: Got 433932 packets with 142477790 frames
-01:08:00 AM.789: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-01:08:00 AM.789: pulse-input: Got 340563 packets with 130903875 frames
-01:08:00 AM.789: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-01:08:00 AM.789: pulse-am: Got 340355 packets with 142387465 frames
-01:08:00 AM.790: All scene data cleared
-01:08:00 AM.790: ------------------------------------------------
-01:08:00 AM.792: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 4685674
-01:08:00 AM.792: Failed to make context current.
-01:08:00 AM.792: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 4685676
-01:08:00 AM.792: Failed to make context current.
-01:08:00 AM.793: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 4685678
-01:08:00 AM.793: Failed to make context current.
-01:08:00 AM.793: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 4685680
-01:08:00 AM.793: Failed to make context current.
-01:08:00 AM.829: [Scripting] Total detached callbacks: 0
-01:08:00 AM.845: Freeing OBS context data
-01:08:00 AM.850: == Profiler Results =============================
-01:08:00 AM.850: run_program_init: 272.6 ms
-01:08:00 AM.850:  ┣OBSApp::AppInit: 1.165 ms
-01:08:00 AM.850:  ┃ ┗OBSApp::InitLocale: 0.47 ms
-01:08:00 AM.850:  ┗OBSApp::OBSInit: 253.449 ms
-01:08:00 AM.850:    ┣obs_startup: 14.39 ms
-01:08:00 AM.850:    ┗OBSBasic::OBSInit: 207.631 ms
-01:08:00 AM.850:      ┣OBSBasic::InitBasicConfig: 0.051 ms
-01:08:00 AM.850:      ┣OBSBasic::ResetAudio: 0.074 ms
-01:08:00 AM.850:      ┣OBSBasic::ResetVideo: 118.824 ms
-01:08:00 AM.850:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-01:08:00 AM.850:      ┣OBSBasic::InitHotkeys: 0.034 ms
-01:08:00 AM.850:      ┣obs_load_all_modules: 39.15 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.321 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(frontend-tools.so): 24.858 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(linux-capture.so): 0.155 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(linux-decklink.so): 0.068 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.259 ms
-01:08:00 AM.850:      ┃ ┃ ┗nvenc_check: 0.223 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(obs-filters.so): 0.014 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(rtmp-services.so): 0.321 ms
-01:08:00 AM.850:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-01:08:00 AM.850:      ┃ ┗obs_init_module(vlc-video.so): 0.125 ms
-01:08:00 AM.850:      ┣OBSBasic::ResetOutputs: 0.087 ms
-01:08:00 AM.850:      ┣OBSBasic::CreateHotkeys: 0.031 ms
-01:08:00 AM.850:      ┣OBSBasic::InitService: 0.924 ms
-01:08:00 AM.850:      ┣OBSBasic::InitPrimitives: 0.098 ms
-01:08:00 AM.850:      ┗OBSBasic::Load: 13.839 ms
-01:08:00 AM.850: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.05 ms, max=5001.92 ms, 99th percentile=0.483 ms, 99.9796% below 25 ms
-01:08:00 AM.850: audio_thread(Audio): min=0 ms, median=0.025 ms, max=14.735 ms, 99th percentile=0.377 ms
-01:08:00 AM.850:  ┗receive_audio: min=0 ms, median=0.248 ms, max=6.736 ms, 99th percentile=0.402 ms, 0.139565 calls per parent call
-01:08:00 AM.850:    ┣buffer_audio: min=0 ms, median=0 ms, max=0.034 ms, 99th percentile=0.001 ms
-01:08:00 AM.850:    ┗do_encode: min=0.037 ms, median=0.247 ms, max=6.735 ms, 99th percentile=0.401 ms
-01:08:00 AM.850:      ┗encode(simple_aac_recording): min=0.036 ms, median=0.241 ms, max=1.211 ms, 99th percentile=0.384 ms
-01:08:00 AM.850: obs_graphics_thread(16.6667 ms): min=0.166 ms, median=1.041 ms, max=5001.02 ms, 99th percentile=4.243 ms, 99.9533% below 16.667 ms
-01:08:00 AM.850:  ┣tick_sources: min=0 ms, median=0.144 ms, max=200.284 ms, 99th percentile=2.489 ms
-01:08:00 AM.850:  ┣output_frame: min=0.053 ms, median=0.107 ms, max=79.492 ms, 99th percentile=0.93 ms
-01:08:00 AM.850:  ┃ ┣gs_context(video->graphics): min=0.053 ms, median=0.107 ms, max=79.491 ms, 99th percentile=0.605 ms
-01:08:00 AM.850:  ┃ ┃ ┣render_video: min=0.019 ms, median=0.062 ms, max=18.863 ms, 99th percentile=0.461 ms
-01:08:00 AM.850:  ┃ ┃ ┃ ┣render_main_texture: min=0.015 ms, median=0.052 ms, max=18.855 ms, 99th percentile=0.414 ms
-01:08:00 AM.850:  ┃ ┃ ┃ ┣render_convert_texture: min=0.021 ms, median=0.033 ms, max=0.829 ms, 99th percentile=0.054 ms, 0.141268 calls per parent call
-01:08:00 AM.850:  ┃ ┃ ┃ ┗stage_output_texture: min=0.016 ms, median=0.021 ms, max=1.099 ms, 99th percentile=0.061 ms, 0.141268 calls per parent call
-01:08:00 AM.850:  ┃ ┃ ┣gs_flush: min=0.002 ms, median=0.005 ms, max=30.4 ms, 99th percentile=0.041 ms
-01:08:00 AM.850:  ┃ ┃ ┗download_frame: min=0 ms, median=0.001 ms, max=0.095 ms, 99th percentile=0.002 ms, 0.141268 calls per parent call
-01:08:00 AM.850:  ┃ ┗output_video_data: min=0.223 ms, median=0.418 ms, max=2.738 ms, 99th percentile=0.544 ms, 0.141223 calls per parent call
-01:08:00 AM.850:  ┗render_displays: min=0.026 ms, median=0.538 ms, max=66.59 ms, 99th percentile=1.664 ms
-01:08:00 AM.850: video_thread(video): min=0.001 ms, median=0.766 ms, max=7.596 ms, 99th percentile=1.391 ms
-01:08:00 AM.850:  ┗receive_video: min=0 ms, median=0.766 ms, max=7.595 ms, 99th percentile=1.39 ms
-01:08:00 AM.850:    ┗do_encode: min=0.559 ms, median=0.765 ms, max=7.594 ms, 99th percentile=1.389 ms
-01:08:00 AM.850:      ┗encode(simple_h264_recording): min=0.554 ms, median=0.751 ms, max=3.695 ms, 99th percentile=1.375 ms
-01:08:00 AM.850: =================================================
-01:08:00 AM.850: == Profiler Time Between Calls ==================
-01:08:00 AM.850: obs_hotkey_thread(25 ms): min=25.041 ms, median=25.106 ms, max=5026.98 ms, 98.9093% within ±2% of 25 ms (0% lower, 1.09072% higher)
-01:08:00 AM.850: obs_graphics_thread(16.6667 ms): min=0.912 ms, median=16.667 ms, max=5001.03 ms, 99.8728% within ±2% of 16.667 ms (0.0630538% lower, 0.0641798% higher)
-01:08:00 AM.850: =================================================
-01:08:00 AM.878: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-07 19-07-11.txt b/.config/obs-studio/logs/2020-12-07 19-07-11.txt
deleted file mode 100644 (file)
index a065d72..0000000
+++ /dev/null
@@ -1,338 +0,0 @@
-07:07:11 PM.358: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-07:07:11 PM.358: CPU Speed: 3949.928MHz
-07:07:11 PM.358: Physical Cores: 6, Logical Cores: 12
-07:07:11 PM.358: Physical Memory: 15999MB Total, 3366MB Free
-07:07:11 PM.358: Kernel Version: Linux 5.9.11-arch2-1
-07:07:11 PM.358: Distribution: "Arch Linux" Unknown
-07:07:11 PM.358: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-07:07:11 PM.359: Portable mode: false
-07:07:11 PM.404: OBS 26.0.2-3 (linux)
-07:07:11 PM.404: ---------------------------------
-07:07:11 PM.404: ---------------------------------
-07:07:11 PM.404: audio settings reset:
-07:07:11 PM.404:       samples per sec: 48000
-07:07:11 PM.404:       speakers:        2
-07:07:11 PM.407: ---------------------------------
-07:07:11 PM.407: Initializing OpenGL...
-07:07:11 PM.520: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-07:07:11 PM.520: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-07:07:11 PM.543: ---------------------------------
-07:07:11 PM.543: video settings reset:
-07:07:11 PM.543:       base resolution:   1920x1080
-07:07:11 PM.543:       output resolution: 1920x1080
-07:07:11 PM.543:       downscale filter:  Lanczos
-07:07:11 PM.543:       fps:               60/1
-07:07:11 PM.543:       format:            NV12
-07:07:11 PM.543:       YUV mode:          709/Partial
-07:07:11 PM.543: NV12 texture support not available
-07:07:11 PM.556: Audio monitoring device:
-07:07:11 PM.556:       name: Default
-07:07:11 PM.556:       id: default
-07:07:11 PM.556: ---------------------------------
-07:07:11 PM.559: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-07:07:11 PM.597: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-07:07:11 PM.597: No blackmagic support
-07:07:11 PM.604: NVENC supported
-07:07:11 PM.604: FFMPEG VAAPI supported
-07:07:11 PM.631: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-07:07:11 PM.631: 
-07:07:11 PM.631: Couldn't find VLC installation, VLC video source disabled
-07:07:11 PM.631: ---------------------------------
-07:07:11 PM.631:   Loaded Modules:
-07:07:11 PM.631:     vlc-video.so
-07:07:11 PM.631:     text-freetype2.so
-07:07:11 PM.631:     rtmp-services.so
-07:07:11 PM.631:     obs-x264.so
-07:07:11 PM.631:     obs-transitions.so
-07:07:11 PM.631:     obs-outputs.so
-07:07:11 PM.631:     obs-libfdk.so
-07:07:11 PM.631:     obs-filters.so
-07:07:11 PM.631:     obs-ffmpeg.so
-07:07:11 PM.631:     linux-v4l2.so
-07:07:11 PM.631:     linux-pulseaudio.so
-07:07:11 PM.631:     linux-jack.so
-07:07:11 PM.631:     linux-decklink.so
-07:07:11 PM.631:     linux-capture.so
-07:07:11 PM.631:     linux-alsa.so
-07:07:11 PM.632:     image-source.so
-07:07:11 PM.632:     frontend-tools.so
-07:07:11 PM.632:     decklink-ouput-ui.so
-07:07:11 PM.632: ---------------------------------
-07:07:11 PM.632: ==== Startup complete ===============================================
-07:07:11 PM.643: Switched to Preview/Program mode
-07:07:11 PM.643: ------------------------------------------------
-07:07:11 PM.644: All scene data cleared
-07:07:11 PM.644: ------------------------------------------------
-07:07:11 PM.651: pulse-input: Server name: 'pulseaudio 14.0'
-07:07:11 PM.651: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-07:07:11 PM.651: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-07:07:11 PM.651: [Loaded global audio device]: 'Desktop Audio'
-07:07:11 PM.651: pulse-input: Server name: 'pulseaudio 14.0'
-07:07:11 PM.651: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-07:07:11 PM.651: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-07:07:11 PM.652: pulse-am: Server name: 'pulseaudio 14.0'
-07:07:11 PM.653: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-07:07:11 PM.653: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-07:07:11 PM.653: [Loaded global audio device]: 'Mic/Aux'
-07:07:11 PM.653:     - filter: 'supresor' (noise_suppress_filter_v2)
-07:07:11 PM.653:     - filter: 'gate' (noise_gate_filter)
-07:07:11 PM.653:     - monitoring: monitor and output
-07:07:11 PM.665: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes)
-07:07:11 PM.665: v4l2-input: Start capture from /dev/video0
-07:07:11 PM.778: v4l2-input: Input: 0
-07:07:11 PM.781: v4l2-input: Resolution: 1280x720
-07:07:11 PM.781: v4l2-input: Pixelformat: BGR3
-07:07:11 PM.781: v4l2-input: Linesize: 3840 Bytes
-07:07:11 PM.784: v4l2-input: Framerate: 30.00 fps
-07:07:11 PM.786: xshm-input: Geometry 3440x1440 @ 0,1176
-07:07:11 PM.787: Switched to scene 'top'
-07:07:11 PM.803: ------------------------------------------------
-07:07:11 PM.803: Loaded scenes:
-07:07:11 PM.803: - scene 'top':
-07:07:11 PM.803:     - source: 'topscreen' (xshm_input)
-07:07:11 PM.803:     - source: 'cam' (xcomposite_input)
-07:07:11 PM.803: - scene 'onlycam':
-07:07:11 PM.803:     - source: 'camera' (v4l2_input)
-07:07:11 PM.803: - scene 'terms-cam':
-07:07:11 PM.803:     - source: 'camera' (v4l2_input)
-07:07:11 PM.803:     - source: 'term1' (xcomposite_input)
-07:07:11 PM.803:     - source: 'term2' (xcomposite_input)
-07:07:11 PM.803: ------------------------------------------------
-07:07:12 PM.226: adding 85 milliseconds of audio buffering, total audio buffering is now 85 milliseconds (source: Mic/Aux)
-07:07:12 PM.226: 
-07:08:15 PM.923: adding 704 milliseconds of audio buffering, total audio buffering is now 789 milliseconds (source: Mic/Aux)
-07:08:15 PM.923: 
-07:08:58 PM.208: ---------------------------------
-07:08:58 PM.208: [NVENC encoder: 'simple_h264_recording'] settings:
-07:08:58 PM.208:       rate_control: CQP
-07:08:58 PM.208:       bitrate:      0
-07:08:58 PM.208:       cqp:          16
-07:08:58 PM.208:       keyint:       250
-07:08:58 PM.208:       preset:       hq
-07:08:58 PM.208:       profile:      high
-07:08:58 PM.208:       width:        1920
-07:08:58 PM.208:       height:       1080
-07:08:58 PM.208:       2-pass:       false
-07:08:58 PM.208:       b-frames:     2
-07:08:58 PM.208:       GPU:          0
-07:08:58 PM.208: 
-07:08:58 PM.394: libfdk_aac encoder created
-07:08:58 PM.394: libfdk_aac bitrate: 192, channels: 2
-07:08:58 PM.399: ==== Recording Start ===============================================
-07:08:58 PM.399: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 19-08-58.mkv'...
-07:09:19 PM.126: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 19-08-58.mkv' stopped
-07:09:19 PM.126: Output 'simple_file_output': stopping
-07:09:19 PM.126: Output 'simple_file_output': Total frames output: 1193
-07:09:19 PM.126: Output 'simple_file_output': Total drawn frames: 1243
-07:09:19 PM.126: ==== Recording Stop ================================================
-07:09:19 PM.169: libfdk_aac encoder destroyed
-07:10:04 PM.365: ---------------------------------
-07:10:04 PM.365: [NVENC encoder: 'simple_h264_recording'] settings:
-07:10:04 PM.365:       rate_control: CQP
-07:10:04 PM.365:       bitrate:      0
-07:10:04 PM.365:       cqp:          16
-07:10:04 PM.365:       keyint:       250
-07:10:04 PM.365:       preset:       hq
-07:10:04 PM.365:       profile:      high
-07:10:04 PM.365:       width:        1920
-07:10:04 PM.365:       height:       1080
-07:10:04 PM.365:       2-pass:       false
-07:10:04 PM.365:       b-frames:     2
-07:10:04 PM.365:       GPU:          0
-07:10:04 PM.365: 
-07:10:04 PM.464: libfdk_aac encoder created
-07:10:04 PM.464: libfdk_aac bitrate: 192, channels: 2
-07:10:04 PM.465: ==== Recording Start ===============================================
-07:10:04 PM.465: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 19-10-04.mkv'...
-07:10:31 PM.102: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 19-10-04.mkv' stopped
-07:10:31 PM.102: Output 'simple_file_output': stopping
-07:10:31 PM.102: Output 'simple_file_output': Total frames output: 1548
-07:10:31 PM.102: Output 'simple_file_output': Total drawn frames: 1598
-07:10:31 PM.102: ==== Recording Stop ================================================
-07:10:31 PM.149: libfdk_aac encoder destroyed
-07:12:02 PM.607: ---------------------------------
-07:12:02 PM.607: [NVENC encoder: 'simple_h264_recording'] settings:
-07:12:02 PM.607:       rate_control: CQP
-07:12:02 PM.607:       bitrate:      0
-07:12:02 PM.607:       cqp:          16
-07:12:02 PM.607:       keyint:       250
-07:12:02 PM.607:       preset:       hq
-07:12:02 PM.607:       profile:      high
-07:12:02 PM.607:       width:        1920
-07:12:02 PM.607:       height:       1080
-07:12:02 PM.607:       2-pass:       false
-07:12:02 PM.607:       b-frames:     2
-07:12:02 PM.607:       GPU:          0
-07:12:02 PM.607: 
-07:12:02 PM.705: libfdk_aac encoder created
-07:12:02 PM.705: libfdk_aac bitrate: 192, channels: 2
-07:12:02 PM.706: ==== Recording Start ===============================================
-07:12:02 PM.706: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 19-12-02.mkv'...
-07:12:17 PM.103: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 19-12-02.mkv' stopped
-07:12:17 PM.103: Output 'simple_file_output': stopping
-07:12:17 PM.103: Output 'simple_file_output': Total frames output: 815
-07:12:17 PM.103: Output 'simple_file_output': Total drawn frames: 864
-07:12:17 PM.103: ==== Recording Stop ================================================
-07:12:17 PM.144: libfdk_aac encoder destroyed
-07:12:39 PM.716: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes)
-07:12:52 PM.783: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes)
-07:13:05 PM.955: User Removed source 'cam' (xcomposite_input) from scene 'top'
-07:13:16 PM.650: User added source 'camera' (v4l2_input) to scene 'top'
-07:13:18 PM.561: v4l2-input: /dev/video1 seems to not support video capture
-07:13:18 PM.562: v4l2-input: Found device 'UVC Camera: UVC Camera' at /dev/video0
-07:13:18 PM.562: v4l2-input: Found input 'Camera 1' (Index 0)
-07:13:18 PM.576: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-07:13:18 PM.576: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-07:13:18 PM.576: v4l2-input: Pixelformat: H.264 (unavailable)
-07:13:18 PM.576: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-07:13:18 PM.576: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-07:13:18 PM.576: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-07:13:18 PM.576: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-07:13:18 PM.576: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-07:13:18 PM.576: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-07:13:18 PM.576: v4l2-input: Pixelformat: H.264 (unavailable)
-07:13:18 PM.576: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-07:13:18 PM.576: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-07:13:18 PM.576: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-07:13:18 PM.576: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-07:13:27 PM.811: v4l2-input: Stopped capture after 11281 frames
-07:13:27 PM.816: v4l2-input: Start capture from /dev/video0
-07:13:27 PM.817: v4l2-input: Input: 0
-07:13:27 PM.820: v4l2-input: Resolution: 1920x1080
-07:13:27 PM.820: v4l2-input: Pixelformat: BGR3
-07:13:27 PM.820: v4l2-input: Linesize: 5760 Bytes
-07:13:27 PM.822: v4l2-input: Framerate: 30.00 fps
-07:13:38 PM.988: v4l2-input: Stopped capture after 321 frames
-07:13:39 PM.001: v4l2-input: Start capture from /dev/video0
-07:13:39 PM.002: v4l2-input: Input: 0
-07:13:39 PM.004: v4l2-input: Resolution: 1920x1080
-07:13:39 PM.004: v4l2-input: Pixelformat: BGR3
-07:13:39 PM.004: v4l2-input: Linesize: 5760 Bytes
-07:13:39 PM.004: v4l2-input: Framerate: 30.00 fps
-07:13:43 PM.516: v4l2-input: Stopped capture after 135 frames
-07:13:43 PM.529: v4l2-input: Start capture from /dev/video0
-07:13:43 PM.529: v4l2-input: Input: 0
-07:13:43 PM.533: v4l2-input: Resolution: 1920x1080
-07:13:43 PM.533: v4l2-input: Pixelformat: BGR3
-07:13:43 PM.533: v4l2-input: Linesize: 5760 Bytes
-07:13:43 PM.535: v4l2-input: Framerate: 30.00 fps
-07:13:46 PM.349: v4l2-input: Stopped capture after 84 frames
-07:13:46 PM.361: v4l2-input: Start capture from /dev/video0
-07:13:46 PM.361: v4l2-input: Input: 0
-07:13:46 PM.364: v4l2-input: Resolution: 1920x1080
-07:13:46 PM.364: v4l2-input: Pixelformat: BGR3
-07:13:46 PM.364: v4l2-input: Linesize: 5760 Bytes
-07:13:46 PM.367: v4l2-input: Framerate: 30.00 fps
-07:14:45 PM.337: User switched to scene 'onlycam'
-07:15:37 PM.023: ---------------------------------
-07:15:37 PM.023: [NVENC encoder: 'simple_h264_recording'] settings:
-07:15:37 PM.023:       rate_control: CQP
-07:15:37 PM.023:       bitrate:      0
-07:15:37 PM.023:       cqp:          16
-07:15:37 PM.023:       keyint:       250
-07:15:37 PM.023:       preset:       hq
-07:15:37 PM.023:       profile:      high
-07:15:37 PM.023:       width:        1920
-07:15:37 PM.023:       height:       1080
-07:15:37 PM.023:       2-pass:       false
-07:15:37 PM.023:       b-frames:     2
-07:15:37 PM.023:       GPU:          0
-07:15:37 PM.023: 
-07:15:37 PM.109: libfdk_aac encoder created
-07:15:37 PM.109: libfdk_aac bitrate: 192, channels: 2
-07:15:37 PM.110: ==== Recording Start ===============================================
-07:15:37 PM.110: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-07 19-15-37.mkv'...
-07:16:17 PM.815: User added filter 'Compressor' (compressor_filter) to source 'Mic/Aux'
-07:18:25 PM.249: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-07 19-15-37.mkv' stopped
-07:18:25 PM.249: Output 'simple_file_output': stopping
-07:18:25 PM.249: Output 'simple_file_output': Total frames output: 10040
-07:18:25 PM.249: Output 'simple_file_output': Total drawn frames: 10086 (10088 attempted)
-07:18:25 PM.249: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 2 (0.0%)
-07:18:25 PM.249: ==== Recording Stop ================================================
-07:18:25 PM.288: libfdk_aac encoder destroyed
-07:28:41 PM.969: ==== Shutting down ==================================================
-07:28:41 PM.974: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-07:28:41 PM.992: v4l2-input: Stopped capture after 26868 frames
-07:28:41 PM.996: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-07:28:41 PM.996: pulse-input: Got 201289 packets with 61841820 frames
-07:28:41 PM.997: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-07:28:41 PM.997: pulse-input: Got 90966 packets with 56905883 frames
-07:28:41 PM.997: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-07:28:41 PM.997: pulse-am: Got 90835 packets with 61884288 frames
-07:28:41 PM.997: All scene data cleared
-07:28:41 PM.997: ------------------------------------------------
-07:28:41 PM.999: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1816663
-07:28:41 PM.999: Failed to make context current.
-07:28:42 PM.000: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1816665
-07:28:42 PM.000: Failed to make context current.
-07:28:42 PM.000: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1816667
-07:28:42 PM.000: Failed to make context current.
-07:28:42 PM.000: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1816669
-07:28:42 PM.000: Failed to make context current.
-07:28:42 PM.035: [Scripting] Total detached callbacks: 0
-07:28:42 PM.039: Freeing OBS context data
-07:28:42 PM.044: == Profiler Results =============================
-07:28:42 PM.044: run_program_init: 533.195 ms
-07:28:42 PM.044:  ┣OBSApp::AppInit: 10.216 ms
-07:28:42 PM.044:  ┃ ┗OBSApp::InitLocale: 1.757 ms
-07:28:42 PM.044:  ┗OBSApp::OBSInit: 503.41 ms
-07:28:42 PM.044:    ┣obs_startup: 16.906 ms
-07:28:42 PM.044:    ┗OBSBasic::OBSInit: 440.457 ms
-07:28:42 PM.044:      ┣OBSBasic::InitBasicConfig: 0.051 ms
-07:28:42 PM.044:      ┣OBSBasic::ResetAudio: 0.074 ms
-07:28:42 PM.044:      ┣OBSBasic::ResetVideo: 152.32 ms
-07:28:42 PM.044:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-07:28:42 PM.044:      ┣OBSBasic::InitHotkeys: 0.026 ms
-07:28:42 PM.044:      ┣obs_load_all_modules: 75.031 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.397 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(frontend-tools.so): 28.706 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(linux-capture.so): 0.145 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(linux-decklink.so): 0.07 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.235 ms
-07:28:42 PM.044:      ┃ ┃ ┗nvenc_check: 0.21 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(obs-filters.so): 0.019 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(rtmp-services.so): 14.791 ms
-07:28:42 PM.044:      ┃ ┣obs_init_module(text-freetype2.so): 0.006 ms
-07:28:42 PM.044:      ┃ ┗obs_init_module(vlc-video.so): 0.051 ms
-07:28:42 PM.044:      ┣OBSBasic::ResetOutputs: 0.261 ms
-07:28:42 PM.044:      ┣OBSBasic::CreateHotkeys: 0.024 ms
-07:28:42 PM.044:      ┣OBSBasic::InitService: 9.957 ms
-07:28:42 PM.044:      ┣OBSBasic::InitPrimitives: 0.083 ms
-07:28:42 PM.044:      ┗OBSBasic::Load: 161.887 ms
-07:28:42 PM.044: obs_hotkey_thread(25 ms): min=0.028 ms, median=0.051 ms, max=46.863 ms, 99th percentile=0.735 ms, 99.9942% below 25 ms
-07:28:42 PM.044: audio_thread(Audio): min=0 ms, median=0.039 ms, max=8.037 ms, 99th percentile=0.45 ms
-07:28:42 PM.044:  ┗receive_audio: min=0.001 ms, median=0.25 ms, max=7.807 ms, 99th percentile=0.439 ms, 0.176631 calls per parent call
-07:28:42 PM.044:    ┣buffer_audio: min=0 ms, median=0 ms, max=0.022 ms, 99th percentile=0.002 ms
-07:28:42 PM.044:    ┗do_encode: min=0.037 ms, median=0.25 ms, max=7.804 ms, 99th percentile=0.438 ms
-07:28:42 PM.044:      ┗encode(simple_aac_recording): min=0.037 ms, median=0.242 ms, max=0.605 ms, 99th percentile=0.367 ms
-07:28:42 PM.044: obs_graphics_thread(16.6667 ms): min=0.166 ms, median=1.493 ms, max=145.106 ms, 99th percentile=7.54 ms, 99.9664% below 16.667 ms
-07:28:42 PM.044:  ┣tick_sources: min=0 ms, median=0.008 ms, max=122.957 ms, 99th percentile=4.966 ms
-07:28:42 PM.044:  ┣output_frame: min=0.066 ms, median=0.466 ms, max=33.741 ms, 99th percentile=1.165 ms
-07:28:42 PM.044:  ┃ ┣gs_context(video->graphics): min=0.066 ms, median=0.394 ms, max=33.334 ms, 99th percentile=0.885 ms
-07:28:42 PM.044:  ┃ ┃ ┣render_video: min=0.022 ms, median=0.258 ms, max=32.648 ms, 99th percentile=0.803 ms
-07:28:42 PM.044:  ┃ ┃ ┃ ┣render_main_texture: min=0.017 ms, median=0.219 ms, max=16.104 ms, 99th percentile=0.793 ms
-07:28:42 PM.044:  ┃ ┃ ┃ ┣render_convert_texture: min=0.021 ms, median=0.032 ms, max=0.895 ms, 99th percentile=0.055 ms, 0.178191 calls per parent call
-07:28:42 PM.044:  ┃ ┃ ┃ ┗stage_output_texture: min=0.016 ms, median=0.021 ms, max=16.478 ms, 99th percentile=0.042 ms, 0.178191 calls per parent call
-07:28:42 PM.044:  ┃ ┃ ┣gs_flush: min=0.003 ms, median=0.004 ms, max=1.683 ms, 99th percentile=0.027 ms
-07:28:42 PM.044:  ┃ ┃ ┗download_frame: min=0 ms, median=0 ms, max=0.011 ms, 99th percentile=0.002 ms, 0.178191 calls per parent call
-07:28:42 PM.044:  ┃ ┗output_video_data: min=0.238 ms, median=0.368 ms, max=2.172 ms, 99th percentile=0.534 ms, 0.17814 calls per parent call
-07:28:42 PM.044:  ┗render_displays: min=0.03 ms, median=0.809 ms, max=51.473 ms, 99th percentile=2.434 ms
-07:28:42 PM.044: video_thread(video): min=0.001 ms, median=0.774 ms, max=7.531 ms, 99th percentile=1.15 ms
-07:28:42 PM.044:  ┗receive_video: min=0 ms, median=0.774 ms, max=7.53 ms, 99th percentile=1.148 ms
-07:28:42 PM.044:    ┗do_encode: min=0.43 ms, median=0.773 ms, max=7.529 ms, 99th percentile=1.147 ms
-07:28:42 PM.044:      ┗encode(simple_h264_recording): min=0.428 ms, median=0.752 ms, max=2.648 ms, 99th percentile=1.094 ms
-07:28:42 PM.044: =================================================
-07:28:42 PM.044: == Profiler Time Between Calls ==================
-07:28:42 PM.044: obs_hotkey_thread(25 ms): min=25.039 ms, median=25.109 ms, max=71.93 ms, 98.5818% within ±2% of 25 ms (0% lower, 1.41816% higher)
-07:28:42 PM.044: obs_graphics_thread(16.6667 ms): min=1.948 ms, median=16.667 ms, max=145.112 ms, 99.8902% within ±2% of 16.667 ms (0.0607243% lower, 0.0490962% higher)
-07:28:42 PM.044: =================================================
-07:28:42 PM.069: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-16 00-00-27.txt b/.config/obs-studio/logs/2020-12-16 00-00-27.txt
deleted file mode 100644 (file)
index b05d193..0000000
+++ /dev/null
@@ -1,1342 +0,0 @@
-12:00:27 AM.902: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-12:00:27 AM.902: CPU Speed: 3947.779MHz
-12:00:27 AM.902: Physical Cores: 6, Logical Cores: 12
-12:00:27 AM.902: Physical Memory: 15999MB Total, 9097MB Free
-12:00:27 AM.902: Kernel Version: Linux 5.9.14-arch1-1
-12:00:27 AM.902: Distribution: "Arch Linux" Unknown
-12:00:27 AM.902: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-12:00:27 AM.902: Portable mode: false
-12:00:27 AM.934: OBS 26.0.2-3 (linux)
-12:00:27 AM.934: ---------------------------------
-12:00:27 AM.934: ---------------------------------
-12:00:27 AM.934: audio settings reset:
-12:00:27 AM.934:       samples per sec: 48000
-12:00:27 AM.934:       speakers:        2
-12:00:27 AM.935: ---------------------------------
-12:00:27 AM.935: Initializing OpenGL...
-12:00:28 AM.029: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-12:00:28 AM.029: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-12:00:28 AM.048: ---------------------------------
-12:00:28 AM.049: video settings reset:
-12:00:28 AM.049:       base resolution:   1920x1080
-12:00:28 AM.049:       output resolution: 1920x1080
-12:00:28 AM.049:       downscale filter:  Lanczos
-12:00:28 AM.049:       fps:               60/1
-12:00:28 AM.049:       format:            NV12
-12:00:28 AM.049:       YUV mode:          709/Partial
-12:00:28 AM.054: NV12 texture support not available
-12:00:28 AM.054: Audio monitoring device:
-12:00:28 AM.054:       name: Default
-12:00:28 AM.054:       id: default
-12:00:28 AM.054: ---------------------------------
-12:00:28 AM.056: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-12:00:28 AM.084: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-12:00:28 AM.084: No blackmagic support
-12:00:28 AM.089: NVENC supported
-12:00:28 AM.089: FFMPEG VAAPI supported
-12:00:28 AM.137: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-12:00:28 AM.137: 
-12:00:28 AM.137: Couldn't find VLC installation, VLC video source disabled
-12:00:28 AM.137: ---------------------------------
-12:00:28 AM.137:   Loaded Modules:
-12:00:28 AM.137:     vlc-video.so
-12:00:28 AM.137:     text-freetype2.so
-12:00:28 AM.137:     rtmp-services.so
-12:00:28 AM.137:     obs-x264.so
-12:00:28 AM.137:     obs-transitions.so
-12:00:28 AM.137:     obs-outputs.so
-12:00:28 AM.137:     obs-libfdk.so
-12:00:28 AM.137:     obs-filters.so
-12:00:28 AM.137:     obs-ffmpeg.so
-12:00:28 AM.137:     linux-v4l2.so
-12:00:28 AM.137:     linux-pulseaudio.so
-12:00:28 AM.137:     linux-jack.so
-12:00:28 AM.137:     linux-decklink.so
-12:00:28 AM.137:     linux-capture.so
-12:00:28 AM.137:     linux-alsa.so
-12:00:28 AM.137:     image-source.so
-12:00:28 AM.137:     frontend-tools.so
-12:00:28 AM.137:     decklink-ouput-ui.so
-12:00:28 AM.137: ---------------------------------
-12:00:28 AM.137: ==== Startup complete ===============================================
-12:00:28 AM.149: Switched to Preview/Program mode
-12:00:28 AM.149: ------------------------------------------------
-12:00:28 AM.151: All scene data cleared
-12:00:28 AM.151: ------------------------------------------------
-12:00:28 AM.155: pulse-input: Server name: 'pulseaudio 14.0'
-12:00:28 AM.155: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-12:00:28 AM.155: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:00:28 AM.155: [Loaded global audio device]: 'Desktop Audio'
-12:00:28 AM.158: pulse-input: Server name: 'pulseaudio 14.0'
-12:00:28 AM.158: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-12:00:28 AM.158: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:00:28 AM.159: pulse-am: Server name: 'pulseaudio 14.0'
-12:00:28 AM.160: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-12:00:28 AM.160: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:00:28 AM.160: [Loaded global audio device]: 'Mic/Aux'
-12:00:28 AM.160:     - filter: 'supresor' (noise_suppress_filter_v2)
-12:00:28 AM.160:     - filter: 'gate' (noise_gate_filter)
-12:00:28 AM.160:     - filter: 'Compressor' (compressor_filter)
-12:00:28 AM.160:     - monitoring: monitor and output
-12:00:28 AM.160: xshm-input: Geometry 3440x1440 @ 0,1176
-12:00:28 AM.161: v4l2-input: Start capture from /dev/video0
-12:00:28 AM.276: v4l2-input: Input: 0
-12:00:28 AM.278: v4l2-input: Resolution: 1920x1080
-12:00:28 AM.278: v4l2-input: Pixelformat: BGR3
-12:00:28 AM.278: v4l2-input: Linesize: 5760 Bytes
-12:00:28 AM.280: v4l2-input: Framerate: 30.00 fps
-12:00:28 AM.302: xcompcap: [window-capture: 'term1'] update settings:
-12:00:28 AM.302:       title: josuer08@3600:~
-12:00:28 AM.302:       class: Alacritty
-12:00:28 AM.302:       Bit depth: 32
-12:00:28 AM.302:       Found proper GLXFBConfig (in 9): yes
-12:00:28 AM.302: 
-12:00:28 AM.318: Switched to scene 'onlycam'
-12:00:28 AM.319: ------------------------------------------------
-12:00:28 AM.319: Loaded scenes:
-12:00:28 AM.319: - scene 'top':
-12:00:28 AM.319:     - source: 'topscreen' (xshm_input)
-12:00:28 AM.319:     - source: 'camera' (v4l2_input)
-12:00:28 AM.319: - scene 'onlycam':
-12:00:28 AM.319:     - source: 'camera' (v4l2_input)
-12:00:28 AM.319: - scene 'terms-cam':
-12:00:28 AM.319:     - source: 'camera' (v4l2_input)
-12:00:28 AM.319:     - source: 'term1' (xcomposite_input)
-12:00:28 AM.319:     - source: 'term2' (xcomposite_input)
-12:00:28 AM.319: ------------------------------------------------
-12:00:28 AM.714: adding 64 milliseconds of audio buffering, total audio buffering is now 64 milliseconds (source: Mic/Aux)
-12:00:28 AM.714: 
-12:01:22 AM.073: adding 21 milliseconds of audio buffering, total audio buffering is now 85 milliseconds (source: Mic/Aux)
-12:01:22 AM.073: 
-12:16:45 AM.950: User added filter 'Limiter' (limiter_filter) to source 'Mic/Aux'
-12:20:56 AM.363: v4l2-input: /dev/video1 seems to not support video capture
-12:20:56 AM.363: v4l2-input: Found device 'UVC Camera: UVC Camera' at /dev/video0
-12:20:56 AM.363: v4l2-input: Found input 'Camera 1' (Index 0)
-12:20:56 AM.364: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-12:20:56 AM.364: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-12:20:56 AM.364: v4l2-input: Pixelformat: H.264 (unavailable)
-12:20:56 AM.364: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-12:20:56 AM.364: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-12:20:56 AM.364: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-12:20:56 AM.364: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-12:20:56 AM.365: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-12:20:56 AM.365: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-12:20:56 AM.365: v4l2-input: Pixelformat: H.264 (unavailable)
-12:20:56 AM.365: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-12:20:56 AM.365: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-12:20:56 AM.365: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-12:20:56 AM.365: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-12:21:06 AM.007: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:21:06 AM.009: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:21:06 AM.026: v4l2-input: Stopped capture after 37120 frames
-12:21:06 AM.041: v4l2-input: Start capture from /dev/video0
-12:21:06 AM.042: v4l2-input: Input: 0
-12:21:06 AM.050: v4l2-input: Resolution: 1280x720
-12:21:06 AM.050: v4l2-input: Pixelformat: YUYV
-12:21:06 AM.050: v4l2-input: Linesize: 2560 Bytes
-12:21:06 AM.055: v4l2-input: Framerate: 10.00 fps
-12:21:13 AM.669: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:21:13 AM.726: v4l2-input: Stopped capture after 63 frames
-12:21:13 AM.736: v4l2-input: Start capture from /dev/video0
-12:21:13 AM.737: v4l2-input: Input: 0
-12:21:13 AM.745: v4l2-input: Resolution: 1280x720
-12:21:13 AM.745: v4l2-input: Pixelformat: YU12
-12:21:13 AM.745: v4l2-input: Linesize: 1280 Bytes
-12:21:13 AM.749: v4l2-input: Framerate: 30.00 fps
-12:21:20 AM.358: v4l2-input: Stopped capture after 198 frames
-12:21:20 AM.361: v4l2-input: Start capture from /dev/video0
-12:21:20 AM.361: v4l2-input: Input: 0
-12:21:20 AM.366: v4l2-input: Resolution: 1280x720
-12:21:20 AM.366: v4l2-input: Pixelformat: YU12
-12:21:20 AM.366: v4l2-input: Linesize: 1280 Bytes
-12:21:20 AM.369: v4l2-input: Framerate: 30.00 fps
-12:21:39 AM.057: v4l2-input: Stopped capture after 561 frames
-12:21:39 AM.064: v4l2-input: Start capture from /dev/video0
-12:21:39 AM.065: v4l2-input: Input: 0
-12:21:39 AM.068: v4l2-input: Resolution: 1920x1080
-12:21:39 AM.068: v4l2-input: Pixelformat: YU12
-12:21:39 AM.068: v4l2-input: Linesize: 1920 Bytes
-12:21:39 AM.068: v4l2-input: Framerate: 30.00 fps
-12:21:39 AM.657: v4l2-input: Stopped capture after 0 frames
-12:21:58 AM.021: v4l2-input: Start capture from /dev/video0
-12:21:58 AM.022: v4l2-input: Input: 0
-12:21:58 AM.025: v4l2-input: Resolution: 1280x720
-12:21:58 AM.025: v4l2-input: Pixelformat: YU12
-12:21:58 AM.025: v4l2-input: Linesize: 1280 Bytes
-12:21:58 AM.025: v4l2-input: Framerate: 30.00 fps
-12:22:03 AM.404: v4l2-input: Stopped capture after 148 frames
-12:22:03 AM.416: v4l2-input: Start capture from /dev/video0
-12:22:03 AM.416: v4l2-input: Input: 0
-12:22:03 AM.421: v4l2-input: Resolution: 1920x1080
-12:22:03 AM.421: v4l2-input: Pixelformat: YU12
-12:22:03 AM.421: v4l2-input: Linesize: 1920 Bytes
-12:22:03 AM.421: v4l2-input: Framerate: 30.00 fps
-12:22:03 AM.936: v4l2-input: Stopped capture after 0 frames
-12:22:08 AM.055: v4l2-input: Start capture from /dev/video0
-12:22:08 AM.055: v4l2-input: Input: 0
-12:22:08 AM.058: v4l2-input: Resolution: 1920x1080
-12:22:08 AM.058: v4l2-input: Pixelformat: YV12
-12:22:08 AM.058: v4l2-input: Linesize: 1920 Bytes
-12:22:08 AM.058: v4l2-input: Framerate: 30.00 fps
-12:22:08 AM.252: v4l2-input: Stopped capture after 0 frames
-12:22:10 AM.472: v4l2-input: Start capture from /dev/video0
-12:22:10 AM.472: v4l2-input: Input: 0
-12:22:10 AM.475: v4l2-input: Resolution: 1280x720
-12:22:10 AM.475: v4l2-input: Pixelformat: YV12
-12:22:10 AM.475: v4l2-input: Linesize: 1280 Bytes
-12:22:10 AM.475: v4l2-input: Framerate: 30.00 fps
-12:22:12 AM.969: v4l2-input: Stopped capture after 60 frames
-12:22:12 AM.984: v4l2-input: Start capture from /dev/video0
-12:22:12 AM.984: v4l2-input: Input: 0
-12:22:12 AM.988: v4l2-input: Resolution: 1920x1080
-12:22:12 AM.988: v4l2-input: Pixelformat: YV12
-12:22:12 AM.988: v4l2-input: Linesize: 1920 Bytes
-12:22:12 AM.988: v4l2-input: Framerate: 30.00 fps
-12:22:13 AM.524: v4l2-input: Stopped capture after 0 frames
-12:22:15 AM.172: v4l2-input: Start capture from /dev/video0
-12:22:15 AM.172: v4l2-input: Input: 0
-12:22:15 AM.175: v4l2-input: Resolution: 1920x1080
-12:22:15 AM.175: v4l2-input: Pixelformat: BGR3
-12:22:15 AM.175: v4l2-input: Linesize: 5760 Bytes
-12:22:15 AM.175: v4l2-input: Framerate: 30.00 fps
-12:22:29 AM.975: v4l2-input: Stopped capture after 443 frames
-12:22:29 AM.993: v4l2-input: Start capture from /dev/video0
-12:22:29 AM.993: v4l2-input: Input: 0
-12:22:29 AM.998: v4l2-input: Resolution: 1920x1080
-12:22:29 AM.998: v4l2-input: Pixelformat: YU12
-12:22:29 AM.998: v4l2-input: Linesize: 1920 Bytes
-12:22:30 AM.001: v4l2-input: Framerate: 30.00 fps
-12:22:30 AM.179: v4l2-input: Stopped capture after 0 frames
-12:22:31 AM.805: v4l2-input: Start capture from /dev/video0
-12:22:31 AM.805: v4l2-input: Input: 0
-12:22:31 AM.808: v4l2-input: Resolution: 1280x720
-12:22:31 AM.808: v4l2-input: Pixelformat: YU12
-12:22:31 AM.808: v4l2-input: Linesize: 1280 Bytes
-12:22:31 AM.810: v4l2-input: Framerate: 30.00 fps
-12:22:39 AM.277: v4l2-input: Stopped capture after 209 frames
-12:22:39 AM.288: v4l2-input: Start capture from /dev/video0
-12:22:39 AM.288: v4l2-input: Input: 0
-12:22:39 AM.291: v4l2-input: Resolution: 1280x720
-12:22:39 AM.291: v4l2-input: Pixelformat: YV12
-12:22:39 AM.291: v4l2-input: Linesize: 1280 Bytes
-12:22:39 AM.293: v4l2-input: Framerate: 30.00 fps
-12:22:43 AM.217: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:22:43 AM.249: v4l2-input: Stopped capture after 118 frames
-12:22:43 AM.255: v4l2-input: Start capture from /dev/video0
-12:22:43 AM.256: v4l2-input: Input: 0
-12:22:43 AM.260: v4l2-input: Resolution: 1280x720
-12:22:43 AM.260: v4l2-input: Pixelformat: YV12
-12:22:43 AM.260: v4l2-input: Linesize: 1280 Bytes
-12:22:43 AM.262: v4l2-input: Framerate: 30.00 fps
-12:22:45 AM.778: v4l2-input: Stopped capture after 75 frames
-12:22:45 AM.783: v4l2-input: Start capture from /dev/video0
-12:22:45 AM.784: v4l2-input: Input: 0
-12:22:45 AM.787: v4l2-input: Resolution: 1280x720
-12:22:45 AM.787: v4l2-input: Pixelformat: YV12
-12:22:45 AM.787: v4l2-input: Linesize: 1280 Bytes
-12:22:45 AM.789: v4l2-input: Framerate: 30.00 fps
-12:22:50 AM.903: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-12:22:50 AM.915: v4l2-input: Stopped capture after 154 frames
-12:22:50 AM.919: v4l2-input: Start capture from /dev/video0
-12:22:50 AM.920: v4l2-input: Input: 0
-12:22:50 AM.922: v4l2-input: Resolution: 1280x720
-12:22:50 AM.922: v4l2-input: Pixelformat: BGR3
-12:22:50 AM.923: v4l2-input: Linesize: 3840 Bytes
-12:22:50 AM.925: v4l2-input: Framerate: 30.00 fps
-12:22:57 AM.848: v4l2-input: Stopped capture after 207 frames
-12:22:57 AM.864: v4l2-input: Start capture from /dev/video0
-12:22:57 AM.864: v4l2-input: Input: 0
-12:22:57 AM.867: v4l2-input: Resolution: 1280x720
-12:22:57 AM.867: v4l2-input: Pixelformat: BGR3
-12:22:57 AM.867: v4l2-input: Linesize: 3840 Bytes
-12:22:57 AM.869: v4l2-input: Framerate: 30.00 fps
-12:23:01 AM.279: v4l2-input: Stopped capture after 102 frames
-12:23:01 AM.288: v4l2-input: Start capture from /dev/video0
-12:23:01 AM.288: v4l2-input: Input: 0
-12:23:01 AM.291: v4l2-input: Resolution: 1280x720
-12:23:01 AM.291: v4l2-input: Pixelformat: BGR3
-12:23:01 AM.291: v4l2-input: Linesize: 3840 Bytes
-12:23:01 AM.293: v4l2-input: Framerate: 30.00 fps
-12:23:12 AM.577: v4l2-input: Stopped capture after 338 frames
-12:23:12 AM.583: v4l2-input: Start capture from /dev/video0
-12:23:12 AM.584: v4l2-input: Input: 0
-12:23:12 AM.587: v4l2-input: Resolution: 1280x720
-12:23:12 AM.587: v4l2-input: Pixelformat: BGR3
-12:23:12 AM.587: v4l2-input: Linesize: 3840 Bytes
-12:23:12 AM.589: v4l2-input: Framerate: 30.00 fps
-12:23:22 AM.668: v4l2-input: Stopped capture after 301 frames
-12:23:22 AM.679: v4l2-input: Start capture from /dev/video0
-12:23:22 AM.728: v4l2-input: Input: 0
-12:23:22 AM.742: v4l2-input: Resolution: 1280x720
-12:23:22 AM.742: v4l2-input: Pixelformat: BGR3
-12:23:22 AM.742: v4l2-input: Linesize: 3840 Bytes
-12:23:22 AM.763: v4l2-input: Framerate: 30.00 fps
-12:23:22 AM.906: v4l2-input: Stopped capture after 0 frames
-12:23:22 AM.918: v4l2-input: Start capture from /dev/video0
-12:23:22 AM.920: v4l2-input: Input: 0
-12:23:22 AM.935: v4l2-input: Resolution: 1280x720
-12:23:22 AM.935: v4l2-input: Pixelformat: BGR3
-12:23:22 AM.935: v4l2-input: Linesize: 3840 Bytes
-12:23:22 AM.938: v4l2-input: Framerate: 30.00 fps
-12:23:23 AM.069: v4l2-input: Stopped capture after 0 frames
-12:23:23 AM.078: v4l2-input: Start capture from /dev/video0
-12:23:23 AM.079: v4l2-input: Input: 0
-12:23:23 AM.090: v4l2-input: Resolution: 1280x720
-12:23:23 AM.090: v4l2-input: Pixelformat: BGR3
-12:23:23 AM.090: v4l2-input: Linesize: 3840 Bytes
-12:23:23 AM.092: v4l2-input: Framerate: 30.00 fps
-12:23:25 AM.861: v4l2-input: Stopped capture after 82 frames
-12:23:25 AM.865: v4l2-input: Start capture from /dev/video0
-12:23:25 AM.865: v4l2-input: Input: 0
-12:23:25 AM.875: v4l2-input: Resolution: 1280x720
-12:23:25 AM.875: v4l2-input: Pixelformat: BGR3
-12:23:25 AM.875: v4l2-input: Linesize: 3840 Bytes
-12:23:25 AM.878: v4l2-input: Framerate: 30.00 fps
-12:23:26 AM.003: v4l2-input: Stopped capture after 0 frames
-12:23:26 AM.006: v4l2-input: Start capture from /dev/video0
-12:23:26 AM.007: v4l2-input: Input: 0
-12:23:26 AM.023: v4l2-input: Resolution: 1280x720
-12:23:26 AM.023: v4l2-input: Pixelformat: BGR3
-12:23:26 AM.023: v4l2-input: Linesize: 3840 Bytes
-12:23:26 AM.025: v4l2-input: Framerate: 30.00 fps
-12:23:26 AM.204: v4l2-input: Stopped capture after 0 frames
-12:23:26 AM.215: v4l2-input: Start capture from /dev/video0
-12:23:26 AM.220: v4l2-input: Input: 0
-12:23:26 AM.237: v4l2-input: Resolution: 1280x720
-12:23:26 AM.237: v4l2-input: Pixelformat: BGR3
-12:23:26 AM.237: v4l2-input: Linesize: 3840 Bytes
-12:23:26 AM.246: v4l2-input: Framerate: 30.00 fps
-12:23:26 AM.539: v4l2-input: Stopped capture after 0 frames
-12:23:26 AM.550: v4l2-input: Start capture from /dev/video0
-12:23:26 AM.568: v4l2-input: Input: 0
-12:23:26 AM.577: v4l2-input: Resolution: 1280x720
-12:23:26 AM.577: v4l2-input: Pixelformat: BGR3
-12:23:26 AM.577: v4l2-input: Linesize: 3840 Bytes
-12:23:26 AM.579: v4l2-input: Framerate: 30.00 fps
-12:23:26 AM.704: v4l2-input: Stopped capture after 0 frames
-12:23:26 AM.710: v4l2-input: Start capture from /dev/video0
-12:23:26 AM.711: v4l2-input: Input: 0
-12:23:26 AM.715: v4l2-input: Resolution: 1280x720
-12:23:26 AM.715: v4l2-input: Pixelformat: BGR3
-12:23:26 AM.715: v4l2-input: Linesize: 3840 Bytes
-12:23:26 AM.719: v4l2-input: Framerate: 30.00 fps
-12:23:28 AM.350: v4l2-input: Stopped capture after 49 frames
-12:23:28 AM.359: v4l2-input: Start capture from /dev/video0
-12:23:28 AM.359: v4l2-input: Input: 0
-12:23:28 AM.370: v4l2-input: Resolution: 1280x720
-12:23:28 AM.370: v4l2-input: Pixelformat: BGR3
-12:23:28 AM.370: v4l2-input: Linesize: 3840 Bytes
-12:23:28 AM.372: v4l2-input: Framerate: 30.00 fps
-12:23:28 AM.505: v4l2-input: Stopped capture after 0 frames
-12:23:28 AM.518: v4l2-input: Start capture from /dev/video0
-12:23:28 AM.521: v4l2-input: Input: 0
-12:23:28 AM.536: v4l2-input: Resolution: 1280x720
-12:23:28 AM.536: v4l2-input: Pixelformat: BGR3
-12:23:28 AM.536: v4l2-input: Linesize: 3840 Bytes
-12:23:28 AM.539: v4l2-input: Framerate: 30.00 fps
-12:23:28 AM.665: v4l2-input: Stopped capture after 0 frames
-12:23:28 AM.678: v4l2-input: Start capture from /dev/video0
-12:23:28 AM.679: v4l2-input: Input: 0
-12:23:28 AM.687: v4l2-input: Resolution: 1280x720
-12:23:28 AM.687: v4l2-input: Pixelformat: BGR3
-12:23:28 AM.687: v4l2-input: Linesize: 3840 Bytes
-12:23:28 AM.690: v4l2-input: Framerate: 30.00 fps
-12:23:28 AM.924: v4l2-input: Stopped capture after 7 frames
-12:23:28 AM.935: v4l2-input: Start capture from /dev/video0
-12:23:28 AM.935: v4l2-input: Input: 0
-12:23:28 AM.939: v4l2-input: Resolution: 1280x720
-12:23:28 AM.939: v4l2-input: Pixelformat: BGR3
-12:23:28 AM.939: v4l2-input: Linesize: 3840 Bytes
-12:23:28 AM.942: v4l2-input: Framerate: 30.00 fps
-12:23:29 AM.105: v4l2-input: Stopped capture after 0 frames
-12:23:29 AM.110: v4l2-input: Start capture from /dev/video0
-12:23:29 AM.111: v4l2-input: Input: 0
-12:23:29 AM.114: v4l2-input: Resolution: 1280x720
-12:23:29 AM.114: v4l2-input: Pixelformat: BGR3
-12:23:29 AM.114: v4l2-input: Linesize: 3840 Bytes
-12:23:29 AM.118: v4l2-input: Framerate: 30.00 fps
-12:23:30 AM.646: v4l2-input: Stopped capture after 46 frames
-12:23:30 AM.663: v4l2-input: Start capture from /dev/video0
-12:23:30 AM.663: v4l2-input: Input: 0
-12:23:30 AM.666: v4l2-input: Resolution: 1280x720
-12:23:30 AM.666: v4l2-input: Pixelformat: BGR3
-12:23:30 AM.666: v4l2-input: Linesize: 3840 Bytes
-12:23:30 AM.669: v4l2-input: Framerate: 30.00 fps
-12:23:34 AM.048: v4l2-input: Stopped capture after 101 frames
-12:23:34 AM.055: v4l2-input: Start capture from /dev/video0
-12:23:34 AM.055: v4l2-input: Input: 0
-12:23:34 AM.063: v4l2-input: Resolution: 1280x720
-12:23:34 AM.063: v4l2-input: Pixelformat: BGR3
-12:23:34 AM.063: v4l2-input: Linesize: 3840 Bytes
-12:23:34 AM.066: v4l2-input: Framerate: 30.00 fps
-12:23:34 AM.310: v4l2-input: Stopped capture after 0 frames
-12:23:34 AM.326: v4l2-input: Start capture from /dev/video0
-12:23:34 AM.338: v4l2-input: Input: 0
-12:23:34 AM.340: v4l2-input: Resolution: 1280x720
-12:23:34 AM.340: v4l2-input: Pixelformat: BGR3
-12:23:34 AM.340: v4l2-input: Linesize: 3840 Bytes
-12:23:34 AM.343: v4l2-input: Framerate: 30.00 fps
-12:23:34 AM.470: v4l2-input: Stopped capture after 0 frames
-12:23:34 AM.486: v4l2-input: Start capture from /dev/video0
-12:23:34 AM.492: v4l2-input: Input: 0
-12:23:34 AM.504: v4l2-input: Resolution: 1280x720
-12:23:34 AM.504: v4l2-input: Pixelformat: BGR3
-12:23:34 AM.504: v4l2-input: Linesize: 3840 Bytes
-12:23:34 AM.511: v4l2-input: Framerate: 30.00 fps
-12:23:34 AM.639: v4l2-input: Stopped capture after 0 frames
-12:23:34 AM.647: v4l2-input: Start capture from /dev/video0
-12:23:34 AM.647: v4l2-input: Input: 0
-12:23:34 AM.656: v4l2-input: Resolution: 1280x720
-12:23:34 AM.656: v4l2-input: Pixelformat: BGR3
-12:23:34 AM.656: v4l2-input: Linesize: 3840 Bytes
-12:23:34 AM.663: v4l2-input: Framerate: 30.00 fps
-12:23:34 AM.805: v4l2-input: Stopped capture after 0 frames
-12:23:34 AM.807: v4l2-input: Start capture from /dev/video0
-12:23:34 AM.807: v4l2-input: Input: 0
-12:23:34 AM.811: v4l2-input: Resolution: 1280x720
-12:23:34 AM.811: v4l2-input: Pixelformat: BGR3
-12:23:34 AM.811: v4l2-input: Linesize: 3840 Bytes
-12:23:34 AM.817: v4l2-input: Framerate: 30.00 fps
-12:23:34 AM.939: v4l2-input: Stopped capture after 0 frames
-12:23:34 AM.950: v4l2-input: Start capture from /dev/video0
-12:23:34 AM.950: v4l2-input: Input: 0
-12:23:34 AM.964: v4l2-input: Resolution: 1280x720
-12:23:34 AM.964: v4l2-input: Pixelformat: BGR3
-12:23:34 AM.964: v4l2-input: Linesize: 3840 Bytes
-12:23:34 AM.966: v4l2-input: Framerate: 30.00 fps
-12:23:46 AM.547: v4l2-input: Stopped capture after 347 frames
-12:23:46 AM.551: v4l2-input: Start capture from /dev/video0
-12:23:46 AM.551: v4l2-input: Input: 0
-12:23:46 AM.564: v4l2-input: Resolution: 1280x720
-12:23:46 AM.564: v4l2-input: Pixelformat: BGR3
-12:23:46 AM.564: v4l2-input: Linesize: 3840 Bytes
-12:23:46 AM.573: v4l2-input: Framerate: 30.00 fps
-12:23:46 AM.705: v4l2-input: Stopped capture after 0 frames
-12:23:46 AM.710: v4l2-input: Start capture from /dev/video0
-12:23:46 AM.711: v4l2-input: Input: 0
-12:23:46 AM.714: v4l2-input: Resolution: 1280x720
-12:23:46 AM.714: v4l2-input: Pixelformat: BGR3
-12:23:46 AM.714: v4l2-input: Linesize: 3840 Bytes
-12:23:46 AM.718: v4l2-input: Framerate: 30.00 fps
-12:23:57 AM.122: v4l2-input: Stopped capture after 312 frames
-12:23:57 AM.127: v4l2-input: Start capture from /dev/video0
-12:23:57 AM.127: v4l2-input: Input: 0
-12:23:57 AM.144: v4l2-input: Resolution: 1280x720
-12:23:57 AM.144: v4l2-input: Pixelformat: BGR3
-12:23:57 AM.144: v4l2-input: Linesize: 3840 Bytes
-12:23:57 AM.152: v4l2-input: Framerate: 30.00 fps
-12:23:57 AM.305: v4l2-input: Stopped capture after 0 frames
-12:23:57 AM.318: v4l2-input: Start capture from /dev/video0
-12:23:57 AM.322: v4l2-input: Input: 0
-12:23:57 AM.324: v4l2-input: Resolution: 1280x720
-12:23:57 AM.324: v4l2-input: Pixelformat: BGR3
-12:23:57 AM.324: v4l2-input: Linesize: 3840 Bytes
-12:23:57 AM.327: v4l2-input: Framerate: 30.00 fps
-12:23:57 AM.470: v4l2-input: Stopped capture after 0 frames
-12:23:57 AM.478: v4l2-input: Start capture from /dev/video0
-12:23:57 AM.479: v4l2-input: Input: 0
-12:23:57 AM.487: v4l2-input: Resolution: 1280x720
-12:23:57 AM.487: v4l2-input: Pixelformat: BGR3
-12:23:57 AM.487: v4l2-input: Linesize: 3840 Bytes
-12:23:57 AM.490: v4l2-input: Framerate: 30.00 fps
-12:23:58 AM.752: v4l2-input: Stopped capture after 38 frames
-12:23:58 AM.759: v4l2-input: Start capture from /dev/video0
-12:23:58 AM.759: v4l2-input: Input: 0
-12:23:58 AM.762: v4l2-input: Resolution: 1280x720
-12:23:58 AM.762: v4l2-input: Pixelformat: BGR3
-12:23:58 AM.762: v4l2-input: Linesize: 3840 Bytes
-12:23:58 AM.765: v4l2-input: Framerate: 30.00 fps
-12:23:58 AM.905: v4l2-input: Stopped capture after 0 frames
-12:23:58 AM.918: v4l2-input: Start capture from /dev/video0
-12:23:58 AM.919: v4l2-input: Input: 0
-12:23:58 AM.966: v4l2-input: Resolution: 1280x720
-12:23:58 AM.966: v4l2-input: Pixelformat: BGR3
-12:23:58 AM.966: v4l2-input: Linesize: 3840 Bytes
-12:23:58 AM.968: v4l2-input: Framerate: 30.00 fps
-12:24:03 AM.315: v4l2-input: Stopped capture after 130 frames
-12:24:03 AM.319: v4l2-input: Start capture from /dev/video0
-12:24:03 AM.319: v4l2-input: Input: 0
-12:24:03 AM.322: v4l2-input: Resolution: 1280x720
-12:24:03 AM.322: v4l2-input: Pixelformat: BGR3
-12:24:03 AM.322: v4l2-input: Linesize: 3840 Bytes
-12:24:03 AM.324: v4l2-input: Framerate: 30.00 fps
-12:24:03 AM.821: v4l2-input: Stopped capture after 14 frames
-12:24:03 AM.831: v4l2-input: Start capture from /dev/video0
-12:24:03 AM.831: v4l2-input: Input: 0
-12:24:03 AM.834: v4l2-input: Resolution: 1280x720
-12:24:03 AM.834: v4l2-input: Pixelformat: BGR3
-12:24:03 AM.834: v4l2-input: Linesize: 3840 Bytes
-12:24:03 AM.837: v4l2-input: Framerate: 30.00 fps
-12:24:04 AM.048: v4l2-input: Stopped capture after 6 frames
-12:24:04 AM.056: v4l2-input: Start capture from /dev/video0
-12:24:04 AM.056: v4l2-input: Input: 0
-12:24:04 AM.152: v4l2-input: Resolution: 1280x720
-12:24:04 AM.152: v4l2-input: Pixelformat: BGR3
-12:24:04 AM.152: v4l2-input: Linesize: 3840 Bytes
-12:24:04 AM.154: v4l2-input: Framerate: 30.00 fps
-12:24:04 AM.347: v4l2-input: Stopped capture after 5 frames
-12:24:04 AM.359: v4l2-input: Start capture from /dev/video0
-12:24:04 AM.359: v4l2-input: Input: 0
-12:24:04 AM.366: v4l2-input: Resolution: 1280x720
-12:24:04 AM.366: v4l2-input: Pixelformat: BGR3
-12:24:04 AM.366: v4l2-input: Linesize: 3840 Bytes
-12:24:04 AM.370: v4l2-input: Framerate: 30.00 fps
-12:24:05 AM.247: v4l2-input: Stopped capture after 26 frames
-12:24:05 AM.255: v4l2-input: Start capture from /dev/video0
-12:24:05 AM.255: v4l2-input: Input: 0
-12:24:05 AM.303: v4l2-input: Resolution: 1280x720
-12:24:05 AM.303: v4l2-input: Pixelformat: BGR3
-12:24:05 AM.303: v4l2-input: Linesize: 3840 Bytes
-12:24:05 AM.305: v4l2-input: Framerate: 30.00 fps
-12:24:05 AM.614: v4l2-input: Stopped capture after 9 frames
-12:24:05 AM.623: v4l2-input: Start capture from /dev/video0
-12:24:05 AM.623: v4l2-input: Input: 0
-12:24:05 AM.626: v4l2-input: Resolution: 1280x720
-12:24:05 AM.626: v4l2-input: Pixelformat: BGR3
-12:24:05 AM.626: v4l2-input: Linesize: 3840 Bytes
-12:24:05 AM.635: v4l2-input: Framerate: 30.00 fps
-12:24:05 AM.880: v4l2-input: Stopped capture after 7 frames
-12:24:05 AM.895: v4l2-input: Start capture from /dev/video0
-12:24:05 AM.895: v4l2-input: Input: 0
-12:24:05 AM.903: v4l2-input: Resolution: 1280x720
-12:24:05 AM.903: v4l2-input: Pixelformat: BGR3
-12:24:05 AM.903: v4l2-input: Linesize: 3840 Bytes
-12:24:05 AM.905: v4l2-input: Framerate: 30.00 fps
-12:24:06 AM.370: v4l2-input: Stopped capture after 13 frames
-12:24:06 AM.376: v4l2-input: Start capture from /dev/video0
-12:24:06 AM.376: v4l2-input: Input: 0
-12:24:06 AM.475: v4l2-input: Resolution: 1280x720
-12:24:06 AM.475: v4l2-input: Pixelformat: BGR3
-12:24:06 AM.475: v4l2-input: Linesize: 3840 Bytes
-12:24:06 AM.478: v4l2-input: Framerate: 30.00 fps
-12:29:03 AM.447: v4l2-input: Stopped capture after 8909 frames
-12:29:03 AM.458: v4l2-input: Start capture from /dev/video0
-12:29:03 AM.459: v4l2-input: Input: 0
-12:29:03 AM.461: v4l2-input: Resolution: 1280x720
-12:29:03 AM.461: v4l2-input: Pixelformat: BGR3
-12:29:03 AM.461: v4l2-input: Linesize: 3840 Bytes
-12:29:03 AM.464: v4l2-input: Framerate: 30.00 fps
-12:29:03 AM.606: v4l2-input: Stopped capture after 0 frames
-12:29:03 AM.618: v4l2-input: Start capture from /dev/video0
-12:29:03 AM.622: v4l2-input: Input: 0
-12:29:03 AM.625: v4l2-input: Resolution: 1280x720
-12:29:03 AM.625: v4l2-input: Pixelformat: BGR3
-12:29:03 AM.625: v4l2-input: Linesize: 3840 Bytes
-12:29:03 AM.627: v4l2-input: Framerate: 30.00 fps
-12:29:03 AM.771: v4l2-input: Stopped capture after 0 frames
-12:29:03 AM.777: v4l2-input: Start capture from /dev/video0
-12:29:03 AM.778: v4l2-input: Input: 0
-12:29:03 AM.781: v4l2-input: Resolution: 1280x720
-12:29:03 AM.781: v4l2-input: Pixelformat: BGR3
-12:29:03 AM.781: v4l2-input: Linesize: 3840 Bytes
-12:29:03 AM.789: v4l2-input: Framerate: 30.00 fps
-12:29:07 AM.133: v4l2-input: Stopped capture after 100 frames
-12:29:07 AM.138: v4l2-input: Start capture from /dev/video0
-12:29:07 AM.138: v4l2-input: Input: 0
-12:29:07 AM.151: v4l2-input: Resolution: 1280x720
-12:29:07 AM.151: v4l2-input: Pixelformat: BGR3
-12:29:07 AM.151: v4l2-input: Linesize: 3840 Bytes
-12:29:07 AM.154: v4l2-input: Framerate: 30.00 fps
-12:29:07 AM.307: v4l2-input: Stopped capture after 0 frames
-12:29:07 AM.314: v4l2-input: Start capture from /dev/video0
-12:29:07 AM.314: v4l2-input: Input: 0
-12:29:07 AM.325: v4l2-input: Resolution: 1280x720
-12:29:07 AM.325: v4l2-input: Pixelformat: BGR3
-12:29:07 AM.325: v4l2-input: Linesize: 3840 Bytes
-12:29:07 AM.327: v4l2-input: Framerate: 30.00 fps
-12:29:07 AM.471: v4l2-input: Stopped capture after 0 frames
-12:29:07 AM.475: v4l2-input: Start capture from /dev/video0
-12:29:07 AM.475: v4l2-input: Input: 0
-12:29:07 AM.505: v4l2-input: Resolution: 1280x720
-12:29:07 AM.505: v4l2-input: Pixelformat: BGR3
-12:29:07 AM.505: v4l2-input: Linesize: 3840 Bytes
-12:29:07 AM.507: v4l2-input: Framerate: 30.00 fps
-12:29:07 AM.639: v4l2-input: Stopped capture after 0 frames
-12:29:07 AM.650: v4l2-input: Start capture from /dev/video0
-12:29:07 AM.650: v4l2-input: Input: 0
-12:29:07 AM.743: v4l2-input: Resolution: 1280x720
-12:29:07 AM.743: v4l2-input: Pixelformat: BGR3
-12:29:07 AM.743: v4l2-input: Linesize: 3840 Bytes
-12:29:07 AM.745: v4l2-input: Framerate: 30.00 fps
-12:29:07 AM.871: v4l2-input: Stopped capture after 0 frames
-12:29:07 AM.874: v4l2-input: Start capture from /dev/video0
-12:29:07 AM.874: v4l2-input: Input: 0
-12:29:07 AM.877: v4l2-input: Resolution: 1280x720
-12:29:07 AM.877: v4l2-input: Pixelformat: BGR3
-12:29:07 AM.877: v4l2-input: Linesize: 3840 Bytes
-12:29:07 AM.879: v4l2-input: Framerate: 30.00 fps
-12:29:10 AM.576: v4l2-input: Stopped capture after 80 frames
-12:29:10 AM.578: v4l2-input: Start capture from /dev/video0
-12:29:10 AM.590: v4l2-input: Input: 0
-12:29:10 AM.592: v4l2-input: Resolution: 1280x720
-12:29:10 AM.592: v4l2-input: Pixelformat: BGR3
-12:29:10 AM.592: v4l2-input: Linesize: 3840 Bytes
-12:29:10 AM.595: v4l2-input: Framerate: 30.00 fps
-12:29:10 AM.742: v4l2-input: Stopped capture after 0 frames
-12:29:10 AM.753: v4l2-input: Start capture from /dev/video0
-12:29:10 AM.757: v4l2-input: Input: 0
-12:29:10 AM.765: v4l2-input: Resolution: 1280x720
-12:29:10 AM.765: v4l2-input: Pixelformat: BGR3
-12:29:10 AM.765: v4l2-input: Linesize: 3840 Bytes
-12:29:10 AM.767: v4l2-input: Framerate: 30.00 fps
-12:29:11 AM.006: v4l2-input: Stopped capture after 0 frames
-12:29:11 AM.010: v4l2-input: Start capture from /dev/video0
-12:29:11 AM.010: v4l2-input: Input: 0
-12:29:11 AM.014: v4l2-input: Resolution: 1280x720
-12:29:11 AM.014: v4l2-input: Pixelformat: BGR3
-12:29:11 AM.014: v4l2-input: Linesize: 3840 Bytes
-12:29:11 AM.019: v4l2-input: Framerate: 30.00 fps
-12:29:14 AM.692: v4l2-input: Stopped capture after 110 frames
-12:29:14 AM.713: v4l2-input: Start capture from /dev/video0
-12:29:14 AM.727: v4l2-input: Input: 0
-12:29:14 AM.734: v4l2-input: Resolution: 1280x720
-12:29:14 AM.734: v4l2-input: Pixelformat: BGR3
-12:29:14 AM.734: v4l2-input: Linesize: 3840 Bytes
-12:29:14 AM.737: v4l2-input: Framerate: 30.00 fps
-12:29:14 AM.871: v4l2-input: Stopped capture after 0 frames
-12:29:14 AM.881: v4l2-input: Start capture from /dev/video0
-12:29:14 AM.882: v4l2-input: Input: 0
-12:29:14 AM.898: v4l2-input: Resolution: 1280x720
-12:29:14 AM.898: v4l2-input: Pixelformat: BGR3
-12:29:14 AM.898: v4l2-input: Linesize: 3840 Bytes
-12:29:14 AM.907: v4l2-input: Framerate: 30.00 fps
-12:29:15 AM.036: v4l2-input: Stopped capture after 0 frames
-12:29:15 AM.041: v4l2-input: Start capture from /dev/video0
-12:29:15 AM.094: v4l2-input: Input: 0
-12:29:15 AM.097: v4l2-input: Resolution: 1280x720
-12:29:15 AM.097: v4l2-input: Pixelformat: BGR3
-12:29:15 AM.097: v4l2-input: Linesize: 3840 Bytes
-12:29:15 AM.099: v4l2-input: Framerate: 30.00 fps
-12:29:15 AM.206: v4l2-input: Stopped capture after 0 frames
-12:29:15 AM.217: v4l2-input: Start capture from /dev/video0
-12:29:15 AM.218: v4l2-input: Input: 0
-12:29:15 AM.226: v4l2-input: Resolution: 1280x720
-12:29:15 AM.226: v4l2-input: Pixelformat: BGR3
-12:29:15 AM.226: v4l2-input: Linesize: 3840 Bytes
-12:29:15 AM.228: v4l2-input: Framerate: 30.00 fps
-12:29:58 AM.792: v4l2-input: Stopped capture after 1307 frames
-12:29:58 AM.802: v4l2-input: Start capture from /dev/video0
-12:29:58 AM.802: v4l2-input: Input: 0
-12:29:58 AM.813: v4l2-input: Resolution: 1280x720
-12:29:58 AM.813: v4l2-input: Pixelformat: BGR3
-12:29:58 AM.813: v4l2-input: Linesize: 3840 Bytes
-12:29:58 AM.816: v4l2-input: Framerate: 30.00 fps
-12:29:58 AM.971: v4l2-input: Stopped capture after 0 frames
-12:29:58 AM.977: v4l2-input: Start capture from /dev/video0
-12:29:58 AM.998: v4l2-input: Input: 0
-12:29:59 AM.006: v4l2-input: Resolution: 1280x720
-12:29:59 AM.006: v4l2-input: Pixelformat: BGR3
-12:29:59 AM.006: v4l2-input: Linesize: 3840 Bytes
-12:29:59 AM.009: v4l2-input: Framerate: 30.00 fps
-12:29:59 AM.142: v4l2-input: Stopped capture after 0 frames
-12:29:59 AM.153: v4l2-input: Start capture from /dev/video0
-12:29:59 AM.158: v4l2-input: Input: 0
-12:29:59 AM.166: v4l2-input: Resolution: 1280x720
-12:29:59 AM.166: v4l2-input: Pixelformat: BGR3
-12:29:59 AM.166: v4l2-input: Linesize: 3840 Bytes
-12:29:59 AM.169: v4l2-input: Framerate: 30.00 fps
-12:29:59 AM.309: v4l2-input: Stopped capture after 0 frames
-12:29:59 AM.313: v4l2-input: Start capture from /dev/video0
-12:29:59 AM.324: v4l2-input: Input: 0
-12:29:59 AM.326: v4l2-input: Resolution: 1280x720
-12:29:59 AM.326: v4l2-input: Pixelformat: BGR3
-12:29:59 AM.326: v4l2-input: Linesize: 3840 Bytes
-12:29:59 AM.335: v4l2-input: Framerate: 30.00 fps
-12:29:59 AM.471: v4l2-input: Stopped capture after 0 frames
-12:29:59 AM.475: v4l2-input: Start capture from /dev/video0
-12:29:59 AM.491: v4l2-input: Input: 0
-12:29:59 AM.493: v4l2-input: Resolution: 1280x720
-12:29:59 AM.493: v4l2-input: Pixelformat: BGR3
-12:29:59 AM.493: v4l2-input: Linesize: 3840 Bytes
-12:29:59 AM.496: v4l2-input: Framerate: 30.00 fps
-12:29:59 AM.608: v4l2-input: Stopped capture after 0 frames
-12:29:59 AM.617: v4l2-input: Start capture from /dev/video0
-12:29:59 AM.617: v4l2-input: Input: 0
-12:29:59 AM.697: v4l2-input: Resolution: 1280x720
-12:29:59 AM.697: v4l2-input: Pixelformat: BGR3
-12:29:59 AM.697: v4l2-input: Linesize: 3840 Bytes
-12:29:59 AM.706: v4l2-input: Framerate: 30.00 fps
-12:29:59 AM.841: v4l2-input: Stopped capture after 0 frames
-12:29:59 AM.857: v4l2-input: Start capture from /dev/video0
-12:29:59 AM.857: v4l2-input: Input: 0
-12:29:59 AM.861: v4l2-input: Resolution: 1280x720
-12:29:59 AM.861: v4l2-input: Pixelformat: BGR3
-12:29:59 AM.861: v4l2-input: Linesize: 3840 Bytes
-12:29:59 AM.863: v4l2-input: Framerate: 30.00 fps
-12:30:01 AM.881: v4l2-input: Stopped capture after 60 frames
-12:30:01 AM.889: v4l2-input: Start capture from /dev/video0
-12:30:01 AM.896: v4l2-input: Input: 0
-12:30:01 AM.898: v4l2-input: Resolution: 1280x720
-12:30:01 AM.898: v4l2-input: Pixelformat: BGR3
-12:30:01 AM.898: v4l2-input: Linesize: 3840 Bytes
-12:30:01 AM.908: v4l2-input: Framerate: 30.00 fps
-12:30:02 AM.041: v4l2-input: Stopped capture after 0 frames
-12:30:02 AM.049: v4l2-input: Start capture from /dev/video0
-12:30:02 AM.055: v4l2-input: Input: 0
-12:30:02 AM.058: v4l2-input: Resolution: 1280x720
-12:30:02 AM.058: v4l2-input: Pixelformat: BGR3
-12:30:02 AM.058: v4l2-input: Linesize: 3840 Bytes
-12:30:02 AM.067: v4l2-input: Framerate: 30.00 fps
-12:30:02 AM.207: v4l2-input: Stopped capture after 0 frames
-12:30:02 AM.212: v4l2-input: Start capture from /dev/video0
-12:30:02 AM.223: v4l2-input: Input: 0
-12:30:02 AM.225: v4l2-input: Resolution: 1280x720
-12:30:02 AM.225: v4l2-input: Pixelformat: BGR3
-12:30:02 AM.225: v4l2-input: Linesize: 3840 Bytes
-12:30:02 AM.228: v4l2-input: Framerate: 30.00 fps
-12:30:02 AM.371: v4l2-input: Stopped capture after 0 frames
-12:30:02 AM.385: v4l2-input: Start capture from /dev/video0
-12:30:02 AM.385: v4l2-input: Input: 0
-12:30:02 AM.391: v4l2-input: Resolution: 1280x720
-12:30:02 AM.391: v4l2-input: Pixelformat: BGR3
-12:30:02 AM.391: v4l2-input: Linesize: 3840 Bytes
-12:30:02 AM.393: v4l2-input: Framerate: 30.00 fps
-12:30:04 AM.021: v4l2-input: Stopped capture after 49 frames
-12:30:04 AM.033: v4l2-input: Start capture from /dev/video0
-12:30:04 AM.034: v4l2-input: Input: 0
-12:30:04 AM.038: v4l2-input: Resolution: 1280x720
-12:30:04 AM.038: v4l2-input: Pixelformat: BGR3
-12:30:04 AM.038: v4l2-input: Linesize: 3840 Bytes
-12:30:04 AM.041: v4l2-input: Framerate: 30.00 fps
-12:30:04 AM.171: v4l2-input: Stopped capture after 0 frames
-12:30:04 AM.177: v4l2-input: Start capture from /dev/video0
-12:30:04 AM.198: v4l2-input: Input: 0
-12:30:04 AM.206: v4l2-input: Resolution: 1280x720
-12:30:04 AM.206: v4l2-input: Pixelformat: BGR3
-12:30:04 AM.206: v4l2-input: Linesize: 3840 Bytes
-12:30:04 AM.210: v4l2-input: Framerate: 30.00 fps
-12:30:04 AM.342: v4l2-input: Stopped capture after 0 frames
-12:30:04 AM.353: v4l2-input: Start capture from /dev/video0
-12:30:04 AM.369: v4l2-input: Input: 0
-12:30:04 AM.372: v4l2-input: Resolution: 1280x720
-12:30:04 AM.372: v4l2-input: Pixelformat: BGR3
-12:30:04 AM.372: v4l2-input: Linesize: 3840 Bytes
-12:30:04 AM.375: v4l2-input: Framerate: 30.00 fps
-12:30:04 AM.508: v4l2-input: Stopped capture after 0 frames
-12:30:04 AM.513: v4l2-input: Start capture from /dev/video0
-12:30:04 AM.523: v4l2-input: Input: 0
-12:30:04 AM.525: v4l2-input: Resolution: 1280x720
-12:30:04 AM.525: v4l2-input: Pixelformat: BGR3
-12:30:04 AM.525: v4l2-input: Linesize: 3840 Bytes
-12:30:04 AM.528: v4l2-input: Framerate: 30.00 fps
-12:30:04 AM.671: v4l2-input: Stopped capture after 0 frames
-12:30:04 AM.689: v4l2-input: Start capture from /dev/video0
-12:30:04 AM.691: v4l2-input: Input: 0
-12:30:04 AM.699: v4l2-input: Resolution: 1280x720
-12:30:04 AM.699: v4l2-input: Pixelformat: BGR3
-12:30:04 AM.699: v4l2-input: Linesize: 3840 Bytes
-12:30:04 AM.708: v4l2-input: Framerate: 30.00 fps
-12:30:04 AM.841: v4l2-input: Stopped capture after 0 frames
-12:30:04 AM.849: v4l2-input: Start capture from /dev/video0
-12:30:04 AM.849: v4l2-input: Input: 0
-12:30:04 AM.868: v4l2-input: Resolution: 1280x720
-12:30:04 AM.868: v4l2-input: Pixelformat: BGR3
-12:30:04 AM.868: v4l2-input: Linesize: 3840 Bytes
-12:30:04 AM.871: v4l2-input: Framerate: 30.00 fps
-12:30:05 AM.747: v4l2-input: Stopped capture after 26 frames
-12:30:05 AM.761: v4l2-input: Start capture from /dev/video0
-12:30:05 AM.762: v4l2-input: Input: 0
-12:30:05 AM.764: v4l2-input: Resolution: 1280x720
-12:30:05 AM.764: v4l2-input: Pixelformat: BGR3
-12:30:05 AM.764: v4l2-input: Linesize: 3840 Bytes
-12:30:05 AM.766: v4l2-input: Framerate: 30.00 fps
-12:30:05 AM.908: v4l2-input: Stopped capture after 0 frames
-12:30:05 AM.921: v4l2-input: Start capture from /dev/video0
-12:30:05 AM.923: v4l2-input: Input: 0
-12:30:05 AM.925: v4l2-input: Resolution: 1280x720
-12:30:05 AM.925: v4l2-input: Pixelformat: BGR3
-12:30:05 AM.925: v4l2-input: Linesize: 3840 Bytes
-12:30:05 AM.928: v4l2-input: Framerate: 30.00 fps
-12:30:06 AM.070: v4l2-input: Stopped capture after 0 frames
-12:30:06 AM.081: v4l2-input: Start capture from /dev/video0
-12:30:06 AM.081: v4l2-input: Input: 0
-12:30:06 AM.090: v4l2-input: Resolution: 1280x720
-12:30:06 AM.090: v4l2-input: Pixelformat: BGR3
-12:30:06 AM.090: v4l2-input: Linesize: 3840 Bytes
-12:30:06 AM.095: v4l2-input: Framerate: 30.00 fps
-12:30:07 AM.152: v4l2-input: Stopped capture after 31 frames
-12:30:07 AM.169: v4l2-input: Start capture from /dev/video0
-12:30:07 AM.170: v4l2-input: Input: 0
-12:30:07 AM.172: v4l2-input: Resolution: 1280x720
-12:30:07 AM.172: v4l2-input: Pixelformat: BGR3
-12:30:07 AM.172: v4l2-input: Linesize: 3840 Bytes
-12:30:07 AM.175: v4l2-input: Framerate: 30.00 fps
-12:30:07 AM.308: v4l2-input: Stopped capture after 0 frames
-12:30:07 AM.313: v4l2-input: Start capture from /dev/video0
-12:30:07 AM.346: v4l2-input: Input: 0
-12:30:07 AM.348: v4l2-input: Resolution: 1280x720
-12:30:07 AM.348: v4l2-input: Pixelformat: BGR3
-12:30:07 AM.348: v4l2-input: Linesize: 3840 Bytes
-12:30:07 AM.357: v4l2-input: Framerate: 30.00 fps
-12:30:07 AM.471: v4l2-input: Stopped capture after 0 frames
-12:30:07 AM.489: v4l2-input: Start capture from /dev/video0
-12:30:07 AM.489: v4l2-input: Input: 0
-12:30:07 AM.498: v4l2-input: Resolution: 1280x720
-12:30:07 AM.498: v4l2-input: Pixelformat: BGR3
-12:30:07 AM.498: v4l2-input: Linesize: 3840 Bytes
-12:30:07 AM.507: v4l2-input: Framerate: 30.00 fps
-12:30:07 AM.641: v4l2-input: Stopped capture after 0 frames
-12:30:07 AM.649: v4l2-input: Start capture from /dev/video0
-12:30:07 AM.649: v4l2-input: Input: 0
-12:30:07 AM.657: v4l2-input: Resolution: 1280x720
-12:30:07 AM.657: v4l2-input: Pixelformat: BGR3
-12:30:07 AM.657: v4l2-input: Linesize: 3840 Bytes
-12:30:07 AM.666: v4l2-input: Framerate: 30.00 fps
-12:30:08 AM.218: v4l2-input: Stopped capture after 16 frames
-12:30:08 AM.225: v4l2-input: Start capture from /dev/video0
-12:30:08 AM.227: v4l2-input: Input: 0
-12:30:08 AM.235: v4l2-input: Resolution: 1280x720
-12:30:08 AM.235: v4l2-input: Pixelformat: BGR3
-12:30:08 AM.235: v4l2-input: Linesize: 3840 Bytes
-12:30:08 AM.238: v4l2-input: Framerate: 30.00 fps
-12:30:08 AM.388: v4l2-input: Stopped capture after 0 frames
-12:30:08 AM.401: v4l2-input: Start capture from /dev/video0
-12:30:08 AM.530: v4l2-input: Input: 0
-12:30:08 AM.538: v4l2-input: Resolution: 1280x720
-12:30:08 AM.538: v4l2-input: Pixelformat: BGR3
-12:30:08 AM.538: v4l2-input: Linesize: 3840 Bytes
-12:30:08 AM.541: v4l2-input: Framerate: 30.00 fps
-12:30:08 AM.672: v4l2-input: Stopped capture after 0 frames
-12:30:08 AM.689: v4l2-input: Start capture from /dev/video0
-12:30:08 AM.689: v4l2-input: Input: 0
-12:30:08 AM.699: v4l2-input: Resolution: 1280x720
-12:30:08 AM.699: v4l2-input: Pixelformat: BGR3
-12:30:08 AM.699: v4l2-input: Linesize: 3840 Bytes
-12:30:08 AM.711: v4l2-input: Framerate: 30.00 fps
-12:30:08 AM.838: v4l2-input: Stopped capture after 0 frames
-12:30:08 AM.849: v4l2-input: Start capture from /dev/video0
-12:30:08 AM.849: v4l2-input: Input: 0
-12:30:08 AM.854: v4l2-input: Resolution: 1280x720
-12:30:08 AM.854: v4l2-input: Pixelformat: BGR3
-12:30:08 AM.854: v4l2-input: Linesize: 3840 Bytes
-12:30:08 AM.856: v4l2-input: Framerate: 30.00 fps
-12:30:09 AM.066: v4l2-input: Stopped capture after 6 frames
-12:30:09 AM.073: v4l2-input: Start capture from /dev/video0
-12:30:09 AM.074: v4l2-input: Input: 0
-12:30:09 AM.077: v4l2-input: Resolution: 1280x720
-12:30:09 AM.077: v4l2-input: Pixelformat: BGR3
-12:30:09 AM.077: v4l2-input: Linesize: 3840 Bytes
-12:30:09 AM.080: v4l2-input: Framerate: 30.00 fps
-12:30:09 AM.207: v4l2-input: Stopped capture after 0 frames
-12:30:09 AM.217: v4l2-input: Start capture from /dev/video0
-12:30:09 AM.223: v4l2-input: Input: 0
-12:30:09 AM.226: v4l2-input: Resolution: 1280x720
-12:30:09 AM.226: v4l2-input: Pixelformat: BGR3
-12:30:09 AM.226: v4l2-input: Linesize: 3840 Bytes
-12:30:09 AM.228: v4l2-input: Framerate: 30.00 fps
-12:30:09 AM.371: v4l2-input: Stopped capture after 0 frames
-12:30:09 AM.377: v4l2-input: Start capture from /dev/video0
-12:30:09 AM.393: v4l2-input: Input: 0
-12:30:09 AM.395: v4l2-input: Resolution: 1280x720
-12:30:09 AM.395: v4l2-input: Pixelformat: BGR3
-12:30:09 AM.395: v4l2-input: Linesize: 3840 Bytes
-12:30:09 AM.398: v4l2-input: Framerate: 30.00 fps
-12:30:09 AM.541: v4l2-input: Stopped capture after 0 frames
-12:30:09 AM.553: v4l2-input: Start capture from /dev/video0
-12:30:09 AM.553: v4l2-input: Input: 0
-12:30:09 AM.568: v4l2-input: Resolution: 1280x720
-12:30:09 AM.568: v4l2-input: Pixelformat: BGR3
-12:30:09 AM.568: v4l2-input: Linesize: 3840 Bytes
-12:30:09 AM.571: v4l2-input: Framerate: 30.00 fps
-12:30:10 AM.682: v4l2-input: Stopped capture after 33 frames
-12:30:10 AM.689: v4l2-input: Start capture from /dev/video0
-12:30:10 AM.696: v4l2-input: Input: 0
-12:30:10 AM.699: v4l2-input: Resolution: 1280x720
-12:30:10 AM.699: v4l2-input: Pixelformat: BGR3
-12:30:10 AM.699: v4l2-input: Linesize: 3840 Bytes
-12:30:10 AM.716: v4l2-input: Framerate: 30.00 fps
-12:30:10 AM.839: v4l2-input: Stopped capture after 0 frames
-12:30:10 AM.849: v4l2-input: Start capture from /dev/video0
-12:30:10 AM.857: v4l2-input: Input: 0
-12:30:10 AM.859: v4l2-input: Resolution: 1280x720
-12:30:10 AM.859: v4l2-input: Pixelformat: BGR3
-12:30:10 AM.859: v4l2-input: Linesize: 3840 Bytes
-12:30:10 AM.862: v4l2-input: Framerate: 30.00 fps
-12:30:11 AM.007: v4l2-input: Stopped capture after 0 frames
-12:30:11 AM.011: v4l2-input: Start capture from /dev/video0
-12:30:11 AM.023: v4l2-input: Input: 0
-12:30:11 AM.025: v4l2-input: Resolution: 1280x720
-12:30:11 AM.025: v4l2-input: Pixelformat: BGR3
-12:30:11 AM.025: v4l2-input: Linesize: 3840 Bytes
-12:30:11 AM.028: v4l2-input: Framerate: 30.00 fps
-12:30:11 AM.171: v4l2-input: Stopped capture after 0 frames
-12:30:11 AM.184: v4l2-input: Start capture from /dev/video0
-12:30:11 AM.198: v4l2-input: Input: 0
-12:30:11 AM.206: v4l2-input: Resolution: 1280x720
-12:30:11 AM.206: v4l2-input: Pixelformat: BGR3
-12:30:11 AM.206: v4l2-input: Linesize: 3840 Bytes
-12:30:11 AM.213: v4l2-input: Framerate: 30.00 fps
-12:30:11 AM.341: v4l2-input: Stopped capture after 0 frames
-12:30:11 AM.344: v4l2-input: Start capture from /dev/video0
-12:30:11 AM.358: v4l2-input: Input: 0
-12:30:11 AM.366: v4l2-input: Resolution: 1280x720
-12:30:11 AM.366: v4l2-input: Pixelformat: BGR3
-12:30:11 AM.366: v4l2-input: Linesize: 3840 Bytes
-12:30:11 AM.369: v4l2-input: Framerate: 30.00 fps
-12:30:11 AM.507: v4l2-input: Stopped capture after 0 frames
-12:30:11 AM.521: v4l2-input: Start capture from /dev/video0
-12:30:11 AM.524: v4l2-input: Input: 0
-12:30:11 AM.526: v4l2-input: Resolution: 1280x720
-12:30:11 AM.526: v4l2-input: Pixelformat: BGR3
-12:30:11 AM.526: v4l2-input: Linesize: 3840 Bytes
-12:30:11 AM.529: v4l2-input: Framerate: 30.00 fps
-12:30:11 AM.672: v4l2-input: Stopped capture after 0 frames
-12:30:11 AM.680: v4l2-input: Start capture from /dev/video0
-12:30:11 AM.693: v4l2-input: Input: 0
-12:30:11 AM.705: v4l2-input: Resolution: 1280x720
-12:30:11 AM.705: v4l2-input: Pixelformat: BGR3
-12:30:11 AM.705: v4l2-input: Linesize: 3840 Bytes
-12:30:11 AM.707: v4l2-input: Framerate: 30.00 fps
-12:30:11 AM.841: v4l2-input: Stopped capture after 0 frames
-12:30:11 AM.856: v4l2-input: Start capture from /dev/video0
-12:30:11 AM.858: v4l2-input: Input: 0
-12:30:11 AM.866: v4l2-input: Resolution: 1280x720
-12:30:11 AM.866: v4l2-input: Pixelformat: BGR3
-12:30:11 AM.866: v4l2-input: Linesize: 3840 Bytes
-12:30:11 AM.869: v4l2-input: Framerate: 30.00 fps
-12:30:12 AM.141: v4l2-input: Stopped capture after 0 frames
-12:30:12 AM.144: v4l2-input: Start capture from /dev/video0
-12:30:12 AM.158: v4l2-input: Input: 0
-12:30:12 AM.166: v4l2-input: Resolution: 1280x720
-12:30:12 AM.166: v4l2-input: Pixelformat: BGR3
-12:30:12 AM.166: v4l2-input: Linesize: 3840 Bytes
-12:30:12 AM.169: v4l2-input: Framerate: 30.00 fps
-12:30:12 AM.307: v4l2-input: Stopped capture after 0 frames
-12:30:12 AM.321: v4l2-input: Start capture from /dev/video0
-12:30:12 AM.326: v4l2-input: Input: 0
-12:30:12 AM.329: v4l2-input: Resolution: 1280x720
-12:30:12 AM.329: v4l2-input: Pixelformat: BGR3
-12:30:12 AM.329: v4l2-input: Linesize: 3840 Bytes
-12:30:12 AM.332: v4l2-input: Framerate: 30.00 fps
-12:30:12 AM.438: v4l2-input: Stopped capture after 0 frames
-12:30:12 AM.449: v4l2-input: Start capture from /dev/video0
-12:30:12 AM.449: v4l2-input: Input: 0
-12:30:12 AM.454: v4l2-input: Resolution: 1280x720
-12:30:12 AM.454: v4l2-input: Pixelformat: BGR3
-12:30:12 AM.454: v4l2-input: Linesize: 3840 Bytes
-12:30:12 AM.457: v4l2-input: Framerate: 30.00 fps
-12:30:12 AM.678: v4l2-input: Stopped capture after 7 frames
-12:30:12 AM.689: v4l2-input: Start capture from /dev/video0
-12:30:12 AM.690: v4l2-input: Input: 0
-12:30:12 AM.693: v4l2-input: Resolution: 1280x720
-12:30:12 AM.693: v4l2-input: Pixelformat: BGR3
-12:30:12 AM.693: v4l2-input: Linesize: 3840 Bytes
-12:30:12 AM.695: v4l2-input: Framerate: 30.00 fps
-12:30:12 AM.807: v4l2-input: Stopped capture after 0 frames
-12:30:12 AM.817: v4l2-input: Start capture from /dev/video0
-12:30:12 AM.817: v4l2-input: Input: 0
-12:30:12 AM.822: v4l2-input: Resolution: 1280x720
-12:30:12 AM.822: v4l2-input: Pixelformat: BGR3
-12:30:12 AM.822: v4l2-input: Linesize: 3840 Bytes
-12:30:12 AM.824: v4l2-input: Framerate: 30.00 fps
-12:30:12 AM.941: v4l2-input: Stopped capture after 0 frames
-12:30:12 AM.945: v4l2-input: Start capture from /dev/video0
-12:30:12 AM.945: v4l2-input: Input: 0
-12:30:12 AM.965: v4l2-input: Resolution: 1280x720
-12:30:12 AM.965: v4l2-input: Pixelformat: BGR3
-12:30:12 AM.965: v4l2-input: Linesize: 3840 Bytes
-12:30:12 AM.967: v4l2-input: Framerate: 30.00 fps
-12:30:15 AM.431: v4l2-input: Stopped capture after 73 frames
-12:30:15 AM.441: v4l2-input: Start capture from /dev/video0
-12:30:15 AM.441: v4l2-input: Input: 0
-12:30:15 AM.445: v4l2-input: Resolution: 1280x720
-12:30:15 AM.445: v4l2-input: Pixelformat: BGR3
-12:30:15 AM.445: v4l2-input: Linesize: 3840 Bytes
-12:30:15 AM.447: v4l2-input: Framerate: 30.00 fps
-12:30:15 AM.890: v4l2-input: Stopped capture after 13 frames
-12:30:15 AM.905: v4l2-input: Start capture from /dev/video0
-12:30:15 AM.905: v4l2-input: Input: 0
-12:30:15 AM.908: v4l2-input: Resolution: 1280x720
-12:30:15 AM.908: v4l2-input: Pixelformat: BGR3
-12:30:15 AM.908: v4l2-input: Linesize: 3840 Bytes
-12:30:15 AM.911: v4l2-input: Framerate: 30.00 fps
-12:30:16 AM.041: v4l2-input: Stopped capture after 0 frames
-12:30:16 AM.049: v4l2-input: Start capture from /dev/video0
-12:30:16 AM.049: v4l2-input: Input: 0
-12:30:16 AM.058: v4l2-input: Resolution: 1280x720
-12:30:16 AM.058: v4l2-input: Pixelformat: BGR3
-12:30:16 AM.058: v4l2-input: Linesize: 3840 Bytes
-12:30:16 AM.066: v4l2-input: Framerate: 30.00 fps
-12:30:16 AM.207: v4l2-input: Stopped capture after 0 frames
-12:30:16 AM.225: v4l2-input: Start capture from /dev/video0
-12:30:16 AM.226: v4l2-input: Input: 0
-12:30:16 AM.344: v4l2-input: Resolution: 1280x720
-12:30:16 AM.344: v4l2-input: Pixelformat: BGR3
-12:30:16 AM.344: v4l2-input: Linesize: 3840 Bytes
-12:30:16 AM.347: v4l2-input: Framerate: 30.00 fps
-12:30:16 AM.507: v4l2-input: Stopped capture after 0 frames
-12:30:16 AM.512: v4l2-input: Start capture from /dev/video0
-12:30:16 AM.513: v4l2-input: Input: 0
-12:30:16 AM.525: v4l2-input: Resolution: 1280x720
-12:30:16 AM.525: v4l2-input: Pixelformat: BGR3
-12:30:16 AM.525: v4l2-input: Linesize: 3840 Bytes
-12:30:16 AM.528: v4l2-input: Framerate: 30.00 fps
-12:30:16 AM.672: v4l2-input: Stopped capture after 0 frames
-12:30:16 AM.688: v4l2-input: Start capture from /dev/video0
-12:30:16 AM.689: v4l2-input: Input: 0
-12:30:16 AM.708: v4l2-input: Resolution: 1280x720
-12:30:16 AM.708: v4l2-input: Pixelformat: BGR3
-12:30:16 AM.708: v4l2-input: Linesize: 3840 Bytes
-12:30:16 AM.712: v4l2-input: Framerate: 30.00 fps
-12:30:16 AM.841: v4l2-input: Stopped capture after 0 frames
-12:30:16 AM.849: v4l2-input: Start capture from /dev/video0
-12:30:16 AM.849: v4l2-input: Input: 0
-12:30:16 AM.858: v4l2-input: Resolution: 1280x720
-12:30:16 AM.858: v4l2-input: Pixelformat: BGR3
-12:30:16 AM.858: v4l2-input: Linesize: 3840 Bytes
-12:30:16 AM.866: v4l2-input: Framerate: 30.00 fps
-12:30:17 AM.007: v4l2-input: Stopped capture after 0 frames
-12:30:17 AM.024: v4l2-input: Start capture from /dev/video0
-12:30:17 AM.025: v4l2-input: Input: 0
-12:30:17 AM.028: v4l2-input: Resolution: 1280x720
-12:30:17 AM.028: v4l2-input: Pixelformat: BGR3
-12:30:17 AM.028: v4l2-input: Linesize: 3840 Bytes
-12:30:17 AM.036: v4l2-input: Framerate: 30.00 fps
-12:30:17 AM.171: v4l2-input: Stopped capture after 0 frames
-12:30:17 AM.184: v4l2-input: Start capture from /dev/video0
-12:30:17 AM.185: v4l2-input: Input: 0
-12:30:17 AM.209: v4l2-input: Resolution: 1280x720
-12:30:17 AM.209: v4l2-input: Pixelformat: BGR3
-12:30:17 AM.209: v4l2-input: Linesize: 3840 Bytes
-12:30:17 AM.211: v4l2-input: Framerate: 30.00 fps
-12:30:17 AM.341: v4l2-input: Stopped capture after 0 frames
-12:30:17 AM.344: v4l2-input: Start capture from /dev/video0
-12:30:17 AM.345: v4l2-input: Input: 0
-12:30:17 AM.348: v4l2-input: Resolution: 1280x720
-12:30:17 AM.348: v4l2-input: Pixelformat: BGR3
-12:30:17 AM.348: v4l2-input: Linesize: 3840 Bytes
-12:30:17 AM.359: v4l2-input: Framerate: 30.00 fps
-12:30:17 AM.991: v4l2-input: Stopped capture after 19 frames
-12:30:18 AM.001: v4l2-input: Start capture from /dev/video0
-12:30:18 AM.001: v4l2-input: Input: 0
-12:30:18 AM.004: v4l2-input: Resolution: 1280x720
-12:30:18 AM.004: v4l2-input: Pixelformat: BGR3
-12:30:18 AM.004: v4l2-input: Linesize: 3840 Bytes
-12:30:18 AM.007: v4l2-input: Framerate: 30.00 fps
-12:30:18 AM.524: v4l2-input: Stopped capture after 15 frames
-12:30:18 AM.529: v4l2-input: Start capture from /dev/video0
-12:30:18 AM.529: v4l2-input: Input: 0
-12:30:18 AM.532: v4l2-input: Resolution: 1280x720
-12:30:18 AM.532: v4l2-input: Pixelformat: BGR3
-12:30:18 AM.532: v4l2-input: Linesize: 3840 Bytes
-12:30:18 AM.535: v4l2-input: Framerate: 30.00 fps
-12:30:18 AM.771: v4l2-input: Stopped capture after 0 frames
-12:30:18 AM.785: v4l2-input: Start capture from /dev/video0
-12:30:18 AM.785: v4l2-input: Input: 0
-12:30:18 AM.809: v4l2-input: Resolution: 1280x720
-12:30:18 AM.809: v4l2-input: Pixelformat: BGR3
-12:30:18 AM.809: v4l2-input: Linesize: 3840 Bytes
-12:30:18 AM.812: v4l2-input: Framerate: 30.00 fps
-12:30:18 AM.941: v4l2-input: Stopped capture after 0 frames
-12:30:18 AM.945: v4l2-input: Start capture from /dev/video0
-12:30:18 AM.945: v4l2-input: Input: 0
-12:30:18 AM.948: v4l2-input: Resolution: 1280x720
-12:30:18 AM.948: v4l2-input: Pixelformat: BGR3
-12:30:18 AM.948: v4l2-input: Linesize: 3840 Bytes
-12:30:18 AM.954: v4l2-input: Framerate: 30.00 fps
-12:30:19 AM.124: v4l2-input: Stopped capture after 5 frames
-12:30:19 AM.137: v4l2-input: Start capture from /dev/video0
-12:30:19 AM.137: v4l2-input: Input: 0
-12:30:19 AM.141: v4l2-input: Resolution: 1280x720
-12:30:19 AM.141: v4l2-input: Pixelformat: BGR3
-12:30:19 AM.141: v4l2-input: Linesize: 3840 Bytes
-12:30:19 AM.144: v4l2-input: Framerate: 30.00 fps
-12:30:19 AM.451: v4l2-input: Stopped capture after 9 frames
-12:30:19 AM.457: v4l2-input: Start capture from /dev/video0
-12:30:19 AM.457: v4l2-input: Input: 0
-12:30:19 AM.466: v4l2-input: Resolution: 1280x720
-12:30:19 AM.466: v4l2-input: Pixelformat: BGR3
-12:30:19 AM.466: v4l2-input: Linesize: 3840 Bytes
-12:30:19 AM.468: v4l2-input: Framerate: 30.00 fps
-12:30:20 AM.122: v4l2-input: Stopped capture after 19 frames
-12:30:20 AM.129: v4l2-input: Start capture from /dev/video0
-12:30:20 AM.129: v4l2-input: Input: 0
-12:30:20 AM.132: v4l2-input: Resolution: 1280x720
-12:30:20 AM.132: v4l2-input: Pixelformat: BGR3
-12:30:20 AM.132: v4l2-input: Linesize: 3840 Bytes
-12:30:20 AM.135: v4l2-input: Framerate: 30.00 fps
-12:30:20 AM.591: v4l2-input: Stopped capture after 13 frames
-12:30:20 AM.609: v4l2-input: Start capture from /dev/video0
-12:30:20 AM.609: v4l2-input: Input: 0
-12:30:20 AM.612: v4l2-input: Resolution: 1280x720
-12:30:20 AM.612: v4l2-input: Pixelformat: BGR3
-12:30:20 AM.612: v4l2-input: Linesize: 3840 Bytes
-12:30:20 AM.615: v4l2-input: Framerate: 30.00 fps
-12:30:25 AM.820: v4l2-input: Stopped capture after 156 frames
-12:30:25 AM.825: v4l2-input: Start capture from /dev/video0
-12:30:25 AM.825: v4l2-input: Input: 0
-12:30:25 AM.828: v4l2-input: Resolution: 1280x720
-12:30:25 AM.828: v4l2-input: Pixelformat: BGR3
-12:30:25 AM.828: v4l2-input: Linesize: 3840 Bytes
-12:30:25 AM.838: v4l2-input: Framerate: 30.00 fps
-12:30:25 AM.971: v4l2-input: Stopped capture after 0 frames
-12:30:25 AM.984: v4l2-input: Start capture from /dev/video0
-12:30:26 AM.012: v4l2-input: Input: 0
-12:30:26 AM.017: v4l2-input: Resolution: 1280x720
-12:30:26 AM.017: v4l2-input: Pixelformat: BGR3
-12:30:26 AM.017: v4l2-input: Linesize: 3840 Bytes
-12:30:26 AM.021: v4l2-input: Framerate: 30.00 fps
-12:30:26 AM.241: v4l2-input: Stopped capture after 0 frames
-12:30:26 AM.256: v4l2-input: Start capture from /dev/video0
-12:30:26 AM.257: v4l2-input: Input: 0
-12:30:26 AM.266: v4l2-input: Resolution: 1280x720
-12:30:26 AM.266: v4l2-input: Pixelformat: BGR3
-12:30:26 AM.266: v4l2-input: Linesize: 3840 Bytes
-12:30:26 AM.269: v4l2-input: Framerate: 30.00 fps
-12:30:26 AM.407: v4l2-input: Stopped capture after 0 frames
-12:30:26 AM.417: v4l2-input: Start capture from /dev/video0
-12:30:26 AM.417: v4l2-input: Input: 0
-12:30:26 AM.422: v4l2-input: Resolution: 1280x720
-12:30:26 AM.422: v4l2-input: Pixelformat: BGR3
-12:30:26 AM.422: v4l2-input: Linesize: 3840 Bytes
-12:30:26 AM.424: v4l2-input: Framerate: 30.00 fps
-12:30:29 AM.521: v4l2-input: Stopped capture after 93 frames
-12:30:29 AM.537: v4l2-input: Start capture from /dev/video0
-12:30:29 AM.539: v4l2-input: Input: 0
-12:30:29 AM.542: v4l2-input: Resolution: 1280x720
-12:30:29 AM.542: v4l2-input: Pixelformat: BGR3
-12:30:29 AM.542: v4l2-input: Linesize: 3840 Bytes
-12:30:29 AM.545: v4l2-input: Framerate: 30.00 fps
-12:30:29 AM.671: v4l2-input: Stopped capture after 0 frames
-12:30:29 AM.680: v4l2-input: Start capture from /dev/video0
-12:30:29 AM.691: v4l2-input: Input: 0
-12:30:29 AM.694: v4l2-input: Resolution: 1280x720
-12:30:29 AM.694: v4l2-input: Pixelformat: BGR3
-12:30:29 AM.694: v4l2-input: Linesize: 3840 Bytes
-12:30:29 AM.696: v4l2-input: Framerate: 30.00 fps
-12:30:29 AM.841: v4l2-input: Stopped capture after 0 frames
-12:30:29 AM.856: v4l2-input: Start capture from /dev/video0
-12:30:29 AM.857: v4l2-input: Input: 0
-12:30:29 AM.867: v4l2-input: Resolution: 1280x720
-12:30:29 AM.867: v4l2-input: Pixelformat: BGR3
-12:30:29 AM.867: v4l2-input: Linesize: 3840 Bytes
-12:30:29 AM.870: v4l2-input: Framerate: 30.00 fps
-12:30:30 AM.007: v4l2-input: Stopped capture after 0 frames
-12:30:30 AM.016: v4l2-input: Start capture from /dev/video0
-12:30:30 AM.016: v4l2-input: Input: 0
-12:30:30 AM.025: v4l2-input: Resolution: 1280x720
-12:30:30 AM.025: v4l2-input: Pixelformat: BGR3
-12:30:30 AM.025: v4l2-input: Linesize: 3840 Bytes
-12:30:30 AM.028: v4l2-input: Framerate: 30.00 fps
-12:30:30 AM.171: v4l2-input: Stopped capture after 0 frames
-12:30:30 AM.176: v4l2-input: Start capture from /dev/video0
-12:30:30 AM.177: v4l2-input: Input: 0
-12:30:30 AM.180: v4l2-input: Resolution: 1280x720
-12:30:30 AM.180: v4l2-input: Pixelformat: BGR3
-12:30:30 AM.180: v4l2-input: Linesize: 3840 Bytes
-12:30:30 AM.187: v4l2-input: Framerate: 30.00 fps
-12:30:31 AM.063: v4l2-input: Stopped capture after 25 frames
-12:30:31 AM.073: v4l2-input: Start capture from /dev/video0
-12:30:31 AM.073: v4l2-input: Input: 0
-12:30:31 AM.076: v4l2-input: Resolution: 1280x720
-12:30:31 AM.076: v4l2-input: Pixelformat: BGR3
-12:30:31 AM.076: v4l2-input: Linesize: 3840 Bytes
-12:30:31 AM.078: v4l2-input: Framerate: 30.00 fps
-12:30:31 AM.321: v4l2-input: Stopped capture after 7 frames
-12:30:31 AM.329: v4l2-input: Start capture from /dev/video0
-12:30:31 AM.329: v4l2-input: Input: 0
-12:30:31 AM.337: v4l2-input: Resolution: 1280x720
-12:30:31 AM.337: v4l2-input: Pixelformat: BGR3
-12:30:31 AM.337: v4l2-input: Linesize: 3840 Bytes
-12:30:31 AM.340: v4l2-input: Framerate: 30.00 fps
-12:30:31 AM.473: v4l2-input: Stopped capture after 0 frames
-12:30:31 AM.490: v4l2-input: Start capture from /dev/video0
-12:30:31 AM.588: v4l2-input: Input: 0
-12:30:31 AM.595: v4l2-input: Resolution: 1280x720
-12:30:31 AM.595: v4l2-input: Pixelformat: BGR3
-12:30:31 AM.595: v4l2-input: Linesize: 3840 Bytes
-12:30:31 AM.598: v4l2-input: Framerate: 30.00 fps
-12:30:31 AM.741: v4l2-input: Stopped capture after 0 frames
-12:30:31 AM.744: v4l2-input: Start capture from /dev/video0
-12:30:31 AM.744: v4l2-input: Input: 0
-12:30:31 AM.747: v4l2-input: Resolution: 1280x720
-12:30:31 AM.747: v4l2-input: Pixelformat: BGR3
-12:30:31 AM.747: v4l2-input: Linesize: 3840 Bytes
-12:30:31 AM.754: v4l2-input: Framerate: 30.00 fps
-12:30:32 AM.047: v4l2-input: Stopped capture after 9 frames
-12:30:32 AM.049: v4l2-input: Start capture from /dev/video0
-12:30:32 AM.049: v4l2-input: Input: 0
-12:30:32 AM.054: v4l2-input: Resolution: 1280x720
-12:30:32 AM.054: v4l2-input: Pixelformat: BGR3
-12:30:32 AM.054: v4l2-input: Linesize: 3840 Bytes
-12:30:32 AM.057: v4l2-input: Framerate: 30.00 fps
-12:30:32 AM.550: v4l2-input: Stopped capture after 15 frames
-12:30:32 AM.561: v4l2-input: Start capture from /dev/video0
-12:30:32 AM.561: v4l2-input: Input: 0
-12:30:32 AM.565: v4l2-input: Resolution: 1280x720
-12:30:32 AM.565: v4l2-input: Pixelformat: BGR3
-12:30:32 AM.565: v4l2-input: Linesize: 3840 Bytes
-12:30:32 AM.567: v4l2-input: Framerate: 30.00 fps
-12:30:32 AM.782: v4l2-input: Stopped capture after 6 frames
-12:30:32 AM.785: v4l2-input: Start capture from /dev/video0
-12:30:32 AM.785: v4l2-input: Input: 0
-12:30:32 AM.804: v4l2-input: Resolution: 1280x720
-12:30:32 AM.804: v4l2-input: Pixelformat: BGR3
-12:30:32 AM.804: v4l2-input: Linesize: 3840 Bytes
-12:30:32 AM.807: v4l2-input: Framerate: 30.00 fps
-12:30:33 AM.216: v4l2-input: Stopped capture after 12 frames
-12:30:33 AM.233: v4l2-input: Start capture from /dev/video0
-12:30:33 AM.233: v4l2-input: Input: 0
-12:30:33 AM.236: v4l2-input: Resolution: 1280x720
-12:30:33 AM.236: v4l2-input: Pixelformat: BGR3
-12:30:33 AM.236: v4l2-input: Linesize: 3840 Bytes
-12:30:33 AM.239: v4l2-input: Framerate: 30.00 fps
-12:30:33 AM.371: v4l2-input: Stopped capture after 0 frames
-12:30:33 AM.377: v4l2-input: Start capture from /dev/video0
-12:30:33 AM.377: v4l2-input: Input: 0
-12:30:33 AM.395: v4l2-input: Resolution: 1280x720
-12:30:33 AM.395: v4l2-input: Pixelformat: BGR3
-12:30:33 AM.395: v4l2-input: Linesize: 3840 Bytes
-12:30:33 AM.398: v4l2-input: Framerate: 30.00 fps
-12:30:35 AM.380: v4l2-input: Stopped capture after 59 frames
-12:30:35 AM.393: v4l2-input: Start capture from /dev/video0
-12:30:35 AM.421: v4l2-input: Input: 0
-12:30:35 AM.437: v4l2-input: Resolution: 1280x720
-12:30:35 AM.437: v4l2-input: Pixelformat: BGR3
-12:30:35 AM.437: v4l2-input: Linesize: 3840 Bytes
-12:30:35 AM.446: v4l2-input: Framerate: 30.00 fps
-12:30:35 AM.607: v4l2-input: Stopped capture after 0 frames
-12:30:35 AM.616: v4l2-input: Start capture from /dev/video0
-12:30:35 AM.623: v4l2-input: Input: 0
-12:30:35 AM.639: v4l2-input: Resolution: 1280x720
-12:30:35 AM.639: v4l2-input: Pixelformat: BGR3
-12:30:35 AM.639: v4l2-input: Linesize: 3840 Bytes
-12:30:35 AM.641: v4l2-input: Framerate: 30.00 fps
-12:30:35 AM.771: v4l2-input: Stopped capture after 0 frames
-12:30:35 AM.776: v4l2-input: Start capture from /dev/video0
-12:30:35 AM.777: v4l2-input: Input: 0
-12:30:35 AM.807: v4l2-input: Resolution: 1280x720
-12:30:35 AM.807: v4l2-input: Pixelformat: BGR3
-12:30:35 AM.807: v4l2-input: Linesize: 3840 Bytes
-12:30:35 AM.810: v4l2-input: Framerate: 30.00 fps
-12:30:35 AM.940: v4l2-input: Stopped capture after 0 frames
-12:30:35 AM.952: v4l2-input: Start capture from /dev/video0
-12:30:35 AM.953: v4l2-input: Input: 0
-12:30:35 AM.958: v4l2-input: Resolution: 1280x720
-12:30:35 AM.958: v4l2-input: Pixelformat: BGR3
-12:30:35 AM.958: v4l2-input: Linesize: 3840 Bytes
-12:30:35 AM.961: v4l2-input: Framerate: 30.00 fps
-12:31:20 AM.146: v4l2-input: Stopped capture after 1326 frames
-12:31:20 AM.160: v4l2-input: Start capture from /dev/video0
-12:31:20 AM.161: v4l2-input: Input: 0
-12:31:20 AM.163: v4l2-input: Resolution: 1280x720
-12:31:20 AM.163: v4l2-input: Pixelformat: BGR3
-12:31:20 AM.163: v4l2-input: Linesize: 3840 Bytes
-12:31:20 AM.166: v4l2-input: Framerate: 30.00 fps
-12:31:21 AM.663: v4l2-input: Stopped capture after 44 frames
-12:31:21 AM.680: v4l2-input: Start capture from /dev/video0
-12:31:21 AM.680: v4l2-input: Input: 0
-12:31:21 AM.692: v4l2-input: Resolution: 1280x720
-12:31:21 AM.692: v4l2-input: Pixelformat: BGR3
-12:31:21 AM.692: v4l2-input: Linesize: 3840 Bytes
-12:31:21 AM.694: v4l2-input: Framerate: 30.00 fps
-12:31:22 AM.648: v4l2-input: Stopped capture after 28 frames
-12:31:22 AM.659: v4l2-input: Start capture from /dev/video0
-12:31:22 AM.659: v4l2-input: Input: 0
-12:31:22 AM.673: v4l2-input: Resolution: 1280x720
-12:31:22 AM.673: v4l2-input: Pixelformat: BGR3
-12:31:22 AM.673: v4l2-input: Linesize: 3840 Bytes
-12:31:22 AM.687: v4l2-input: Framerate: 30.00 fps
-12:31:24 AM.651: v4l2-input: Stopped capture after 56 frames
-12:31:24 AM.656: v4l2-input: Start capture from /dev/video0
-12:31:24 AM.656: v4l2-input: Input: 0
-12:31:24 AM.659: v4l2-input: Resolution: 1280x720
-12:31:24 AM.659: v4l2-input: Pixelformat: BGR3
-12:31:24 AM.659: v4l2-input: Linesize: 3840 Bytes
-12:31:24 AM.667: v4l2-input: Framerate: 30.00 fps
-12:33:01 AM.843: ==== Shutting down ==================================================
-12:33:01 AM.845: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:33:01 AM.846: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:33:01 AM.885: v4l2-input: Stopped capture after 2916 frames
-12:33:01 AM.903: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:33:01 AM.903: pulse-input: Got 228159 packets with 93586597 frames
-12:33:01 AM.904: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:33:01 AM.904: pulse-input: Got 219216 packets with 86070757 frames
-12:33:01 AM.904: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:33:01 AM.904: pulse-am: Got 219055 packets with 93624902 frames
-12:33:01 AM.905: All scene data cleared
-12:33:01 AM.905: ------------------------------------------------
-12:33:01 AM.929: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2762983
-12:33:01 AM.929: Failed to make context current.
-12:33:01 AM.929: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2762985
-12:33:01 AM.929: Failed to make context current.
-12:33:01 AM.929: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2762987
-12:33:01 AM.929: Failed to make context current.
-12:33:01 AM.929: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2762989
-12:33:01 AM.929: Failed to make context current.
-12:33:01 AM.929: Failed to fetch parent window geometry!
-12:33:01 AM.929: Failed to fetch parent window geometry!
-12:33:01 AM.929: Failed to fetch parent window geometry!
-12:33:01 AM.929: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 2762993
-12:33:01 AM.929: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 2762994
-12:33:01 AM.929: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2762996
-12:33:01 AM.929: Failed to make context current.
-12:33:01 AM.929: Failed to fetch parent window geometry!
-12:33:01 AM.929: Failed to fetch parent window geometry!
-12:33:01 AM.929: Failed to fetch parent window geometry!
-12:33:01 AM.930: Failed to fetch parent window geometry!
-12:33:01 AM.930: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 2763001
-12:33:01 AM.930: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 2763002
-12:33:01 AM.930: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2763004
-12:33:01 AM.930: Failed to make context current.
-12:33:01 AM.930: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2763006
-12:33:01 AM.930: Failed to make context current.
-12:33:01 AM.930: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2763008
-12:33:01 AM.930: Failed to make context current.
-12:33:01 AM.930: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 2763010
-12:33:01 AM.930: Failed to make context current.
-12:33:01 AM.963: [Scripting] Total detached callbacks: 0
-12:33:01 AM.970: Freeing OBS context data
-12:33:01 AM.982: == Profiler Results =============================
-12:33:01 AM.982: run_program_init: 505.052 ms
-12:33:01 AM.982:  ┣OBSApp::AppInit: 1.419 ms
-12:33:01 AM.982:  ┃ ┗OBSApp::InitLocale: 0.494 ms
-12:33:01 AM.982:  ┗OBSApp::OBSInit: 471.801 ms
-12:33:01 AM.982:    ┣obs_startup: 16.449 ms
-12:33:01 AM.982:    ┗OBSBasic::OBSInit: 423.526 ms
-12:33:01 AM.982:      ┣OBSBasic::InitBasicConfig: 0.057 ms
-12:33:01 AM.982:      ┣OBSBasic::ResetAudio: 0.06 ms
-12:33:01 AM.982:      ┣OBSBasic::ResetVideo: 119.989 ms
-12:33:01 AM.982:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-12:33:01 AM.982:      ┣OBSBasic::InitHotkeys: 0.028 ms
-12:33:01 AM.982:      ┣obs_load_all_modules: 82.795 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.304 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(frontend-tools.so): 24.418 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(linux-capture.so): 0.226 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(linux-decklink.so): 0.066 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(linux-jack.so): 0 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.274 ms
-12:33:01 AM.982:      ┃ ┃ ┗nvenc_check: 0.245 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(obs-filters.so): 0.016 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(obs-transitions.so): 0.004 ms
-12:33:01 AM.982:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-12:33:01 AM.983:      ┃ ┣obs_init_module(rtmp-services.so): 45.085 ms
-12:33:01 AM.983:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-12:33:01 AM.983:      ┃ ┗obs_init_module(vlc-video.so): 0.046 ms
-12:33:01 AM.983:      ┣OBSBasic::ResetOutputs: 0.064 ms
-12:33:01 AM.983:      ┣OBSBasic::CreateHotkeys: 0.024 ms
-12:33:01 AM.983:      ┣OBSBasic::InitService: 11.273 ms
-12:33:01 AM.983:      ┣OBSBasic::InitPrimitives: 0.084 ms
-12:33:01 AM.983:      ┗OBSBasic::Load: 170.546 ms
-12:33:01 AM.983: obs_hotkey_thread(25 ms): min=0.026 ms, median=0.048 ms, max=269.409 ms, 99th percentile=0.229 ms, 99.8385% below 25 ms
-12:33:01 AM.983: audio_thread(Audio): min=0 ms, median=0.024 ms, max=350.63 ms, 99th percentile=0.148 ms
-12:33:01 AM.983: obs_graphics_thread(16.6667 ms): min=0.14 ms, median=0.792 ms, max=1185.03 ms, 99th percentile=2.044 ms, 99.8164% below 16.667 ms
-12:33:01 AM.983:  ┣tick_sources: min=0 ms, median=0.003 ms, max=332.41 ms, 99th percentile=0.01 ms
-12:33:01 AM.983:  ┣output_frame: min=0.061 ms, median=0.192 ms, max=405.995 ms, 99th percentile=0.751 ms
-12:33:01 AM.983:  ┃ ┗gs_context(video->graphics): min=0.061 ms, median=0.192 ms, max=405.994 ms, 99th percentile=0.751 ms
-12:33:01 AM.983:  ┃   ┣render_video: min=0.003 ms, median=0.095 ms, max=366.574 ms, 99th percentile=0.65 ms
-12:33:01 AM.983:  ┃   ┃ ┗render_main_texture: min=0.002 ms, median=0.087 ms, max=366.565 ms, 99th percentile=0.645 ms
-12:33:01 AM.983:  ┃   ┗gs_flush: min=0 ms, median=0.004 ms, max=303.908 ms, 99th percentile=0.02 ms
-12:33:01 AM.983:  ┗render_displays: min=0.033 ms, median=0.52 ms, max=1005.71 ms, 99th percentile=1.238 ms
-12:33:01 AM.983: =================================================
-12:33:01 AM.983: == Profiler Time Between Calls ==================
-12:33:01 AM.983: obs_hotkey_thread(25 ms): min=25.039 ms, median=25.104 ms, max=294.471 ms, 99.3074% within ±2% of 25 ms (0% lower, 0.692623% higher)
-12:33:01 AM.983: obs_graphics_thread(16.6667 ms): min=0.765 ms, median=16.667 ms, max=1185.04 ms, 99.6926% within ±2% of 16.667 ms (0.11689% lower, 0.190488% higher)
-12:33:01 AM.983: =================================================
-12:33:01 AM.998: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-16 17-18-40.txt b/.config/obs-studio/logs/2020-12-16 17-18-40.txt
deleted file mode 100644 (file)
index f4d8fe3..0000000
+++ /dev/null
@@ -1,223 +0,0 @@
-05:18:40 PM.138: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-05:18:40 PM.138: CPU Speed: 3950.367MHz
-05:18:40 PM.138: Physical Cores: 6, Logical Cores: 12
-05:18:40 PM.138: Physical Memory: 15999MB Total, 15148MB Free
-05:18:40 PM.138: Kernel Version: Linux 5.9.14-arch1-1
-05:18:40 PM.138: Distribution: "Arch Linux" Unknown
-05:18:40 PM.138: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-05:18:40 PM.139: Portable mode: false
-05:18:40 PM.182: OBS 26.0.2-3 (linux)
-05:18:40 PM.182: ---------------------------------
-05:18:40 PM.182: ---------------------------------
-05:18:40 PM.182: audio settings reset:
-05:18:40 PM.182:       samples per sec: 48000
-05:18:40 PM.182:       speakers:        2
-05:18:40 PM.185: ---------------------------------
-05:18:40 PM.185: Initializing OpenGL...
-05:18:40 PM.255: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-05:18:40 PM.255: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-05:18:40 PM.304: ---------------------------------
-05:18:40 PM.304: video settings reset:
-05:18:40 PM.304:       base resolution:   1920x1080
-05:18:40 PM.304:       output resolution: 1920x1080
-05:18:40 PM.304:       downscale filter:  Lanczos
-05:18:40 PM.304:       fps:               60/1
-05:18:40 PM.304:       format:            NV12
-05:18:40 PM.304:       YUV mode:          709/Partial
-05:18:40 PM.304: NV12 texture support not available
-05:18:40 PM.342: Audio monitoring device:
-05:18:40 PM.342:       name: Default
-05:18:40 PM.342:       id: default
-05:18:40 PM.342: ---------------------------------
-05:18:40 PM.344: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-05:18:40 PM.380: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-05:18:40 PM.380: No blackmagic support
-05:18:40 PM.403: NVENC supported
-05:18:40 PM.403: FFMPEG VAAPI supported
-05:18:40 PM.476: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-05:18:40 PM.476: 
-05:18:40 PM.476: Couldn't find VLC installation, VLC video source disabled
-05:18:40 PM.476: ---------------------------------
-05:18:40 PM.476:   Loaded Modules:
-05:18:40 PM.476:     vlc-video.so
-05:18:40 PM.476:     text-freetype2.so
-05:18:40 PM.476:     rtmp-services.so
-05:18:40 PM.476:     obs-x264.so
-05:18:40 PM.476:     obs-transitions.so
-05:18:40 PM.476:     obs-outputs.so
-05:18:40 PM.476:     obs-libfdk.so
-05:18:40 PM.476:     obs-filters.so
-05:18:40 PM.476:     obs-ffmpeg.so
-05:18:40 PM.476:     linux-v4l2.so
-05:18:40 PM.476:     linux-pulseaudio.so
-05:18:40 PM.476:     linux-jack.so
-05:18:40 PM.476:     linux-decklink.so
-05:18:40 PM.476:     linux-capture.so
-05:18:40 PM.476:     linux-alsa.so
-05:18:40 PM.476:     image-source.so
-05:18:40 PM.476:     frontend-tools.so
-05:18:40 PM.476:     decklink-ouput-ui.so
-05:18:40 PM.476: ---------------------------------
-05:18:40 PM.476: ==== Startup complete ===============================================
-05:18:40 PM.487: Switched to Preview/Program mode
-05:18:40 PM.487: ------------------------------------------------
-05:18:40 PM.488: All scene data cleared
-05:18:40 PM.488: ------------------------------------------------
-05:18:40 PM.494: pulse-input: Server name: 'pulseaudio 14.0'
-05:18:40 PM.494: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-05:18:40 PM.494: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-05:18:40 PM.494: [Loaded global audio device]: 'Desktop Audio'
-05:18:40 PM.498: pulse-input: Server name: 'pulseaudio 14.0'
-05:18:40 PM.498: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-05:18:40 PM.498: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-05:18:40 PM.499: pulse-am: Server name: 'pulseaudio 14.0'
-05:18:40 PM.499: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-05:18:40 PM.499: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-05:18:40 PM.500: [Loaded global audio device]: 'Mic/Aux'
-05:18:40 PM.500:     - filter: 'supresor' (noise_suppress_filter_v2)
-05:18:40 PM.500:     - filter: 'gate' (noise_gate_filter)
-05:18:40 PM.500:     - filter: 'Compressor' (compressor_filter)
-05:18:40 PM.500:     - filter: 'Limiter' (limiter_filter)
-05:18:40 PM.500:     - monitoring: monitor and output
-05:18:40 PM.521: xcompcap: glXCreatePixmap failed: BadAlloc (insufficient resources for operation)
-05:18:40 PM.522: v4l2-input: Start capture from /dev/video0
-05:18:40 PM.634: v4l2-input: Input: 0
-05:18:40 PM.636: v4l2-input: Resolution: 1920x1080
-05:18:40 PM.636: v4l2-input: Pixelformat: BGR3
-05:18:40 PM.636: v4l2-input: Linesize: 5760 Bytes
-05:18:40 PM.639: v4l2-input: Framerate: 30.00 fps
-05:18:40 PM.641: xshm-input: Geometry 3440x1440 @ 0,1176
-05:18:40 PM.641: Switched to scene 'onlycam'
-05:18:40 PM.642: ------------------------------------------------
-05:18:40 PM.642: Loaded scenes:
-05:18:40 PM.642: - scene 'top':
-05:18:40 PM.642:     - source: 'topscreen' (xshm_input)
-05:18:40 PM.642:     - source: 'camera' (v4l2_input)
-05:18:40 PM.642: - scene 'onlycam':
-05:18:40 PM.642:     - source: 'camera' (v4l2_input)
-05:18:40 PM.642: - scene 'terms-cam':
-05:18:40 PM.642:     - source: 'camera' (v4l2_input)
-05:18:40 PM.642:     - source: 'term1' (xcomposite_input)
-05:18:40 PM.642:     - source: 'term2' (xcomposite_input)
-05:18:40 PM.642: ------------------------------------------------
-05:18:41 PM.067: adding 85 milliseconds of audio buffering, total audio buffering is now 85 milliseconds (source: Mic/Aux)
-05:18:41 PM.067: 
-05:19:19 PM.489: v4l2-input: Start capture from 
-05:19:19 PM.489: v4l2-input: Unable to open device
-05:19:19 PM.489: v4l2-input: Initialization failed
-05:19:19 PM.490: User added source 'Video Capture Device (V4L2)' (v4l2_input) to scene 'onlycam'
-05:19:19 PM.492: v4l2-input: /dev/video1 seems to not support video capture
-05:19:19 PM.493: v4l2-input: Found device 'UVC Camera: UVC Camera' at /dev/video0
-05:19:19 PM.493: v4l2-input: Found input 'Camera 1' (Index 0)
-05:19:19 PM.504: v4l2-input: Start capture from /dev/video0
-05:19:19 PM.507: v4l2-input: Input: 0
-05:19:19 PM.507: v4l2-input: Selected video format not supported
-05:19:19 PM.507: v4l2-input: Initialization failed
-05:19:19 PM.509: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-05:19:19 PM.509: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-05:19:19 PM.509: v4l2-input: Pixelformat: H.264 (unavailable)
-05:19:19 PM.509: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-05:19:19 PM.509: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-05:19:19 PM.509: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-05:19:19 PM.509: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-05:19:19 PM.509: v4l2-input: Stepwise and Continuous framesizes are currently hardcoded
-05:19:19 PM.510: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-05:19:19 PM.510: v4l2-input: Pixelformat: Motion-JPEG (unavailable)
-05:19:19 PM.510: v4l2-input: Pixelformat: YUYV 4:2:2 (available)
-05:19:19 PM.510: v4l2-input: Pixelformat: H.264 (unavailable)
-05:19:19 PM.510: v4l2-input: Pixelformat: RGB3 (Emulated) (unavailable)
-05:19:19 PM.510: v4l2-input: Pixelformat: BGR3 (Emulated) (available)
-05:19:19 PM.510: v4l2-input: Pixelformat: YU12 (Emulated) (available)
-05:19:19 PM.510: v4l2-input: Pixelformat: YV12 (Emulated) (available)
-05:19:19 PM.511: v4l2-input: Stepwise and Continuous framesizes are currently hardcoded
-05:19:19 PM.511: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-05:19:19 PM.512: v4l2-input: Stepwise and Continuous framerates are currently hardcoded
-05:19:19 PM.522: v4l2-input: Start capture from /dev/video0
-05:19:19 PM.522: v4l2-input: Unable to set input 0
-05:19:19 PM.522: v4l2-input: Initialization failed
-05:19:25 PM.155: v4l2-input: Start capture from 
-05:19:25 PM.155: v4l2-input: Unable to open device
-05:19:25 PM.155: v4l2-input: Initialization failed
-05:22:28 PM.356: ==== Shutting down ==================================================
-05:22:28 PM.357: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-05:22:28 PM.376: v4l2-input: Stopped capture after 6819 frames
-05:22:28 PM.394: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-05:22:28 PM.394: pulse-input: Got 32727 packets with 10843374 frames
-05:22:28 PM.394: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-05:22:28 PM.394: pulse-input: Got 25395 packets with 10050082 frames
-05:22:28 PM.394: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-05:22:28 PM.394: pulse-am: Got 25288 packets with 10886775 frames
-05:22:28 PM.394: All scene data cleared
-05:22:28 PM.394: ------------------------------------------------
-05:22:28 PM.415: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 302815
-05:22:28 PM.415: Failed to make context current.
-05:22:28 PM.415: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 302817
-05:22:28 PM.415: Failed to make context current.
-05:22:28 PM.415: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 302819
-05:22:28 PM.415: Failed to make context current.
-05:22:28 PM.415: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 302821
-05:22:28 PM.415: Failed to make context current.
-05:22:28 PM.415: Failed to fetch parent window geometry!
-05:22:28 PM.416: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 302823
-05:22:28 PM.416: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 302824
-05:22:28 PM.416: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 302826
-05:22:28 PM.416: Failed to make context current.
-05:22:28 PM.416: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 302828
-05:22:28 PM.416: Failed to make context current.
-05:22:28 PM.416: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 302830
-05:22:28 PM.416: Failed to make context current.
-05:22:28 PM.447: [Scripting] Total detached callbacks: 0
-05:22:28 PM.459: Freeing OBS context data
-05:22:28 PM.467: == Profiler Results =============================
-05:22:28 PM.467: run_program_init: 645.253 ms
-05:22:28 PM.467:  ┣OBSApp::AppInit: 3.383 ms
-05:22:28 PM.467:  ┃ ┗OBSApp::InitLocale: 1.806 ms
-05:22:28 PM.467:  ┗OBSApp::OBSInit: 555.74 ms
-05:22:28 PM.468:    ┣obs_startup: 16.978 ms
-05:22:28 PM.468:    ┗OBSBasic::OBSInit: 495.119 ms
-05:22:28 PM.468:      ┣OBSBasic::InitBasicConfig: 0.055 ms
-05:22:28 PM.468:      ┣OBSBasic::ResetAudio: 0.061 ms
-05:22:28 PM.468:      ┣OBSBasic::ResetVideo: 159.367 ms
-05:22:28 PM.468:      ┣OBSBasic::InitOBSCallbacks: 0.003 ms
-05:22:28 PM.468:      ┣OBSBasic::InitHotkeys: 0.029 ms
-05:22:28 PM.468:      ┣obs_load_all_modules: 133.878 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.256 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(frontend-tools.so): 27.701 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(linux-capture.so): 0.14 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(linux-decklink.so): 0.067 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(linux-v4l2.so): 0.001 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(obs-ffmpeg.so): 5.542 ms
-05:22:28 PM.468:      ┃ ┃ ┗nvenc_check: 5.516 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(obs-filters.so): 0.019 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(obs-transitions.so): 0.003 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(rtmp-services.so): 60.34 ms
-05:22:28 PM.468:      ┃ ┣obs_init_module(text-freetype2.so): 0.006 ms
-05:22:28 PM.468:      ┃ ┗obs_init_module(vlc-video.so): 0.056 ms
-05:22:28 PM.468:      ┣OBSBasic::ResetOutputs: 0.255 ms
-05:22:28 PM.468:      ┣OBSBasic::CreateHotkeys: 0.026 ms
-05:22:28 PM.468:      ┣OBSBasic::InitService: 9.961 ms
-05:22:28 PM.468:      ┣OBSBasic::InitPrimitives: 0.081 ms
-05:22:28 PM.468:      ┗OBSBasic::Load: 155.493 ms
-05:22:28 PM.468: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.048 ms, max=30.398 ms, 99th percentile=0.154 ms, 99.978% below 25 ms
-05:22:28 PM.468: audio_thread(Audio): min=0 ms, median=0.023 ms, max=0.854 ms, 99th percentile=0.272 ms
-05:22:28 PM.468: obs_graphics_thread(16.6667 ms): min=0.114 ms, median=1.103 ms, max=136.844 ms, 99th percentile=3.228 ms, 99.9561% below 16.667 ms
-05:22:28 PM.468:  ┣tick_sources: min=0 ms, median=0.004 ms, max=120.285 ms, 99th percentile=0.013 ms
-05:22:28 PM.468:  ┣output_frame: min=0.05 ms, median=0.352 ms, max=15.634 ms, 99th percentile=0.925 ms
-05:22:28 PM.468:  ┃ ┗gs_context(video->graphics): min=0.049 ms, median=0.352 ms, max=15.633 ms, 99th percentile=0.925 ms
-05:22:28 PM.468:  ┃   ┣render_video: min=0.009 ms, median=0.146 ms, max=3.062 ms, 99th percentile=0.754 ms
-05:22:28 PM.468:  ┃   ┃ ┗render_main_texture: min=0.002 ms, median=0.136 ms, max=3.055 ms, 99th percentile=0.746 ms
-05:22:28 PM.468:  ┃   ┗gs_flush: min=0 ms, median=0.004 ms, max=0.116 ms, 99th percentile=0.026 ms
-05:22:28 PM.468:  ┗render_displays: min=0.025 ms, median=0.64 ms, max=33.147 ms, 99th percentile=2.399 ms
-05:22:28 PM.468: =================================================
-05:22:28 PM.468: == Profiler Time Between Calls ==================
-05:22:28 PM.468: obs_hotkey_thread(25 ms): min=25.045 ms, median=25.105 ms, max=55.455 ms, 99.4826% within ±2% of 25 ms (0% lower, 0.517393% higher)
-05:22:28 PM.468: obs_graphics_thread(16.6667 ms): min=3.818 ms, median=16.667 ms, max=136.847 ms, 99.8172% within ±2% of 16.667 ms (0.0950779% lower, 0.0877642% higher)
-05:22:28 PM.468: =================================================
-05:22:28 PM.476: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-16 17-22-30.txt b/.config/obs-studio/logs/2020-12-16 17-22-30.txt
deleted file mode 100644 (file)
index 9973dde..0000000
+++ /dev/null
@@ -1,385 +0,0 @@
-05:22:30 PM.547: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-05:22:30 PM.548: CPU Speed: 3949.226MHz
-05:22:30 PM.548: Physical Cores: 6, Logical Cores: 12
-05:22:30 PM.548: Physical Memory: 15999MB Total, 13223MB Free
-05:22:30 PM.548: Kernel Version: Linux 5.9.14-arch1-1
-05:22:30 PM.548: Distribution: "Arch Linux" Unknown
-05:22:30 PM.548: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-05:22:30 PM.548: Portable mode: false
-05:22:30 PM.578: OBS 26.0.2-3 (linux)
-05:22:30 PM.578: ---------------------------------
-05:22:30 PM.578: ---------------------------------
-05:22:30 PM.578: audio settings reset:
-05:22:30 PM.578:       samples per sec: 48000
-05:22:30 PM.578:       speakers:        2
-05:22:30 PM.579: ---------------------------------
-05:22:30 PM.579: Initializing OpenGL...
-05:22:30 PM.661: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-05:22:30 PM.661: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-05:22:30 PM.680: ---------------------------------
-05:22:30 PM.680: video settings reset:
-05:22:30 PM.680:       base resolution:   1920x1080
-05:22:30 PM.680:       output resolution: 1920x1080
-05:22:30 PM.680:       downscale filter:  Lanczos
-05:22:30 PM.680:       fps:               60/1
-05:22:30 PM.680:       format:            NV12
-05:22:30 PM.680:       YUV mode:          709/Partial
-05:22:30 PM.684: NV12 texture support not available
-05:22:30 PM.684: Audio monitoring device:
-05:22:30 PM.684:       name: Default
-05:22:30 PM.684:       id: default
-05:22:30 PM.684: ---------------------------------
-05:22:30 PM.686: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-05:22:30 PM.714: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-05:22:30 PM.714: No blackmagic support
-05:22:30 PM.719: NVENC supported
-05:22:30 PM.719: FFMPEG VAAPI supported
-05:22:30 PM.723: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-05:22:30 PM.723: 
-05:22:30 PM.723: Couldn't find VLC installation, VLC video source disabled
-05:22:30 PM.723: ---------------------------------
-05:22:30 PM.723:   Loaded Modules:
-05:22:30 PM.723:     droidcam-obs.so
-05:22:30 PM.723:     vlc-video.so
-05:22:30 PM.723:     text-freetype2.so
-05:22:30 PM.723:     rtmp-services.so
-05:22:30 PM.723:     obs-x264.so
-05:22:30 PM.723:     obs-transitions.so
-05:22:30 PM.723:     obs-outputs.so
-05:22:30 PM.723:     obs-libfdk.so
-05:22:30 PM.723:     obs-filters.so
-05:22:30 PM.723:     obs-ffmpeg.so
-05:22:30 PM.723:     linux-v4l2.so
-05:22:30 PM.723:     linux-pulseaudio.so
-05:22:30 PM.723:     linux-jack.so
-05:22:30 PM.723:     linux-decklink.so
-05:22:30 PM.723:     linux-capture.so
-05:22:30 PM.723:     linux-alsa.so
-05:22:30 PM.723:     image-source.so
-05:22:30 PM.723:     frontend-tools.so
-05:22:30 PM.723:     decklink-ouput-ui.so
-05:22:30 PM.723: ---------------------------------
-05:22:30 PM.723: ==== Startup complete ===============================================
-05:22:30 PM.724: Switched to Preview/Program mode
-05:22:30 PM.724: ------------------------------------------------
-05:22:30 PM.726: All scene data cleared
-05:22:30 PM.726: ------------------------------------------------
-05:22:30 PM.729: pulse-input: Server name: 'pulseaudio 14.0'
-05:22:30 PM.730: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-05:22:30 PM.730: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-05:22:30 PM.730: [Loaded global audio device]: 'Desktop Audio'
-05:22:30 PM.730: pulse-input: Server name: 'pulseaudio 14.0'
-05:22:30 PM.730: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-05:22:30 PM.730: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-05:22:30 PM.731: pulse-am: Server name: 'pulseaudio 14.0'
-05:22:30 PM.731: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-05:22:30 PM.731: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-05:22:30 PM.732: [Loaded global audio device]: 'Mic/Aux'
-05:22:30 PM.732:     - filter: 'supresor' (noise_suppress_filter_v2)
-05:22:30 PM.732:     - filter: 'gate' (noise_gate_filter)
-05:22:30 PM.732:     - filter: 'Compressor' (compressor_filter)
-05:22:30 PM.732:     - filter: 'Limiter' (limiter_filter)
-05:22:30 PM.732:     - monitoring: monitor and output
-05:22:30 PM.732: v4l2-input: Start capture from 
-05:22:30 PM.732: v4l2-input: Unable to open device
-05:22:30 PM.732: v4l2-input: Initialization failed
-05:22:30 PM.732: xshm-input: Geometry 3440x1440 @ 0,1176
-05:22:30 PM.732: v4l2-input: Start capture from /dev/video0
-05:22:30 PM.733: v4l2-input: Input: 0
-05:22:30 PM.735: v4l2-input: Resolution: 1920x1080
-05:22:30 PM.735: v4l2-input: Pixelformat: BGR3
-05:22:30 PM.735: v4l2-input: Linesize: 5760 Bytes
-05:22:30 PM.738: v4l2-input: Framerate: 30.00 fps
-05:22:30 PM.764: xcompcap: [window-capture: 'term1'] update settings:
-05:22:30 PM.764:       title: josuer08@3600:~
-05:22:30 PM.764:       class: Alacritty
-05:22:30 PM.764:       Bit depth: 32
-05:22:30 PM.764:       Found proper GLXFBConfig (in 9): yes
-05:22:30 PM.764: 
-05:22:30 PM.781: Switched to scene 'onlycam'
-05:22:30 PM.782: ------------------------------------------------
-05:22:30 PM.782: Loaded scenes:
-05:22:30 PM.782: - scene 'top':
-05:22:30 PM.782:     - source: 'topscreen' (xshm_input)
-05:22:30 PM.782:     - source: 'camera' (v4l2_input)
-05:22:30 PM.782: - scene 'onlycam':
-05:22:30 PM.782:     - source: 'camera' (v4l2_input)
-05:22:30 PM.782:     - source: 'Video Capture Device (V4L2)' (v4l2_input)
-05:22:30 PM.782: - scene 'terms-cam':
-05:22:30 PM.782:     - source: 'camera' (v4l2_input)
-05:22:30 PM.782:     - source: 'term1' (xcomposite_input)
-05:22:30 PM.782:     - source: 'term2' (xcomposite_input)
-05:22:30 PM.782: ------------------------------------------------
-05:22:31 PM.295: adding 64 milliseconds of audio buffering, total audio buffering is now 64 milliseconds (source: Mic/Aux)
-05:22:31 PM.295: 
-05:22:45 PM.957: User Removed source 'Video Capture Device (V4L2)' (v4l2_input) from scene 'onlycam'
-05:23:07 PM.119: [DroidCamOBS] create(source=0x5561b018d0e0) v1.1.1
-05:23:07 PM.121: [DroidCamOBS] PATH=/home/josuer08/.gem/ruby/2.7.0/bin:/home/josuer08/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
-05:23:07 PM.121: [DroidCamOBS] adb not found
-05:23:07 PM.121: [DroidCamOBS] Error loading usbmuxd dll, iOS USB support n/a
-05:23:07 PM.121: [DroidCamOBS] activated=0, deactivateWNS=0, is_showing=0, enable_audio=0
-05:23:07 PM.121: [DroidCamOBS] video_format=avc video_resolution=640x480
-05:23:07 PM.121: [DroidCamOBS] video_thread start
-05:23:07 PM.122: [DroidCamOBS] video_decode_thread start
-05:23:07 PM.122: [DroidCamOBS] audio_thread start
-05:23:07 PM.123: User added source 'DroidCam OBS' (droidcam_obs) to scene 'onlycam'
-05:23:07 PM.124: [DroidCamOBS] plugin_properties: activated=0 (actual=0)
-05:23:07 PM.149: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:10 PM.484: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:24 PM.234: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:24 PM.334: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:24 PM.467: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:25 PM.434: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:25 PM.617: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:26 PM.101: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:26 PM.384: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:27 PM.284: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:28 PM.534: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:31 PM.384: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:31 PM.884: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:32 PM.367: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:33 PM.367: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:33 PM.667: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:23:42 PM.945: [DroidCamOBS] plugin_properties: activated=0 (actual=0)
-05:23:45 PM.828: [DroidCamOBS] activated: id=dev_id_wifi type=1 ip=192.168.1.170 port=4747
-05:23:45 PM.828: [DroidCamOBS] video_format=0/avc video_resolution=3/1920x1080
-05:23:45 PM.958: [DroidCamOBS] starting video via socket 55
-05:23:45 PM.958: [DroidCamOBS] create video decoder
-05:23:45 PM.958: [DroidCamOBS] init hw decoder
-05:23:47 PM.177: [DroidCamOBS] @decoder alloc: size=12709
-05:23:47 PM.184: [DroidCamOBS] @decoder alloc: size=11507
-05:24:11 PM.828: [DroidCamOBS] @decoder alloc: size=49832
-05:24:52 PM.514: User Removed source 'DroidCam OBS' (droidcam_obs) from scene 'onlycam'
-05:24:52 PM.517: [DroidCamOBS] stopping
-05:24:52 PM.524: [DroidCamOBS] video_decode_thread end
-05:24:52 PM.548: [DroidCamOBS] audio_thread end
-05:24:52 PM.582: [DroidCamOBS] video_thread end
-05:24:52 PM.582: [DroidCamOBS] cleanup
-05:24:52 PM.582: [DroidCamOBS] ~decoder alloc_count=0
-05:25:05 PM.312: User added scene 'onlycam2'
-05:25:05 PM.312: User switched to scene 'onlycam2'
-05:25:11 PM.971: [DroidCamOBS] create(source=0x5561b0275b60) v1.1.1
-05:25:11 PM.973: [DroidCamOBS] PATH=/home/josuer08/.gem/ruby/2.7.0/bin:/home/josuer08/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
-05:25:11 PM.973: [DroidCamOBS] adb not found
-05:25:11 PM.973: [DroidCamOBS] Error loading usbmuxd dll, iOS USB support n/a
-05:25:11 PM.973: [DroidCamOBS] activated=0, deactivateWNS=0, is_showing=0, enable_audio=0
-05:25:11 PM.973: [DroidCamOBS] video_format=avc video_resolution=640x480
-05:25:11 PM.973: [DroidCamOBS] video_thread start
-05:25:11 PM.973: [DroidCamOBS] video_decode_thread start
-05:25:11 PM.973: [DroidCamOBS] audio_thread start
-05:25:11 PM.975: User added source 'DroidCam OBS' (droidcam_obs) to scene 'onlycam2'
-05:25:11 PM.977: [DroidCamOBS] plugin_properties: activated=0 (actual=0)
-05:25:11 PM.984: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:14 PM.884: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:15 PM.417: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:16 PM.034: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:16 PM.834: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:17 PM.301: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:18 PM.817: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:19 PM.734: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:20 PM.401: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:21 PM.284: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:22 PM.651: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:28 PM.684: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:29 PM.584: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:30 PM.267: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:33 PM.358: [DroidCamOBS] activated: id=dev_id_wifi type=1 ip=192.168.1.170 port=4747
-05:25:33 PM.358: [DroidCamOBS] video_format=0/avc video_resolution=0/640x480
-05:25:33 PM.463: [DroidCamOBS] starting video via socket 55
-05:25:33 PM.463: [DroidCamOBS] create video decoder
-05:25:33 PM.463: [DroidCamOBS] init hw decoder
-05:25:34 PM.166: [DroidCamOBS] @decoder alloc: size=4136
-05:25:37 PM.935: [DroidCamOBS] closing active video socket 55
-05:25:37 PM.935: [DroidCamOBS] waiting for decode thread: 0/1
-05:25:38 PM.935: [DroidCamOBS] release video_decoder
-05:25:38 PM.935: [DroidCamOBS] ~decoder alloc_count=0
-05:25:40 PM.834: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:25:46 PM.992: [DroidCamOBS] activated: id=dev_id_wifi type=1 ip=192.168.1.170 port=4747
-05:25:46 PM.992: [DroidCamOBS] video_format=0/avc video_resolution=3/1920x1080
-05:25:47 PM.032: [DroidCamOBS] starting video via socket 55
-05:25:47 PM.032: [DroidCamOBS] create video decoder
-05:25:47 PM.032: [DroidCamOBS] init hw decoder
-05:25:47 PM.638: [DroidCamOBS] @decoder alloc: size=13094
-05:25:48 PM.507: [DroidCamOBS] @decoder alloc: size=208639
-05:26:44 PM.240: [DroidCamOBS] plugin_properties: activated=1 (actual=1)
-05:26:46 PM.837: [DroidCamOBS] closing active video socket 55
-05:26:46 PM.837: [DroidCamOBS] waiting for decode thread: 1/2
-05:26:47 PM.837: [DroidCamOBS] release video_decoder
-05:26:47 PM.837: [DroidCamOBS] ~decoder alloc_count=0
-05:26:49 PM.151: [DroidCamOBS] plugin_udpate: activated=0 (actual=0) audio=0 sync_av=0
-05:26:54 PM.315: [DroidCamOBS] plugin_properties: activated=0 (actual=0)
-05:26:55 PM.945: [DroidCamOBS] activated: id=dev_id_wifi type=1 ip=192.168.1.170 port=4747
-05:26:55 PM.945: [DroidCamOBS] video_format=1/jpg video_resolution=3/1920x1080
-05:26:56 PM.094: [DroidCamOBS] starting video via socket 55
-05:26:56 PM.094: [DroidCamOBS] create video decoder
-05:26:56 PM.625: [DroidCamOBS] @decoder alloc: size=193192
-05:26:56 PM.657: [DroidCamOBS] @decoder alloc: size=191148
-05:26:56 PM.658: [DroidCamOBS] stream is 1920x1080 subsamp 2 colorspace 1
-05:26:56 PM.658: 
-05:26:59 PM.601: [DroidCamOBS] plugin_udpate: activated=1 (actual=0) audio=0 sync_av=0
-05:26:59 PM.630: [DroidCamOBS] closing active video socket 55
-05:26:59 PM.630: [DroidCamOBS] waiting for decode thread: 1/2
-05:27:00 PM.630: [DroidCamOBS] release video_decoder
-05:27:00 PM.630: [DroidCamOBS] ~decoder alloc_count=0
-05:27:15 PM.106: User Removed source 'DroidCam OBS' (droidcam_obs) from scene 'onlycam2'
-05:27:15 PM.106: [DroidCamOBS] stopping
-05:27:15 PM.106: [DroidCamOBS] video_decode_thread end
-05:27:15 PM.116: [DroidCamOBS] audio_thread end
-05:27:15 PM.133: [DroidCamOBS] video_thread end
-05:27:15 PM.133: [DroidCamOBS] cleanup
-05:27:23 PM.138: User switched to scene 'terms-cam'
-05:27:23 PM.141: User Removed scene 'onlycam2'
-05:27:23 PM.162: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-05:27:23 PM.181: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-05:27:23 PM.196: xcompcap: [window-capture: 'term1'] update settings:
-05:27:23 PM.196:       title: josuer08@3600:~
-05:27:23 PM.196:       class: Alacritty
-05:27:23 PM.196:       Bit depth: 32
-05:27:23 PM.196:       Found proper GLXFBConfig (in 9): yes
-05:27:23 PM.196: 
-05:54:31 PM.623: User switched to scene 'onlycam'
-05:59:18 PM.261: User removed filter 'supresor' (noise_suppress_filter_v2) from source 'Mic/Aux'
-05:59:32 PM.632: User added filter 'Noise Suppression' (noise_suppress_filter_v2) to source 'Mic/Aux'
-06:12:15 PM.818: adding 21 milliseconds of audio buffering, total audio buffering is now 85 milliseconds (source: Mic/Aux)
-06:12:15 PM.818: 
-06:12:16 PM.092: adding 21 milliseconds of audio buffering, total audio buffering is now 106 milliseconds (source: Mic/Aux)
-06:12:16 PM.092: 
-06:12:16 PM.218: adding 21 milliseconds of audio buffering, total audio buffering is now 128 milliseconds (source: Mic/Aux)
-06:12:16 PM.218: 
-06:18:07 PM.535: ==== Shutting down ==================================================
-06:18:07 PM.537: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-06:18:07 PM.559: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-06:18:07 PM.575: v4l2-input: Stopped capture after 100063 frames
-06:18:07 PM.582: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-06:18:07 PM.582: pulse-input: Got 533339 packets with 160025240 frames
-06:18:07 PM.582: All scene data cleared
-06:18:07 PM.582: ------------------------------------------------
-06:18:07 PM.607: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031896
-06:18:07 PM.607: Failed to make context current.
-06:18:07 PM.607: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031898
-06:18:07 PM.607: Failed to make context current.
-06:18:07 PM.607: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031900
-06:18:07 PM.607: Failed to make context current.
-06:18:07 PM.607: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031902
-06:18:07 PM.607: Failed to make context current.
-06:18:07 PM.607: Failed to fetch parent window geometry!
-06:18:07 PM.607: Failed to fetch parent window geometry!
-06:18:07 PM.607: Failed to fetch parent window geometry!
-06:18:07 PM.608: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 5031906
-06:18:07 PM.608: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 5031907
-06:18:07 PM.608: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031909
-06:18:07 PM.608: Failed to make context current.
-06:18:07 PM.608: Failed to fetch parent window geometry!
-06:18:07 PM.608: Failed to fetch parent window geometry!
-06:18:07 PM.608: Failed to fetch parent window geometry!
-06:18:07 PM.608: Failed to fetch parent window geometry!
-06:18:07 PM.608: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 5031914
-06:18:07 PM.608: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 5031915
-06:18:07 PM.608: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031917
-06:18:07 PM.608: Failed to make context current.
-06:18:07 PM.608: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031919
-06:18:07 PM.608: Failed to make context current.
-06:18:07 PM.608: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031921
-06:18:07 PM.608: Failed to make context current.
-06:18:07 PM.608: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031923
-06:18:07 PM.608: Failed to make context current.
-06:18:07 PM.609: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-06:18:07 PM.609: pulse-input: Got 358446 packets with 147096905 frames
-06:18:07 PM.609: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-06:18:07 PM.609: pulse-am: Got 358221 packets with 159990734 frames
-06:18:07 PM.609: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031925
-06:18:07 PM.609: Failed to make context current.
-06:18:07 PM.623: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031927
-06:18:07 PM.623: Failed to make context current.
-06:18:07 PM.623: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031929
-06:18:07 PM.623: Failed to make context current.
-06:18:07 PM.639: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031931
-06:18:07 PM.639: Failed to make context current.
-06:18:07 PM.639: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031933
-06:18:07 PM.639: Failed to make context current.
-06:18:07 PM.639: Failed to fetch parent window geometry!
-06:18:07 PM.639: Failed to fetch parent window geometry!
-06:18:07 PM.639: Failed to fetch parent window geometry!
-06:18:07 PM.640: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 5031937
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 5031938
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031940
-06:18:07 PM.640: Failed to make context current.
-06:18:07 PM.640: Failed to fetch parent window geometry!
-06:18:07 PM.640: Failed to fetch parent window geometry!
-06:18:07 PM.640: Failed to fetch parent window geometry!
-06:18:07 PM.640: Failed to fetch parent window geometry!
-06:18:07 PM.640: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 5031945
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 5031946
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031948
-06:18:07 PM.640: Failed to make context current.
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031950
-06:18:07 PM.640: Failed to make context current.
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031952
-06:18:07 PM.640: Failed to make context current.
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031954
-06:18:07 PM.640: Failed to make context current.
-06:18:07 PM.640: Failed to fetch parent window geometry!
-06:18:07 PM.640: X Error: BadDrawable (invalid Pixmap or Window parameter), Major opcode: 151, Minor opcode: BadLength (poly request too large or internal Xlib length error), Serial: 5031956
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: BadAlloc (insufficient resources for operation), Serial: 5031957
-06:18:07 PM.640: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031959
-06:18:07 PM.640: Failed to make context current.
-06:18:07 PM.641: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031961
-06:18:07 PM.641: Failed to make context current.
-06:18:07 PM.641: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 5031963
-06:18:07 PM.641: Failed to make context current.
-06:18:07 PM.670: [Scripting] Total detached callbacks: 0
-06:18:07 PM.681: Freeing OBS context data
-06:18:07 PM.694: == Profiler Results =============================
-06:18:07 PM.694: run_program_init: 307.608 ms
-06:18:07 PM.694:  ┣OBSApp::AppInit: 1.155 ms
-06:18:07 PM.694:  ┃ ┗OBSApp::InitLocale: 0.477 ms
-06:18:07 PM.694:  ┗OBSApp::OBSInit: 289.165 ms
-06:18:07 PM.694:    ┣obs_startup: 15.573 ms
-06:18:07 PM.694:    ┗OBSBasic::OBSInit: 243.91 ms
-06:18:07 PM.694:      ┣OBSBasic::InitBasicConfig: 0.05 ms
-06:18:07 PM.694:      ┣OBSBasic::ResetAudio: 0.056 ms
-06:18:07 PM.694:      ┣OBSBasic::ResetVideo: 105.9 ms
-06:18:07 PM.694:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-06:18:07 PM.694:      ┣OBSBasic::InitHotkeys: 0.029 ms
-06:18:07 PM.694:      ┣obs_load_all_modules: 38.769 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.305 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(frontend-tools.so): 24.412 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(linux-capture.so): 0.548 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(linux-decklink.so): 0.071 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.251 ms
-06:18:07 PM.694:      ┃ ┃ ┗nvenc_check: 0.226 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(obs-filters.so): 0.013 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(obs-transitions.so): 0.005 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(rtmp-services.so): 0.314 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-06:18:07 PM.694:      ┃ ┣obs_init_module(vlc-video.so): 0.146 ms
-06:18:07 PM.694:      ┃ ┗obs_init_module(droidcam-obs.so): 0.002 ms
-06:18:07 PM.694:      ┣OBSBasic::ResetOutputs: 0.061 ms
-06:18:07 PM.694:      ┣OBSBasic::CreateHotkeys: 0.024 ms
-06:18:07 PM.694:      ┣OBSBasic::InitService: 0.811 ms
-06:18:07 PM.694:      ┣OBSBasic::InitPrimitives: 0.072 ms
-06:18:07 PM.694:      ┗OBSBasic::Load: 58.504 ms
-06:18:07 PM.694: obs_hotkey_thread(25 ms): min=0.026 ms, median=0.048 ms, max=84.679 ms, 99th percentile=0.128 ms, 99.9842% below 25 ms
-06:18:07 PM.694: audio_thread(Audio): min=0 ms, median=0.027 ms, max=9.863 ms, 99th percentile=0.289 ms
-06:18:07 PM.694: obs_graphics_thread(16.6667 ms): min=0.103 ms, median=1.137 ms, max=202.932 ms, 99th percentile=2.168 ms, 99.974% below 16.667 ms
-06:18:07 PM.694:  ┣tick_sources: min=0 ms, median=0.009 ms, max=46.797 ms, 99th percentile=0.439 ms
-06:18:07 PM.694:  ┣output_frame: min=0.027 ms, median=0.405 ms, max=37.477 ms, 99th percentile=0.803 ms
-06:18:07 PM.694:  ┃ ┗gs_context(video->graphics): min=0.027 ms, median=0.405 ms, max=37.476 ms, 99th percentile=0.803 ms
-06:18:07 PM.694:  ┃   ┣render_video: min=0.001 ms, median=0.351 ms, max=16.047 ms, 99th percentile=0.699 ms
-06:18:07 PM.694:  ┃   ┃ ┗render_main_texture: min=0.001 ms, median=0.347 ms, max=16.039 ms, 99th percentile=0.693 ms
-06:18:07 PM.694:  ┃   ┗gs_flush: min=0 ms, median=0.004 ms, max=11.936 ms, 99th percentile=0.019 ms
-06:18:07 PM.694:  ┗render_displays: min=0.025 ms, median=0.612 ms, max=165.763 ms, 99th percentile=1.215 ms
-06:18:07 PM.694: =================================================
-06:18:07 PM.694: == Profiler Time Between Calls ==================
-06:18:07 PM.694: obs_hotkey_thread(25 ms): min=14.242 ms, median=25.104 ms, max=109.736 ms, 99.7244% within ±2% of 25 ms (0.000753086% lower, 0.274876% higher)
-06:18:07 PM.694: obs_graphics_thread(16.6667 ms): min=1.366 ms, median=16.667 ms, max=202.948 ms, 99.9565% within ±2% of 16.667 ms (0.0174997% lower, 0.0259995% higher)
-06:18:07 PM.694: =================================================
-06:18:07 PM.711: Number of memory leaks: 27
diff --git a/.config/obs-studio/logs/2020-12-16 23-57-34.txt b/.config/obs-studio/logs/2020-12-16 23-57-34.txt
deleted file mode 100644 (file)
index 775e42a..0000000
+++ /dev/null
@@ -1,241 +0,0 @@
-11:57:34 PM.433: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-11:57:34 PM.433: CPU Speed: 3950.110MHz
-11:57:34 PM.433: Physical Cores: 6, Logical Cores: 12
-11:57:34 PM.433: Physical Memory: 15999MB Total, 11965MB Free
-11:57:34 PM.433: Kernel Version: Linux 5.9.14-arch1-1
-11:57:34 PM.433: Distribution: "Arch Linux" Unknown
-11:57:34 PM.433: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-11:57:34 PM.434: Portable mode: false
-11:57:34 PM.465: OBS 26.0.2-3 (linux)
-11:57:34 PM.465: ---------------------------------
-11:57:34 PM.465: ---------------------------------
-11:57:34 PM.465: audio settings reset:
-11:57:34 PM.465:       samples per sec: 48000
-11:57:34 PM.465:       speakers:        2
-11:57:34 PM.466: ---------------------------------
-11:57:34 PM.466: Initializing OpenGL...
-11:57:34 PM.536: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-11:57:34 PM.536: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-11:57:34 PM.543: ---------------------------------
-11:57:34 PM.543: video settings reset:
-11:57:34 PM.543:       base resolution:   1920x1080
-11:57:34 PM.543:       output resolution: 1920x1080
-11:57:34 PM.543:       downscale filter:  Lanczos
-11:57:34 PM.543:       fps:               60/1
-11:57:34 PM.543:       format:            NV12
-11:57:34 PM.543:       YUV mode:          709/Partial
-11:57:34 PM.543: NV12 texture support not available
-11:57:34 PM.543: Audio monitoring device:
-11:57:34 PM.543:       name: Default
-11:57:34 PM.543:       id: default
-11:57:34 PM.543: ---------------------------------
-11:57:34 PM.545: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-11:57:34 PM.578: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-11:57:34 PM.578: No blackmagic support
-11:57:34 PM.582: NVENC supported
-11:57:34 PM.582: FFMPEG VAAPI supported
-11:57:34 PM.586: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-11:57:34 PM.586: 
-11:57:34 PM.586: Couldn't find VLC installation, VLC video source disabled
-11:57:34 PM.586: ---------------------------------
-11:57:34 PM.586:   Loaded Modules:
-11:57:34 PM.586:     vlc-video.so
-11:57:34 PM.586:     text-freetype2.so
-11:57:34 PM.586:     rtmp-services.so
-11:57:34 PM.586:     obs-x264.so
-11:57:34 PM.586:     obs-transitions.so
-11:57:34 PM.586:     obs-outputs.so
-11:57:34 PM.586:     obs-libfdk.so
-11:57:34 PM.586:     obs-filters.so
-11:57:34 PM.586:     obs-ffmpeg.so
-11:57:34 PM.586:     linux-v4l2.so
-11:57:34 PM.586:     linux-pulseaudio.so
-11:57:34 PM.586:     linux-jack.so
-11:57:34 PM.586:     linux-decklink.so
-11:57:34 PM.586:     linux-capture.so
-11:57:34 PM.586:     linux-alsa.so
-11:57:34 PM.586:     image-source.so
-11:57:34 PM.586:     frontend-tools.so
-11:57:34 PM.586:     decklink-ouput-ui.so
-11:57:34 PM.586: ---------------------------------
-11:57:34 PM.586: ==== Startup complete ===============================================
-11:57:34 PM.588: Switched to Preview/Program mode
-11:57:34 PM.588: ------------------------------------------------
-11:57:34 PM.589: All scene data cleared
-11:57:34 PM.589: ------------------------------------------------
-11:57:34 PM.593: pulse-input: Server name: 'pulseaudio 14.0'
-11:57:34 PM.593: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-11:57:34 PM.593: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:57:34 PM.593: [Loaded global audio device]: 'Desktop Audio'
-11:57:34 PM.597: pulse-input: Server name: 'pulseaudio 14.0'
-11:57:34 PM.597: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-11:57:34 PM.597: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-11:57:34 PM.597: pulse-am: Server name: 'pulseaudio 14.0'
-11:57:34 PM.598: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-11:57:34 PM.598: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-11:57:34 PM.598: [Loaded global audio device]: 'Mic/Aux'
-11:57:34 PM.598:     - filter: 'gate' (noise_gate_filter)
-11:57:34 PM.598:     - filter: 'Compressor' (compressor_filter)
-11:57:34 PM.598:     - filter: 'Limiter' (limiter_filter)
-11:57:34 PM.598:     - filter: 'Noise Suppression' (noise_suppress_filter_v2)
-11:57:34 PM.598:     - monitoring: monitor and output
-11:57:34 PM.605: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes)
-11:57:34 PM.605: v4l2-input: Start capture from /dev/video0
-11:57:34 PM.605: v4l2-input: Unable to set input 0
-11:57:34 PM.605: v4l2-input: Initialization failed
-11:57:34 PM.606: xshm-input: Geometry 3440x1440 @ 0,1176
-11:57:34 PM.606: Switched to scene 'onlycam'
-11:57:34 PM.607: ------------------------------------------------
-11:57:34 PM.607: Loaded scenes:
-11:57:34 PM.607: - scene 'top':
-11:57:34 PM.607:     - source: 'topscreen' (xshm_input)
-11:57:34 PM.607:     - source: 'camera' (v4l2_input)
-11:57:34 PM.607: - scene 'onlycam':
-11:57:34 PM.607:     - source: 'camera' (v4l2_input)
-11:57:34 PM.607: - scene 'terms-cam':
-11:57:34 PM.607:     - source: 'camera' (v4l2_input)
-11:57:34 PM.607:     - source: 'term1' (xcomposite_input)
-11:57:34 PM.607:     - source: 'term2' (xcomposite_input)
-11:57:34 PM.607: ------------------------------------------------
-11:57:35 PM.160: adding 64 milliseconds of audio buffering, total audio buffering is now 64 milliseconds (source: Mic/Aux)
-11:57:35 PM.160: 
-11:57:44 PM.989: User switched to scene 'terms-cam'
-11:58:02 PM.978: User switched to scene 'onlycam'
-11:58:06 PM.436: User switched to scene 'top'
-11:58:20 PM.046: xshm-input: Geometry 1920x1080 @ 760,0
-11:58:23 PM.864: User switched to scene 'terms-cam'
-11:58:24 PM.847: User switched to scene 'top'
-11:58:25 PM.581: User switched to scene 'terms-cam'
-11:58:26 PM.230: User switched to scene 'top'
-11:58:28 PM.096: User switched to scene 'onlycam'
-11:58:32 PM.415: User switched to scene 'terms-cam'
-11:58:44 PM.034: User switched to scene 'onlycam'
-11:58:46 PM.512: User switched to scene 'top'
-11:58:54 PM.197: User Removed source 'camera' (v4l2_input) from scene 'top'
-11:59:03 PM.434: User added source 'term2' (xcomposite_input) to scene 'top'
-11:59:09 PM.064: User switched to scene 'terms-cam'
-12:03:28 AM.320: User added filter 'greenout' (chroma_key_filter) to source 'term2'
-12:03:48 AM.080: User switched to scene 'top'
-12:14:03 AM.890: adding 42 milliseconds of audio buffering, total audio buffering is now 106 milliseconds (source: Mic/Aux)
-12:14:03 AM.890: 
-12:14:04 AM.311: adding 42 milliseconds of audio buffering, total audio buffering is now 149 milliseconds (source: Mic/Aux)
-12:14:04 AM.311: 
-12:16:58 AM.290: ---------------------------------
-12:16:58 AM.291: [NVENC encoder: 'simple_h264_recording'] settings:
-12:16:58 AM.291:       rate_control: CQP
-12:16:58 AM.291:       bitrate:      0
-12:16:58 AM.291:       cqp:          16
-12:16:58 AM.291:       keyint:       250
-12:16:58 AM.291:       preset:       hq
-12:16:58 AM.291:       profile:      high
-12:16:58 AM.291:       width:        1920
-12:16:58 AM.291:       height:       1080
-12:16:58 AM.291:       2-pass:       false
-12:16:58 AM.291:       b-frames:     2
-12:16:58 AM.291:       GPU:          0
-12:16:58 AM.291: 
-12:16:58 AM.507: libfdk_aac encoder created
-12:16:58 AM.507: libfdk_aac bitrate: 192, channels: 2
-12:16:58 AM.512: ==== Recording Start ===============================================
-12:16:58 AM.512: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2020-12-17 00-16-58.mkv'...
-12:17:27 AM.682: User switched to scene 'terms-cam'
-12:18:54 AM.215: User switched to scene 'top'
-12:19:14 AM.466: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2020-12-17 00-16-58.mkv' stopped
-12:19:14 AM.466: Output 'simple_file_output': stopping
-12:19:14 AM.466: Output 'simple_file_output': Total frames output: 8133
-12:19:14 AM.466: Output 'simple_file_output': Total drawn frames: 8062 (8157 attempted)
-12:19:14 AM.466: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 95 (1.2%)
-12:19:14 AM.467: ==== Recording Stop ================================================
-12:19:14 AM.506: libfdk_aac encoder destroyed
-12:25:39 AM.705: adding 704 milliseconds of audio buffering, total audio buffering is now 853 milliseconds (source: Mic/Aux)
-12:25:39 AM.705: 
-12:25:39 AM.789: adding 42 milliseconds of audio buffering, total audio buffering is now 896 milliseconds (source: Mic/Aux)
-12:25:39 AM.789: 
-12:25:57 AM.618: User switched to scene 'onlycam'
-12:25:58 AM.777: User switched to scene 'terms-cam'
-12:26:22 AM.135: User added filter 'Color Correction' (color_filter) to source 'term2'
-12:29:48 AM.980: ==== Shutting down ==================================================
-12:29:48 AM.985: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:29:48 AM.996: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:29:48 AM.996: pulse-input: Got 335103 packets with 92756914 frames
-12:29:48 AM.996: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:29:48 AM.996: pulse-input: Got 161505 packets with 85309353 frames
-12:29:48 AM.997: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:29:48 AM.997: pulse-am: Got 161339 packets with 92767078 frames
-12:29:48 AM.997: All scene data cleared
-12:29:48 AM.997: ------------------------------------------------
-12:29:48 AM.999: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 3321560
-12:29:48 AM.999: Failed to make context current.
-12:29:48 AM.999: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 3321562
-12:29:48 AM.999: Failed to make context current.
-12:29:49 AM.000: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 3321564
-12:29:49 AM.000: Failed to make context current.
-12:29:49 AM.000: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 3321566
-12:29:49 AM.000: Failed to make context current.
-12:29:49 AM.036: [Scripting] Total detached callbacks: 0
-12:29:49 AM.041: Freeing OBS context data
-12:29:49 AM.049: == Profiler Results =============================
-12:29:49 AM.049: run_program_init: 257.258 ms
-12:29:49 AM.049:  ┣OBSApp::AppInit: 1.181 ms
-12:29:49 AM.049:  ┃ ┗OBSApp::InitLocale: 0.471 ms
-12:29:49 AM.049:  ┗OBSApp::OBSInit: 237.841 ms
-12:29:49 AM.049:    ┣obs_startup: 16.542 ms
-12:29:49 AM.049:    ┗OBSBasic::OBSInit: 190.298 ms
-12:29:49 AM.049:      ┣OBSBasic::InitBasicConfig: 0.052 ms
-12:29:49 AM.049:      ┣OBSBasic::ResetAudio: 0.059 ms
-12:29:49 AM.049:      ┣OBSBasic::ResetVideo: 78.022 ms
-12:29:49 AM.049:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-12:29:49 AM.049:      ┣OBSBasic::InitHotkeys: 0.028 ms
-12:29:49 AM.049:      ┣obs_load_all_modules: 43.096 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.435 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(frontend-tools.so): 27.667 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(linux-capture.so): 0.163 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(linux-decklink.so): 0.065 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(linux-jack.so): 0 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.247 ms
-12:29:49 AM.049:      ┃ ┃ ┗nvenc_check: 0.224 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(obs-filters.so): 0.016 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(obs-transitions.so): 0.005 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(rtmp-services.so): 0.332 ms
-12:29:49 AM.049:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-12:29:49 AM.049:      ┃ ┗obs_init_module(vlc-video.so): 0.121 ms
-12:29:49 AM.049:      ┣OBSBasic::ResetOutputs: 0.068 ms
-12:29:49 AM.049:      ┣OBSBasic::CreateHotkeys: 0.027 ms
-12:29:49 AM.049:      ┣OBSBasic::InitService: 0.823 ms
-12:29:49 AM.049:      ┣OBSBasic::InitPrimitives: 0.101 ms
-12:29:49 AM.049:      ┗OBSBasic::Load: 19.337 ms
-12:29:49 AM.049: obs_hotkey_thread(25 ms): min=0.028 ms, median=0.052 ms, max=75.48 ms, 99th percentile=1.088 ms, 99.9362% below 25 ms
-12:29:49 AM.049: audio_thread(Audio): min=0 ms, median=0.043 ms, max=20.076 ms, 99th percentile=0.353 ms
-12:29:49 AM.049:  ┗receive_audio: min=0 ms, median=0.223 ms, max=7.613 ms, 99th percentile=0.446 ms, 0.0695786 calls per parent call
-12:29:49 AM.049:    ┣buffer_audio: min=0 ms, median=0 ms, max=0.034 ms, 99th percentile=0.001 ms
-12:29:49 AM.049:    ┗do_encode: min=0.04 ms, median=0.222 ms, max=7.609 ms, 99th percentile=0.445 ms
-12:29:49 AM.049:      ┗encode(simple_aac_recording): min=0.038 ms, median=0.215 ms, max=5.664 ms, 99th percentile=0.398 ms
-12:29:49 AM.049: obs_graphics_thread(16.6667 ms): min=0.147 ms, median=2.61 ms, max=483.416 ms, 99th percentile=5.907 ms, 99.756% below 16.667 ms
-12:29:49 AM.049:  ┣tick_sources: min=0 ms, median=1.461 ms, max=116.837 ms, 99th percentile=3.488 ms
-12:29:49 AM.049:  ┣output_frame: min=0.054 ms, median=0.144 ms, max=66.961 ms, 99th percentile=0.825 ms
-12:29:49 AM.049:  ┃ ┣gs_context(video->graphics): min=0.053 ms, median=0.144 ms, max=66.634 ms, 99th percentile=0.753 ms
-12:29:49 AM.049:  ┃ ┃ ┣render_video: min=0.021 ms, median=0.098 ms, max=21.669 ms, 99th percentile=0.225 ms
-12:29:49 AM.049:  ┃ ┃ ┃ ┣render_main_texture: min=0.017 ms, median=0.092 ms, max=21.643 ms, 99th percentile=0.166 ms
-12:29:49 AM.049:  ┃ ┃ ┃ ┣render_convert_texture: min=0.025 ms, median=0.033 ms, max=0.872 ms, 99th percentile=0.05 ms, 0.0697594 calls per parent call
-12:29:49 AM.049:  ┃ ┃ ┃ ┗stage_output_texture: min=0.019 ms, median=0.022 ms, max=16.385 ms, 99th percentile=0.067 ms, 0.0697594 calls per parent call
-12:29:49 AM.049:  ┃ ┃ ┣gs_flush: min=0.003 ms, median=0.005 ms, max=29.732 ms, 99th percentile=0.044 ms
-12:29:49 AM.049:  ┃ ┃ ┗download_frame: min=0 ms, median=0.001 ms, max=0.039 ms, 99th percentile=0.002 ms, 0.0697594 calls per parent call
-12:29:49 AM.049:  ┃ ┗output_video_data: min=0.281 ms, median=0.402 ms, max=1.378 ms, 99th percentile=0.592 ms, 0.0697507 calls per parent call
-12:29:49 AM.049:  ┗render_displays: min=0.031 ms, median=0.922 ms, max=349.294 ms, 99th percentile=2.174 ms
-12:29:49 AM.049: video_thread(video): min=0.581 ms, median=0.857 ms, max=59.936 ms, 99th percentile=1.385 ms
-12:29:49 AM.049:  ┗receive_video: min=0.374 ms, median=0.855 ms, max=8.263 ms, 99th percentile=1.421 ms
-12:29:49 AM.049:    ┗do_encode: min=0.374 ms, median=0.854 ms, max=8.262 ms, 99th percentile=1.42 ms
-12:29:49 AM.049:      ┗encode(simple_h264_recording): min=0.373 ms, median=0.839 ms, max=2.967 ms, 99th percentile=1.333 ms
-12:29:49 AM.049: =================================================
-12:29:49 AM.049: == Profiler Time Between Calls ==================
-12:29:49 AM.049: obs_hotkey_thread(25 ms): min=25.042 ms, median=25.11 ms, max=100.539 ms, 97.3162% within ±2% of 25 ms (0% lower, 2.68376% higher)
-12:29:49 AM.049: obs_graphics_thread(16.6667 ms): min=2.575 ms, median=16.667 ms, max=483.442 ms, 99.6176% within ±2% of 16.667 ms (0.149677% lower, 0.232735% higher)
-12:29:49 AM.049: =================================================
-12:29:49 AM.078: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-17 00-31-28.txt b/.config/obs-studio/logs/2020-12-17 00-31-28.txt
deleted file mode 100644 (file)
index a35f395..0000000
+++ /dev/null
@@ -1,182 +0,0 @@
-12:31:28 AM.939: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-12:31:28 AM.939: CPU Speed: 3950.437MHz
-12:31:28 AM.940: Physical Cores: 6, Logical Cores: 12
-12:31:28 AM.940: Physical Memory: 15999MB Total, 11660MB Free
-12:31:28 AM.940: Kernel Version: Linux 5.9.14-arch1-1
-12:31:28 AM.940: Distribution: "Arch Linux" Unknown
-12:31:28 AM.940: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-12:31:28 AM.940: Portable mode: false
-12:31:28 AM.971: OBS 26.0.2-3 (linux)
-12:31:28 AM.971: ---------------------------------
-12:31:28 AM.971: ---------------------------------
-12:31:28 AM.971: audio settings reset:
-12:31:28 AM.971:       samples per sec: 48000
-12:31:28 AM.971:       speakers:        2
-12:31:28 AM.972: ---------------------------------
-12:31:28 AM.972: Initializing OpenGL...
-12:31:29 AM.062: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-12:31:29 AM.062: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-12:31:29 AM.069: ---------------------------------
-12:31:29 AM.069: video settings reset:
-12:31:29 AM.069:       base resolution:   1920x1080
-12:31:29 AM.069:       output resolution: 1920x1080
-12:31:29 AM.069:       downscale filter:  Lanczos
-12:31:29 AM.069:       fps:               60/1
-12:31:29 AM.069:       format:            NV12
-12:31:29 AM.069:       YUV mode:          709/Partial
-12:31:29 AM.069: NV12 texture support not available
-12:31:29 AM.069: Audio monitoring device:
-12:31:29 AM.069:       name: Default
-12:31:29 AM.069:       id: default
-12:31:29 AM.069: ---------------------------------
-12:31:29 AM.071: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-12:31:29 AM.099: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-12:31:29 AM.099: No blackmagic support
-12:31:29 AM.104: NVENC supported
-12:31:29 AM.104: FFMPEG VAAPI supported
-12:31:29 AM.108: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-12:31:29 AM.108: 
-12:31:29 AM.108: Couldn't find VLC installation, VLC video source disabled
-12:31:29 AM.108: ---------------------------------
-12:31:29 AM.108:   Loaded Modules:
-12:31:29 AM.108:     vlc-video.so
-12:31:29 AM.108:     text-freetype2.so
-12:31:29 AM.108:     rtmp-services.so
-12:31:29 AM.108:     obs-x264.so
-12:31:29 AM.108:     obs-transitions.so
-12:31:29 AM.108:     obs-outputs.so
-12:31:29 AM.108:     obs-libfdk.so
-12:31:29 AM.108:     obs-filters.so
-12:31:29 AM.108:     obs-ffmpeg.so
-12:31:29 AM.108:     linux-v4l2.so
-12:31:29 AM.108:     linux-pulseaudio.so
-12:31:29 AM.108:     linux-jack.so
-12:31:29 AM.108:     linux-decklink.so
-12:31:29 AM.108:     linux-capture.so
-12:31:29 AM.108:     linux-alsa.so
-12:31:29 AM.108:     image-source.so
-12:31:29 AM.108:     frontend-tools.so
-12:31:29 AM.108:     decklink-ouput-ui.so
-12:31:29 AM.108: ---------------------------------
-12:31:29 AM.108: ==== Startup complete ===============================================
-12:31:29 AM.109: Switched to Preview/Program mode
-12:31:29 AM.109: ------------------------------------------------
-12:31:29 AM.111: All scene data cleared
-12:31:29 AM.111: ------------------------------------------------
-12:31:29 AM.115: pulse-input: Server name: 'pulseaudio 14.0'
-12:31:29 AM.115: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-12:31:29 AM.115: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:31:29 AM.115: [Loaded global audio device]: 'Desktop Audio'
-12:31:29 AM.119: pulse-input: Server name: 'pulseaudio 14.0'
-12:31:29 AM.119: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-12:31:29 AM.119: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:31:29 AM.119: pulse-am: Server name: 'pulseaudio 14.0'
-12:31:29 AM.120: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-12:31:29 AM.120: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:31:29 AM.120: [Loaded global audio device]: 'Mic/Aux'
-12:31:29 AM.120:     - filter: 'gate' (noise_gate_filter)
-12:31:29 AM.120:     - filter: 'Compressor' (compressor_filter)
-12:31:29 AM.120:     - filter: 'Noise Suppression' (noise_suppress_filter_v2)
-12:31:29 AM.120:     - filter: 'Limiter' (limiter_filter)
-12:31:29 AM.120:     - monitoring: monitor and output
-12:31:29 AM.121: xshm-input: Geometry 1920x1080 @ 760,0
-12:31:29 AM.121: v4l2-input: Start capture from /dev/video0
-12:31:29 AM.230: v4l2-input: Input: 0
-12:31:29 AM.233: v4l2-input: Resolution: 1920x1080
-12:31:29 AM.233: v4l2-input: Pixelformat: BGR3
-12:31:29 AM.233: v4l2-input: Linesize: 5760 Bytes
-12:31:29 AM.235: v4l2-input: Framerate: 30.00 fps
-12:31:29 AM.239: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes)
-12:31:29 AM.244: Switched to scene 'terms-cam'
-12:31:29 AM.245: ------------------------------------------------
-12:31:29 AM.245: Loaded scenes:
-12:31:29 AM.245: - scene 'top':
-12:31:29 AM.245:     - source: 'topscreen' (xshm_input)
-12:31:29 AM.245:     - source: 'term2' (xcomposite_input)
-12:31:29 AM.245:         - filter: 'greenout' (chroma_key_filter)
-12:31:29 AM.245:         - filter: 'Color Correction' (color_filter)
-12:31:29 AM.245: - scene 'onlycam':
-12:31:29 AM.245:     - source: 'camera' (v4l2_input)
-12:31:29 AM.245: - scene 'terms-cam':
-12:31:29 AM.247:     - source: 'camera' (v4l2_input)
-12:31:29 AM.247:     - source: 'term1' (xcomposite_input)
-12:31:29 AM.247:     - source: 'term2' (xcomposite_input)
-12:31:29 AM.247:         - filter: 'greenout' (chroma_key_filter)
-12:31:29 AM.247:         - filter: 'Color Correction' (color_filter)
-12:31:29 AM.247: ------------------------------------------------
-12:31:29 AM.689: adding 85 milliseconds of audio buffering, total audio buffering is now 85 milliseconds (source: Mic/Aux)
-12:31:29 AM.689: 
-12:35:59 AM.562: ==== Shutting down ==================================================
-12:35:59 AM.571: v4l2-input: Stopped capture after 8109 frames
-12:35:59 AM.589: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:35:59 AM.590: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:35:59 AM.590: pulse-input: Got 38582 packets with 12886946 frames
-12:35:59 AM.591: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:35:59 AM.591: pulse-input: Got 30564 packets with 11927618 frames
-12:35:59 AM.591: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:35:59 AM.591: pulse-am: Got 30451 packets with 12931956 frames
-12:35:59 AM.591: All scene data cleared
-12:35:59 AM.591: ------------------------------------------------
-12:35:59 AM.593: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 405757
-12:35:59 AM.593: Failed to make context current.
-12:35:59 AM.593: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 405759
-12:35:59 AM.593: Failed to make context current.
-12:35:59 AM.594: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 405761
-12:35:59 AM.594: Failed to make context current.
-12:35:59 AM.594: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 405763
-12:35:59 AM.594: Failed to make context current.
-12:35:59 AM.628: [Scripting] Total detached callbacks: 0
-12:35:59 AM.648: Freeing OBS context data
-12:35:59 AM.652: == Profiler Results =============================
-12:35:59 AM.652: run_program_init: 376.328 ms
-12:35:59 AM.652:  ┣OBSApp::AppInit: 1.162 ms
-12:35:59 AM.652:  ┃ ┗OBSApp::InitLocale: 0.467 ms
-12:35:59 AM.652:  ┗OBSApp::OBSInit: 357.325 ms
-12:35:59 AM.652:    ┣obs_startup: 15.89 ms
-12:35:59 AM.652:    ┗OBSBasic::OBSInit: 310.404 ms
-12:35:59 AM.652:      ┣OBSBasic::InitBasicConfig: 0.051 ms
-12:35:59 AM.652:      ┣OBSBasic::ResetAudio: 0.063 ms
-12:35:59 AM.652:      ┣OBSBasic::ResetVideo: 97.658 ms
-12:35:59 AM.652:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-12:35:59 AM.652:      ┣OBSBasic::InitHotkeys: 0.03 ms
-12:35:59 AM.652:      ┣obs_load_all_modules: 38.75 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.303 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(frontend-tools.so): 24.829 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(image-source.so): 0.004 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(linux-capture.so): 0.172 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(linux-decklink.so): 0.062 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(linux-jack.so): 0 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.24 ms
-12:35:59 AM.652:      ┃ ┃ ┗nvenc_check: 0.214 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(obs-filters.so): 0.016 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(obs-transitions.so): 0.005 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(rtmp-services.so): 0.324 ms
-12:35:59 AM.652:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-12:35:59 AM.652:      ┃ ┗obs_init_module(vlc-video.so): 0.115 ms
-12:35:59 AM.652:      ┣OBSBasic::ResetOutputs: 0.069 ms
-12:35:59 AM.652:      ┣OBSBasic::CreateHotkeys: 0.026 ms
-12:35:59 AM.652:      ┣OBSBasic::InitService: 0.806 ms
-12:35:59 AM.652:      ┣OBSBasic::InitPrimitives: 0.096 ms
-12:35:59 AM.652:      ┗OBSBasic::Load: 139.257 ms
-12:35:59 AM.652: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.047 ms, max=36.65 ms, 99th percentile=0.142 ms, 99.9907% below 25 ms
-12:35:59 AM.652: audio_thread(Audio): min=0 ms, median=0.025 ms, max=1.529 ms, 99th percentile=0.066 ms
-12:35:59 AM.652: obs_graphics_thread(16.6667 ms): min=0.165 ms, median=0.541 ms, max=111.125 ms, 99th percentile=1.162 ms, 99.9877% below 16.667 ms
-12:35:59 AM.652:  ┣tick_sources: min=0 ms, median=0.076 ms, max=108.796 ms, 99th percentile=0.33 ms
-12:35:59 AM.652:  ┣output_frame: min=0.062 ms, median=0.137 ms, max=2.23 ms, 99th percentile=0.311 ms
-12:35:59 AM.652:  ┃ ┗gs_context(video->graphics): min=0.062 ms, median=0.137 ms, max=2.23 ms, 99th percentile=0.311 ms
-12:35:59 AM.652:  ┃   ┣render_video: min=0.025 ms, median=0.09 ms, max=2.159 ms, 99th percentile=0.177 ms
-12:35:59 AM.652:  ┃   ┃ ┗render_main_texture: min=0.02 ms, median=0.086 ms, max=2.15 ms, 99th percentile=0.17 ms
-12:35:59 AM.652:  ┃   ┗gs_flush: min=0.003 ms, median=0.005 ms, max=0.351 ms, 99th percentile=0.03 ms
-12:35:59 AM.652:  ┗render_displays: min=0.027 ms, median=0.247 ms, max=17.943 ms, 99th percentile=0.814 ms
-12:35:59 AM.652: =================================================
-12:35:59 AM.652: == Profiler Time Between Calls ==================
-12:35:59 AM.652: obs_hotkey_thread(25 ms): min=25.038 ms, median=25.103 ms, max=61.706 ms, 99.7124% within ±2% of 25 ms (0% lower, 0.287623% higher)
-12:35:59 AM.652: obs_graphics_thread(16.6667 ms): min=5.538 ms, median=16.667 ms, max=111.127 ms, 99.926% within ±2% of 16.667 ms (0.0369754% lower, 0.0369754% higher)
-12:35:59 AM.652: =================================================
-12:35:59 AM.656: Number of memory leaks: 0
diff --git a/.config/obs-studio/logs/2020-12-17 00-36-15.txt b/.config/obs-studio/logs/2020-12-17 00-36-15.txt
deleted file mode 100644 (file)
index 67767a8..0000000
+++ /dev/null
@@ -1,188 +0,0 @@
-12:36:15 AM.076: CPU Name: AMD Ryzen 5 3600 6-Core Processor
-12:36:15 AM.076: CPU Speed: 3950.488MHz
-12:36:15 AM.076: Physical Cores: 6, Logical Cores: 12
-12:36:15 AM.076: Physical Memory: 15999MB Total, 11154MB Free
-12:36:15 AM.076: Kernel Version: Linux 5.9.14-arch1-1
-12:36:15 AM.076: Distribution: "Arch Linux" Unknown
-12:36:15 AM.076: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-12:36:15 AM.077: Portable mode: false
-12:36:15 AM.108: OBS 26.0.2-3 (linux)
-12:36:15 AM.108: ---------------------------------
-12:36:15 AM.108: ---------------------------------
-12:36:15 AM.108: audio settings reset:
-12:36:15 AM.108:       samples per sec: 48000
-12:36:15 AM.108:       speakers:        2
-12:36:15 AM.109: ---------------------------------
-12:36:15 AM.109: Initializing OpenGL...
-12:36:15 AM.194: Loading up OpenGL on adapter NVIDIA Corporation GeForce GTX 1660 SUPER/PCIe/SSE2
-12:36:15 AM.194: OpenGL loaded successfully, version 3.3.0 NVIDIA 455.45.01, shading language 3.30 NVIDIA via Cg compiler
-12:36:15 AM.201: ---------------------------------
-12:36:15 AM.201: video settings reset:
-12:36:15 AM.201:       base resolution:   1920x1080
-12:36:15 AM.201:       output resolution: 1920x1080
-12:36:15 AM.201:       downscale filter:  Lanczos
-12:36:15 AM.201:       fps:               60/1
-12:36:15 AM.201:       format:            NV12
-12:36:15 AM.201:       YUV mode:          709/Partial
-12:36:15 AM.201: NV12 texture support not available
-12:36:15 AM.201: Audio monitoring device:
-12:36:15 AM.201:       name: Default
-12:36:15 AM.201:       id: default
-12:36:15 AM.201: ---------------------------------
-12:36:15 AM.203: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-12:36:15 AM.232: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-12:36:15 AM.232: No blackmagic support
-12:36:15 AM.236: NVENC supported
-12:36:15 AM.236: FFMPEG VAAPI supported
-12:36:15 AM.240: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-12:36:15 AM.240: 
-12:36:15 AM.240: Couldn't find VLC installation, VLC video source disabled
-12:36:15 AM.240: ---------------------------------
-12:36:15 AM.240:   Loaded Modules:
-12:36:15 AM.240:     libobs-linuxbrowser.so
-12:36:15 AM.240:     vlc-video.so
-12:36:15 AM.240:     text-freetype2.so
-12:36:15 AM.240:     rtmp-services.so
-12:36:15 AM.240:     obs-x264.so
-12:36:15 AM.240:     obs-transitions.so
-12:36:15 AM.240:     obs-outputs.so
-12:36:15 AM.240:     obs-libfdk.so
-12:36:15 AM.240:     obs-filters.so
-12:36:15 AM.240:     obs-ffmpeg.so
-12:36:15 AM.240:     linux-v4l2.so
-12:36:15 AM.240:     linux-pulseaudio.so
-12:36:15 AM.240:     linux-jack.so
-12:36:15 AM.240:     linux-decklink.so
-12:36:15 AM.240:     linux-capture.so
-12:36:15 AM.240:     linux-alsa.so
-12:36:15 AM.240:     image-source.so
-12:36:15 AM.240:     frontend-tools.so
-12:36:15 AM.240:     decklink-ouput-ui.so
-12:36:15 AM.240: ---------------------------------
-12:36:15 AM.240: ==== Startup complete ===============================================
-12:36:15 AM.242: Switched to Preview/Program mode
-12:36:15 AM.242: ------------------------------------------------
-12:36:15 AM.243: All scene data cleared
-12:36:15 AM.243: ------------------------------------------------
-12:36:15 AM.247: pulse-input: Server name: 'pulseaudio 14.0'
-12:36:15 AM.247: pulse-input: Audio format: s16le, 48000 Hz, 2 channels
-12:36:15 AM.247: pulse-input: Started recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:36:15 AM.247: [Loaded global audio device]: 'Desktop Audio'
-12:36:15 AM.251: pulse-input: Server name: 'pulseaudio 14.0'
-12:36:15 AM.251: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-12:36:15 AM.251: pulse-input: Started recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:36:15 AM.252: pulse-am: Server name: 'pulseaudio 14.0'
-12:36:15 AM.252: pulse-am: Audio format: s16le, 48000 Hz, 2 channels
-12:36:15 AM.252: pulse-am: Started Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:36:15 AM.253: [Loaded global audio device]: 'Mic/Aux'
-12:36:15 AM.253:     - filter: 'gate' (noise_gate_filter)
-12:36:15 AM.253:     - filter: 'Compressor' (compressor_filter)
-12:36:15 AM.253:     - filter: 'Noise Suppression' (noise_suppress_filter_v2)
-12:36:15 AM.253:     - filter: 'Limiter' (limiter_filter)
-12:36:15 AM.253:     - monitoring: monitor and output
-12:36:15 AM.260: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes)
-12:36:15 AM.260: v4l2-input: Start capture from /dev/video0
-12:36:15 AM.370: v4l2-input: Input: 0
-12:36:15 AM.373: v4l2-input: Resolution: 1920x1080
-12:36:15 AM.373: v4l2-input: Pixelformat: BGR3
-12:36:15 AM.373: v4l2-input: Linesize: 5760 Bytes
-12:36:15 AM.375: v4l2-input: Framerate: 30.00 fps
-12:36:15 AM.377: xshm-input: Geometry 1920x1080 @ 760,0
-12:36:15 AM.378: Switched to scene 'terms-cam'
-12:36:15 AM.379: ------------------------------------------------
-12:36:15 AM.379: Loaded scenes:
-12:36:15 AM.379: - scene 'top':
-12:36:15 AM.379:     - source: 'topscreen' (xshm_input)
-12:36:15 AM.379:     - source: 'term2' (xcomposite_input)
-12:36:15 AM.379:         - filter: 'greenout' (chroma_key_filter)
-12:36:15 AM.379:         - filter: 'Color Correction' (color_filter)
-12:36:15 AM.379: - scene 'onlycam':
-12:36:15 AM.379:     - source: 'camera' (v4l2_input)
-12:36:15 AM.379: - scene 'terms-cam':
-12:36:15 AM.381:     - source: 'camera' (v4l2_input)
-12:36:15 AM.381:     - source: 'term1' (xcomposite_input)
-12:36:15 AM.381:     - source: 'term2' (xcomposite_input)
-12:36:15 AM.381:         - filter: 'greenout' (chroma_key_filter)
-12:36:15 AM.381:         - filter: 'Color Correction' (color_filter)
-12:36:15 AM.381: ------------------------------------------------
-12:36:15 AM.803: adding 64 milliseconds of audio buffering, total audio buffering is now 64 milliseconds (source: Mic/Aux)
-12:36:15 AM.803: 
-12:36:26 AM.195: User added source 'Linux Browser' (linuxbrowser-source) to scene 'terms-cam'
-12:48:34 AM.003: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:48:35 AM.385: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:48:38 AM.118: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:48:41 AM.814: ==== Shutting down ==================================================
-12:48:41 AM.836: v4l2-input: Stopped capture after 22393 frames
-12:48:41 AM.849: xcompcap: cleanup glXReleaseTexImageEXT failed: GLXBadPixmap
-12:48:41 AM.856: pulse-input: Stopped recording from 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:48:41 AM.856: pulse-input: Got 117091 packets with 35741490 frames
-12:48:41 AM.870: pulse-input: Stopped recording from 'alsa_input.pci-0000_0b_00.4.analog-stereo'
-12:48:41 AM.870: pulse-input: Got 85393 packets with 32925698 frames
-12:48:41 AM.870: pulse-am: Stopped Monitoring in 'alsa_output.usb-JBL_Quantum_400_0080CM-0018812CK-00.analog-stereo.monitor'
-12:48:41 AM.870: pulse-am: Got 85282 packets with 35791012 frames
-12:48:41 AM.870: All scene data cleared
-12:48:41 AM.870: ------------------------------------------------
-12:48:41 AM.872: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1410999
-12:48:41 AM.872: Failed to make context current.
-12:48:41 AM.872: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1411001
-12:48:41 AM.872: Failed to make context current.
-12:48:41 AM.873: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1411003
-12:48:41 AM.873: Failed to make context current.
-12:48:41 AM.873: X Error: GLXBadDrawable, Major opcode: 151, Minor opcode: 26, Serial: 1411005
-12:48:41 AM.873: Failed to make context current.
-12:48:41 AM.910: [Scripting] Total detached callbacks: 0
-12:48:41 AM.927: Freeing OBS context data
-12:48:41 AM.936: == Profiler Results =============================
-12:48:41 AM.936: run_program_init: 377.426 ms
-12:48:41 AM.936:  ┣OBSApp::AppInit: 1.176 ms
-12:48:41 AM.936:  ┃ ┗OBSApp::InitLocale: 0.469 ms
-12:48:41 AM.936:  ┗OBSApp::OBSInit: 358.19 ms
-12:48:41 AM.936:    ┣obs_startup: 15.244 ms
-12:48:41 AM.936:    ┗OBSBasic::OBSInit: 311.857 ms
-12:48:41 AM.936:      ┣OBSBasic::InitBasicConfig: 0.054 ms
-12:48:41 AM.936:      ┣OBSBasic::ResetAudio: 0.061 ms
-12:48:41 AM.936:      ┣OBSBasic::ResetVideo: 92.944 ms
-12:48:41 AM.936:      ┣OBSBasic::InitOBSCallbacks: 0.002 ms
-12:48:41 AM.936:      ┣OBSBasic::InitHotkeys: 0.028 ms
-12:48:41 AM.936:      ┣obs_load_all_modules: 39.254 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.303 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(frontend-tools.so): 25.089 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(image-source.so): 0.003 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(linux-capture.so): 0.16 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(linux-decklink.so): 0.062 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(linux-jack.so): 0 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(linux-v4l2.so): 0 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.238 ms
-12:48:41 AM.936:      ┃ ┃ ┗nvenc_check: 0.212 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(obs-filters.so): 0.016 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(obs-transitions.so): 0.005 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(obs-x264.so): 0 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(rtmp-services.so): 0.332 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(text-freetype2.so): 0.004 ms
-12:48:41 AM.936:      ┃ ┣obs_init_module(vlc-video.so): 0.116 ms
-12:48:41 AM.936:      ┃ ┗obs_init_module(libobs-linuxbrowser.so): 0.002 ms
-12:48:41 AM.936:      ┣OBSBasic::ResetOutputs: 0.064 ms
-12:48:41 AM.936:      ┣OBSBasic::CreateHotkeys: 0.025 ms
-12:48:41 AM.936:      ┣OBSBasic::InitService: 0.827 ms
-12:48:41 AM.936:      ┣OBSBasic::InitPrimitives: 0.097 ms
-12:48:41 AM.936:      ┗OBSBasic::Load: 140.891 ms
-12:48:41 AM.936: obs_hotkey_thread(25 ms): min=0.027 ms, median=0.05 ms, max=37.52 ms, 99th percentile=0.32 ms, 99.9966% below 25 ms
-12:48:41 AM.936: audio_thread(Audio): min=0 ms, median=0.041 ms, max=0.427 ms, 99th percentile=0.126 ms
-12:48:41 AM.936: obs_graphics_thread(16.6667 ms): min=0.157 ms, median=1.697 ms, max=113.006 ms, 99th percentile=3.44 ms, 99.9866% below 16.667 ms
-12:48:41 AM.936:  ┣tick_sources: min=0 ms, median=0.592 ms, max=110.085 ms, 99th percentile=1.541 ms
-12:48:41 AM.936:  ┣output_frame: min=0.058 ms, median=0.17 ms, max=2.826 ms, 99th percentile=0.478 ms
-12:48:41 AM.936:  ┃ ┗gs_context(video->graphics): min=0.058 ms, median=0.169 ms, max=2.825 ms, 99th percentile=0.478 ms
-12:48:41 AM.936:  ┃   ┣render_video: min=0.023 ms, median=0.119 ms, max=2.761 ms, 99th percentile=0.283 ms
-12:48:41 AM.936:  ┃   ┃ ┗render_main_texture: min=0.019 ms, median=0.113 ms, max=2.75 ms, 99th percentile=0.273 ms
-12:48:41 AM.936:  ┃   ┗gs_flush: min=0.004 ms, median=0.005 ms, max=0.695 ms, 99th percentile=0.054 ms
-12:48:41 AM.936:  ┗render_displays: min=0.034 ms, median=0.793 ms, max=23.365 ms, 99th percentile=1.959 ms
-12:48:41 AM.936: =================================================
-12:48:41 AM.936: == Profiler Time Between Calls ==================
-12:48:41 AM.936: obs_hotkey_thread(25 ms): min=25.043 ms, median=25.107 ms, max=62.58 ms, 99.3272% within ±2% of 25 ms (0% lower, 0.672766% higher)
-12:48:41 AM.936: obs_graphics_thread(16.6667 ms): min=2.538 ms, median=16.667 ms, max=113.009 ms, 99.933% within ±2% of 16.667 ms (0.0334859% lower, 0.0334859% higher)
-12:48:41 AM.936: =================================================
-12:48:41 AM.949: Number of memory leaks: 1
diff --git a/.config/obs-studio/logs/2021-01-30 11-49-32.txt b/.config/obs-studio/logs/2021-01-30 11-49-32.txt
deleted file mode 100644 (file)
index 06f18e7..0000000
+++ /dev/null
@@ -1,228 +0,0 @@
-11:49:32 AM.680: CPU Name: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz
-11:49:32 AM.680: CPU Speed: 2332.087MHz
-11:49:32 AM.681: Physical Cores: 2, Logical Cores: 4
-11:49:32 AM.681: Physical Memory: 15912MB Total, 8695MB Free
-11:49:32 AM.681: Kernel Version: Linux 5.10.8-arch1-1
-11:49:32 AM.681: Distribution: "Arch Linux" Unknown
-11:49:32 AM.681: Session Type: x11
-11:49:32 AM.681: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.10
-11:49:32 AM.682: Portable mode: false
-11:49:32 AM.735: OBS 26.1.0-2 (linux)
-11:49:32 AM.735: ---------------------------------
-11:49:32 AM.735: ---------------------------------
-11:49:32 AM.735: audio settings reset:
-11:49:32 AM.735:       samples per sec: 48000
-11:49:32 AM.735:       speakers:        2
-11:49:32 AM.737: ---------------------------------
-11:49:32 AM.737: Initializing OpenGL...
-11:49:32 AM.767: Loading up OpenGL on adapter Intel Open Source Technology Center Mesa DRI Intel(R) HD Graphics 4400 (HSW GT2)
-11:49:32 AM.767: OpenGL loaded successfully, version 4.5 (Core Profile) Mesa 20.3.3, shading language 4.50
-11:49:32 AM.823: ---------------------------------
-11:49:32 AM.823: video settings reset:
-11:49:32 AM.823:       base resolution:   1920x1080
-11:49:32 AM.823:       output resolution: 1920x1080
-11:49:32 AM.823:       downscale filter:  Lanczos
-11:49:32 AM.823:       fps:               60/1
-11:49:32 AM.823:       format:            NV12
-11:49:32 AM.823:       YUV mode:          709/Partial
-11:49:32 AM.823: NV12 texture support not available
-11:49:32 AM.830: Audio monitoring device:
-11:49:32 AM.830:       name: Default
-11:49:32 AM.830:       id: default
-11:49:32 AM.830: ---------------------------------
-11:49:32 AM.831: Failed to load 'en-US' text for module: 'decklink-captions.so'
-11:49:32 AM.832: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
-11:49:32 AM.907: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
-11:49:32 AM.907: No blackmagic support
-11:49:32 AM.924: v4l2loopback not installed, virtual camera disabled
-11:49:32 AM.938: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory
-11:49:32 AM.938: 
-11:49:32 AM.938: FFMPEG VAAPI supported
-11:49:32 AM.952: os_dlopen(libvlc.so.5->libvlc.so.5): libvlc.so.5: cannot open shared object file: No such file or directory
-11:49:32 AM.952: 
-11:49:32 AM.952: Couldn't find VLC installation, VLC video source disabled
-11:49:32 AM.952: ---------------------------------
-11:49:32 AM.952:   Loaded Modules:
-11:49:32 AM.952:     vlc-video.so
-11:49:32 AM.952:     text-freetype2.so
-11:49:32 AM.952:     rtmp-services.so
-11:49:32 AM.952:     obs-x264.so
-11:49:32 AM.952:     obs-transitions.so
-11:49:32 AM.952:     obs-outputs.so
-11:49:32 AM.952:     obs-libfdk.so
-11:49:32 AM.952:     obs-filters.so
-11:49:32 AM.952:     obs-ffmpeg.so
-11:49:32 AM.952:     linux-v4l2.so
-11:49:32 AM.952:     linux-pulseaudio.so
-11:49:32 AM.952:     linux-jack.so
-11:49:32 AM.952:     linux-decklink.so
-11:49:32 AM.952:     linux-capture.so
-11:49:32 AM.952:     linux-alsa.so
-11:49:32 AM.952:     image-source.so
-11:49:32 AM.952:     frontend-tools.so
-11:49:32 AM.952:     decklink-ouput-ui.so
-11:49:32 AM.952:     decklink-captions.so
-11:49:32 AM.952: ---------------------------------
-11:49:32 AM.952: ==== Startup complete ===============================================
-11:49:32 AM.955: Switched to Preview/Program mode
-11:49:32 AM.955: ------------------------------------------------
-11:49:32 AM.957: All scene data cleared
-11:49:32 AM.957: ------------------------------------------------
-11:49:32 AM.965: pulse-input: Server name: 'pulseaudio 14.2'
-11:49:32 AM.965: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-11:49:32 AM.965: pulse-input: Started recording from 'alsa_output.pci-0000_00_1b.0.analog-stereo.monitor'
-11:49:32 AM.965: [Loaded global audio device]: 'Desktop Audio'
-11:49:32 AM.966: pulse-input: Server name: 'pulseaudio 14.2'
-11:49:32 AM.966: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
-11:49:32 AM.966: pulse-input: Started recording from 'alsa_input.pci-0000_00_1b.0.analog-stereo'
-11:49:32 AM.967: pulse-am: Server name: 'pulseaudio 14.2'
-11:49:32 AM.967: pulse-am: Audio format: s16le, 44100 Hz, 2 channels
-11:49:32 AM.968: pulse-am: Started Monitoring in 'alsa_output.pci-0000_00_1b.0.analog-stereo.monitor'
-11:49:32 AM.969: [Loaded global audio device]: 'Mic/Aux'
-11:49:32 AM.969:     - filter: 'gate' (noise_gate_filter)
-11:49:32 AM.969:     - filter: 'Compressor' (compressor_filter)
-11:49:32 AM.969:     - filter: 'Noise Suppression' (noise_suppress_filter_v2)
-11:49:32 AM.969:     - filter: 'Limiter' (limiter_filter)
-11:49:32 AM.969:     - monitoring: monitor and output
-11:49:32 AM.969: Source ID 'linuxbrowser-source' not found
-11:49:32 AM.969: Failed to create source 'Linux Browser'!
-11:49:32 AM.969: xshm-input: Geometry 1366x768 @ 0,0
-11:49:32 AM.972: v4l2-input: Start capture from /dev/video0
-11:49:33 AM.089: v4l2-input: Input: 0
-11:49:33 AM.146: v4l2-input: Resolution: 1280x720
-11:49:33 AM.146: v4l2-input: Pixelformat: BGR3
-11:49:33 AM.146: v4l2-input: Linesize: 3840 Bytes
-11:49:33 AM.517: adding 64 milliseconds of audio buffering, total audio buffering is now 64 milliseconds (source: Mic/Aux)
-11:49:33 AM.517: 
-11:49:33 AM.641: v4l2-input: Framerate: 30.00 fps
-11:49:33 AM.653: xcompcap: [window-capture: 'term1'] update settings:
-11:49:33 AM.653:       title: josuer08@LaTiTuDe:~/Documents/tinysh
-11:49:33 AM.653:       class: Alacritty
-11:49:33 AM.653:       Bit depth: 32
-11:49:33 AM.653:       Found proper GLXFBConfig (in 24): yes
-11:49:33 AM.653: 
-11:49:33 AM.659: Switched to scene 'terms-cam'
-11:49:33 AM.661: ------------------------------------------------
-11:49:33 AM.661: Loaded scenes:
-11:49:33 AM.661: - scene 'top':
-11:49:33 AM.661:     - source: 'topscreen' (xshm_input)
-11:49:33 AM.661:     - source: 'term2' (xcomposite_input)
-11:49:33 AM.661:         - filter: 'greenout' (chroma_key_filter)
-11:49:33 AM.661:         - filter: 'Color Correction' (color_filter)
-11:49:33 AM.661: - scene 'onlycam':
-11:49:33 AM.661:     - source: 'camera' (v4l2_input)
-11:49:33 AM.661: - scene 'terms-cam':
-11:49:33 AM.692:     - source: 'camera' (v4l2_input)
-11:49:33 AM.692:     - source: 'term1' (xcomposite_input)
-11:49:33 AM.692:     - source: 'term2' (xcomposite_input)
-11:49:33 AM.692:         - filter: 'greenout' (chroma_key_filter)
-11:49:33 AM.692:         - filter: 'Color Correction' (color_filter)
-11:49:33 AM.692:     - source: 'Linux Browser' (linuxbrowser-source)
-11:49:33 AM.692: ------------------------------------------------
-11:49:48 AM.107: User switched to scene 'top'
-11:50:10 AM.009: User switched to scene 'terms-cam'
-11:50:15 AM.189: ---------------------------------
-11:50:15 AM.189: [x264 encoder: 'simple_h264_recording'] preset: veryfast
-11:50:15 AM.189: [x264 encoder: 'simple_h264_recording'] profile: high
-11:50:15 AM.189: [x264 encoder: 'simple_h264_recording'] settings:
-11:50:15 AM.189:       rate_control: CRF
-11:50:15 AM.189:       bitrate:      0
-11:50:15 AM.189:       buffer size:  0
-11:50:15 AM.189:       crf:          16
-11:50:15 AM.189:       fps_num:      60
-11:50:15 AM.189:       fps_den:      1
-11:50:15 AM.189:       width:        1920
-11:50:15 AM.189:       height:       1080
-11:50:15 AM.189:       keyint:       250
-11:50:15 AM.189: 
-11:50:15 AM.194: libfdk_aac encoder created
-11:50:15 AM.194: libfdk_aac bitrate: 192, channels: 2
-11:50:15 AM.196: ==== Recording Start ===============================================
-11:50:15 AM.196: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/josuer08/2021-01-30 11-50-15.mkv'...
-11:51:37 AM.134: xcompcap: XCompositeNameWindowPixmap failed: BadMatch (invalid parameter attributes)
-11:51:42 AM.211: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/josuer08/2021-01-30 11-50-15.mkv' stopped
-11:51:42 AM.211: Output 'simple_file_output': stopping
-11:51:42 AM.211: Output 'simple_file_output': Total frames output: 5068
-11:51:42 AM.211: Output 'simple_file_output': Total drawn frames: 5087 (5221 attempted)
-11:51:42 AM.211: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 134 (2.6%)
-11:51:42 AM.215: ==== Recording Stop ================================================
-11:51:42 AM.299: Video stopped, number of skipped frames due to encoding lag: 162/5093 (3.2%)
-11:51:42 AM.394: libfdk_aac encoder destroyed
-01:16:53 PM.971: ==== Shutting down ==================================================
-01:16:53 PM.977: v4l2-input: Stopped capture after 154321 frames
-01:16:54 PM.109: pulse-input: Stopped recording from 'alsa_output.pci-0000_00_1b.0.analog-stereo.monitor'
-01:16:54 PM.109: pulse-input: Got 690915 packets with 231047255 frames
-01:16:54 PM.109: pulse-input: Stopped recording from 'alsa_input.pci-0000_00_1b.0.analog-stereo'
-01:16:54 PM.109: pulse-input: Got 524739 packets with 231134576 frames
-01:16:54 PM.109: pulse-am: Stopped Monitoring in 'alsa_output.pci-0000_00_1b.0.analog-stereo.monitor'
-01:16:54 PM.110: pulse-am: Got 524686 packets with 231111064 frames
-01:16:54 PM.111: All scene data cleared
-01:16:54 PM.111: ------------------------------------------------
-01:16:54 PM.162: [Scripting] Total detached callbacks: 0
-01:16:54 PM.169: Freeing OBS context data
-01:16:54 PM.186: == Profiler Results =============================
-01:16:54 PM.187: run_program_init: 1154.54 ms
-01:16:54 PM.187:  ┣OBSApp::AppInit: 2.05 ms
-01:16:54 PM.187:  ┃ ┗OBSApp::InitLocale: 0.679 ms
-01:16:54 PM.187:  ┗OBSApp::OBSInit: 1127.21 ms
-01:16:54 PM.187:    ┣obs_startup: 20.515 ms
-01:16:54 PM.187:    ┗OBSBasic::OBSInit: 1053.54 ms
-01:16:54 PM.187:      ┣OBSBasic::InitBasicConfig: 0.071 ms
-01:16:54 PM.187:      ┣OBSBasic::ResetAudio: 0.083 ms
-01:16:54 PM.187:      ┣OBSBasic::ResetVideo: 95.153 ms
-01:16:54 PM.187:      ┣OBSBasic::InitOBSCallbacks: 0.004 ms
-01:16:54 PM.187:      ┣OBSBasic::InitHotkeys: 0.038 ms
-01:16:54 PM.187:      ┣obs_load_all_modules: 121.702 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(decklink-captions.so): 0.018 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(decklink-ouput-ui.so): 0.482 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(frontend-tools.so): 68.934 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(image-source.so): 0.005 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(linux-alsa.so): 0.001 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(linux-capture.so): 0.274 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(linux-decklink.so): 0.115 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(linux-jack.so): 0.001 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(linux-pulseaudio.so): 0.001 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(linux-v4l2.so): 4.091 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(obs-ffmpeg.so): 0.172 ms
-01:16:54 PM.187:      ┃ ┃ ┗nvenc_check: 0.151 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(obs-filters.so): 0.013 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(obs-libfdk.so): 0.001 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(obs-outputs.so): 0.001 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(obs-transitions.so): 0.005 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(obs-x264.so): 0.001 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(rtmp-services.so): 0.709 ms
-01:16:54 PM.187:      ┃ ┣obs_init_module(text-freetype2.so): 0.029 ms
-01:16:54 PM.187:      ┃ ┗obs_init_module(vlc-video.so): 0.257 ms
-01:16:54 PM.187:      ┣OBSBasic::ResetOutputs: 0.09 ms
-01:16:54 PM.187:      ┣OBSBasic::CreateHotkeys: 0.034 ms
-01:16:54 PM.187:      ┣OBSBasic::InitService: 1.161 ms
-01:16:54 PM.187:      ┣OBSBasic::InitPrimitives: 0.128 ms
-01:16:54 PM.187:      ┗OBSBasic::Load: 746.089 ms
-01:16:54 PM.187: obs_hotkey_thread(25 ms): min=0.062 ms, median=0.159 ms, max=288.802 ms, 99th percentile=6.929 ms, 99.9951% below 25 ms
-01:16:54 PM.187: audio_thread(Audio): min=0 ms, median=0.074 ms, max=27.161 ms, 99th percentile=0.321 ms
-01:16:54 PM.187:  ┗receive_audio: min=0.002 ms, median=0.16 ms, max=4.573 ms, 99th percentile=0.555 ms, 0.0165131 calls per parent call
-01:16:54 PM.187:    ┣buffer_audio: min=0 ms, median=0.001 ms, max=0.088 ms, 99th percentile=0.004 ms
-01:16:54 PM.187:    ┗do_encode: min=0.068 ms, median=0.157 ms, max=4.563 ms, 99th percentile=0.545 ms
-01:16:54 PM.187:      ┗encode(simple_aac_recording): min=0.067 ms, median=0.149 ms, max=4.557 ms, 99th percentile=0.454 ms
-01:16:54 PM.187: obs_graphics_thread(16.6667 ms): min=0.098 ms, median=3.819 ms, max=678.563 ms, 99th percentile=17.014 ms, 98.8432% below 16.667 ms
-01:16:54 PM.187:  ┣tick_sources: min=0 ms, median=1.94 ms, max=678.426 ms, 99th percentile=11.892 ms
-01:16:54 PM.187:  ┣output_frame: min=0.077 ms, median=0.198 ms, max=31.265 ms, 99th percentile=1.162 ms
-01:16:54 PM.187:  ┃ ┣gs_context(video->graphics): min=0.077 ms, median=0.198 ms, max=31.264 ms, 99th percentile=0.548 ms
-01:16:54 PM.187:  ┃ ┃ ┣render_video: min=0.029 ms, median=0.138 ms, max=31.075 ms, 99th percentile=0.414 ms
-01:16:54 PM.187:  ┃ ┃ ┃ ┣render_main_texture: min=0.025 ms, median=0.135 ms, max=31.071 ms, 99th percentile=0.381 ms
-01:16:54 PM.187:  ┃ ┃ ┃ ┣render_convert_texture: min=0.03 ms, median=0.059 ms, max=20.252 ms, 99th percentile=0.178 ms, 0.0162064 calls per parent call
-01:16:54 PM.187:  ┃ ┃ ┃ ┗stage_output_texture: min=0.014 ms, median=0.029 ms, max=2.172 ms, 99th percentile=0.09 ms, 0.0162064 calls per parent call
-01:16:54 PM.187:  ┃ ┃ ┣gs_flush: min=0.028 ms, median=0.048 ms, max=5.968 ms, 99th percentile=0.129 ms
-01:16:54 PM.187:  ┃ ┃ ┗download_frame: min=0 ms, median=0.006 ms, max=10.251 ms, 99th percentile=3.585 ms, 0.0162064 calls per parent call
-01:16:54 PM.187:  ┃ ┗output_video_data: min=0 ms, median=0.848 ms, max=11.178 ms, 99th percentile=3.298 ms, 0.0162032 calls per parent call
-01:16:54 PM.187:  ┗render_displays: min=0.003 ms, median=1.632 ms, max=300.192 ms, 99th percentile=6.153 ms
-01:16:54 PM.187: video_thread(video): min=0.001 ms, median=2.46 ms, max=1357.29 ms, 99th percentile=21.434 ms
-01:16:54 PM.187:  ┗receive_video: min=1.479 ms, median=2.492 ms, max=338.53 ms, 99th percentile=37.753 ms, 1.05794 calls per parent call
-01:16:54 PM.187:    ┗do_encode: min=1.478 ms, median=2.491 ms, max=338.527 ms, 99th percentile=37.751 ms
-01:16:54 PM.187:      ┗encode(simple_h264_recording): min=1.461 ms, median=2.474 ms, max=337.595 ms, 99th percentile=37.739 ms
-01:16:54 PM.187: =================================================
-01:16:54 PM.187: == Profiler Time Between Calls ==================
-01:16:54 PM.188: obs_hotkey_thread(25 ms): min=25.098 ms, median=25.244 ms, max=313.875 ms, 82.9311% within ±2% of 25 ms (0% lower, 17.0689% higher)
-01:16:54 PM.188: obs_graphics_thread(16.6667 ms): min=4.331 ms, median=16.667 ms, max=678.568 ms, 98.0792% within ±2% of 16.667 ms (0.757597% lower, 1.16316% higher)
-01:16:54 PM.188: =================================================
-01:16:54 PM.289: Number of memory leaks: 0
index 0a9c2dd91cd95c3231174d20c4ef0077c1f27f46..b8c2b9dde096d6fb7048881d230523f5020ce3ab 100644 (file)
@@ -1,10 +1,10 @@
 {
        "url": "https://obsproject.com/obs2_update/rtmp-services",
-       "version": 161,
+       "version": 164,
        "files": [
                {
                        "name": "services.json",
-                       "version": 161
+                       "version": 164
                }
        ]
 }
index 6e9ca4aa7a58fcdb34ef1047842408a79b3ffd81..dadf71091ab8fae872025017df3f7fe2a8be6bc5 100644 (file)
             }
         },
         {
-            "name": "VIMM",
+            "name": "Loola.tv",
+            "common": false,
             "servers": [
                 {
-                    "name": "Europe: Frankfurt",
-                    "url": "rtmp://eu.vimm.tv/live"
+                    "name": "US East: Virginia",
+                    "url": "rtmp://rtmp.loola.tv/push"
                 },
                 {
-                    "name": "North America: Montreal",
-                    "url": "rtmp://us.vimm.tv/live"
+                    "name": "EU Central: Germany",
+                    "url": "rtmp://rtmp-eu.loola.tv/push"
+                },
+                {
+                    "name": "South America: Brazil",
+                    "url": "rtmp://rtmp-sa.loola.tv/push"
+                },
+                {
+                    "name": "Asia/Pacific: Singapore",
+                    "url": "rtmp://rtmp-sg.loola.tv/push"
+                },
+                {
+                    "name": "Middle East: Bahrain",
+                    "url": "rtmp://rtmp-me.loola.tv/push"
                 }
             ],
             "recommended": {
                 "keyint": 2,
-                "max video bitrate": 8000,
-                "max audio bitrate": 320,
+                "profile": "high",
+                "max video bitrate": 2500,
+                "max audio bitrate": 160,
+                "bframes": 2,
                 "x264opts": "scenecut=0"
             }
         },
         {
-            "name": "Smashcast",
+            "name": "VIMM",
             "servers": [
                 {
-                    "name": "Default",
-                    "url": "rtmp://live.hitbox.tv/push"
-                },
-                {
-                    "name": "EU-North: Amsterdam, Netherlands",
-                    "url": "rtmp://live.ams.hitbox.tv/push"
-                },
-                {
-                    "name": "EU-West: Paris, France",
-                    "url": "rtmp://live.cdg.hitbox.tv/push"
-                },
-                {
-                    "name": "EU-South: Milan, Italia",
-                    "url": "rtmp://live.mxp.hitbox.tv/push"
-                },
-                {
-                    "name": "Russia: Moscow",
-                    "url": "rtmp://live.dme.hitbox.tv/push"
-                },
-                {
-                    "name": "US-East: New York",
-                    "url": "rtmp://live.jfk.hitbox.tv/push"
-                },
-                {
-                    "name": "US-West: San Francisco",
-                    "url": "rtmp://live.sfo.hitbox.tv/push"
-                },
-                {
-                    "name": "US-West: Los Angeles",
-                    "url": "rtmp://live.lax.hitbox.tv/push"
-                },
-                {
-                    "name": "South America: Sao Paulo, Brazil",
-                    "url": "rtmp://live.gru.hitbox.tv/push"
-                },
-                {
-                    "name": "Asia: Singapore",
-                    "url": "rtmp://live.sin.hitbox.tv/push"
+                    "name": "Europe: Frankfurt",
+                    "url": "rtmp://eu.vimm.tv/live"
                 },
                 {
-                    "name": "Oceania: Sydney, Australia",
-                    "url": "rtmp://live.syd.hitbox.tv/push"
+                    "name": "North America: Montreal",
+                    "url": "rtmp://us.vimm.tv/live"
                 }
             ],
             "recommended": {
                 "keyint": 2,
-                "profile": "high",
-                "max video bitrate": 3500,
-                "max audio bitrate": 320
+                "max video bitrate": 8000,
+                "max audio bitrate": 320,
+                "x264opts": "scenecut=0"
             }
         },
         {
                 {
                     "name": "US: New York, NY",
                     "url": "rtmp://live-nyc.vaughnsoft.net/live"
-                },                 
+                },
                 {
                     "name": "US: Miami, FL",
                     "url": "rtmp://live-mia.vaughnsoft.net/live"
                 {
                     "name": "US: New York, NY",
                     "url": "rtmp://live-nyc.vaughnsoft.net/live"
-                },                 
+                },
                 {
                     "name": "US: Miami, FL",
                     "url": "rtmp://live-mia.vaughnsoft.net/live"
                 "x264opts": "tune=zerolatency"
             }
         },
+        {
+            "name": "CamSoda",
+            "servers": [
+                {
+                    "name": "North America",
+                    "url": "rtmp://obs-ingest-na.camsoda.com/cam_obs"
+                },
+                {
+                    "name": "South America",
+                    "url": "rtmp://obs-ingest-sa.camsoda.com/cam_obs"
+                },
+                {
+                    "name": "Asia",
+                    "url": "rtmp://obs-ingest-as.camsoda.com/cam_obs"
+                },
+                {
+                    "name": "Europe",
+                    "url": "rtmp://obs-ingest-eu.camsoda.com/cam_obs"
+                },
+                {
+                    "name": "Oceania",
+                    "url": "rtmp://obs-ingest-oc.camsoda.com/cam_obs"
+                }
+            ],
+            "recommended": {
+                "supported resolutions": [
+                    "1920x1080",
+                    "1280x720",
+                    "852x480",
+                    "480x360"
+                ],
+                "max fps": 30,
+                "max video bitrate": 6000,
+                "max audio bitrate": 160,
+                "x264opts": "tune=zerolatency"
+            }
+        },
         {
             "name": "Chaturbate",
             "servers": [
                 "max audio bitrate": 160,
                 "x264opts": "tune=zerolatency"
             }
-       },
+        },
         {
             "name": "Mux",
             "servers": [
                 "max video bitrate": 5000,
                 "max audio bitrate": 160
             }
+        },
+        {
+            "name": "MyFreeCams",
+            "servers": [
+                {
+                    "name": "Automatic",
+                    "url": "rtmp://publish.myfreecams.com/NxServer"
+                },
+                {
+                    "name": "Australia",
+                    "url": "rtmp://publish-syd.myfreecams.com/NxServer"
+                },
+                {
+                    "name": "East Asia",
+                    "url": "rtmp://publish-tyo.myfreecams.com/NxServer"
+                },
+                {
+                    "name": "Europe (East)",
+                    "url": "rtmp://publish-buh.myfreecams.com/NxServer"
+                },
+                {
+                    "name": "Europe (West)",
+                    "url": "rtmp://publish-ams.myfreecams.com/NxServer"
+                },
+                {
+                    "name": "North America (East Coast)",
+                    "url": "rtmp://publish-ord.myfreecams.com/NxServer"
+                },
+                {
+                    "name": "North America (West Coast)",
+                    "url": "rtmp://publish-tuk.myfreecams.com/NxServer"
+                },
+                {
+                    "name": "South America",
+                    "url": "rtmp://publish-sao.myfreecams.com/NxServer"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "profile": "high",
+                "supported resolutions": [
+                    "1920x1080",
+                    "1280x720",
+                    "960x540",
+                    "640x360"
+                ],
+                "max fps": 60,
+                "max video bitrate": 6000,
+                "max audio bitrate": 192,
+                "x264opts": "tune=zerolatency scenecut=0"
+            }
         }
     ]
 }
diff --git a/.config/obs-studio/profiler_data/2020-08-18 22-52-50.csv.gz b/.config/obs-studio/profiler_data/2020-08-18 22-52-50.csv.gz
deleted file mode 100644 (file)
index 9dd6f50..0000000
Binary files a/.config/obs-studio/profiler_data/2020-08-18 22-52-50.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-08-19 19-10-18.csv.gz b/.config/obs-studio/profiler_data/2020-08-19 19-10-18.csv.gz
deleted file mode 100644 (file)
index f1066c8..0000000
Binary files a/.config/obs-studio/profiler_data/2020-08-19 19-10-18.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-08-19 20-22-38.csv.gz b/.config/obs-studio/profiler_data/2020-08-19 20-22-38.csv.gz
deleted file mode 100644 (file)
index 15e6f4f..0000000
Binary files a/.config/obs-studio/profiler_data/2020-08-19 20-22-38.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-08-19 21-53-22.csv.gz b/.config/obs-studio/profiler_data/2020-08-19 21-53-22.csv.gz
deleted file mode 100644 (file)
index 2e94c2c..0000000
Binary files a/.config/obs-studio/profiler_data/2020-08-19 21-53-22.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-08-22 23-25-28.csv.gz b/.config/obs-studio/profiler_data/2020-08-22 23-25-28.csv.gz
deleted file mode 100644 (file)
index 90eed75..0000000
Binary files a/.config/obs-studio/profiler_data/2020-08-22 23-25-28.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-08-23 18-07-02.csv.gz b/.config/obs-studio/profiler_data/2020-08-23 18-07-02.csv.gz
deleted file mode 100644 (file)
index d15f857..0000000
Binary files a/.config/obs-studio/profiler_data/2020-08-23 18-07-02.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-09-14 16-07-48.csv.gz b/.config/obs-studio/profiler_data/2020-09-14 16-07-48.csv.gz
deleted file mode 100644 (file)
index 8099879..0000000
Binary files a/.config/obs-studio/profiler_data/2020-09-14 16-07-48.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-03 00-59-56.csv.gz b/.config/obs-studio/profiler_data/2020-12-03 00-59-56.csv.gz
deleted file mode 100644 (file)
index 8580a28..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-03 00-59-56.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-06 23-27-28.csv.gz b/.config/obs-studio/profiler_data/2020-12-06 23-27-28.csv.gz
deleted file mode 100644 (file)
index 3e65fcc..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-06 23-27-28.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-06 23-29-20.csv.gz b/.config/obs-studio/profiler_data/2020-12-06 23-29-20.csv.gz
deleted file mode 100644 (file)
index a66ecf6..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-06 23-29-20.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-07 00-18-32.csv.gz b/.config/obs-studio/profiler_data/2020-12-07 00-18-32.csv.gz
deleted file mode 100644 (file)
index b9679ff..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-07 00-18-32.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-07 19-07-11.csv.gz b/.config/obs-studio/profiler_data/2020-12-07 19-07-11.csv.gz
deleted file mode 100644 (file)
index 00e18ab..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-07 19-07-11.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-16 00-00-27.csv.gz b/.config/obs-studio/profiler_data/2020-12-16 00-00-27.csv.gz
deleted file mode 100644 (file)
index ced6557..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-16 00-00-27.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-16 17-18-40.csv.gz b/.config/obs-studio/profiler_data/2020-12-16 17-18-40.csv.gz
deleted file mode 100644 (file)
index 9f962d4..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-16 17-18-40.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-16 17-22-30.csv.gz b/.config/obs-studio/profiler_data/2020-12-16 17-22-30.csv.gz
deleted file mode 100644 (file)
index a6c1228..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-16 17-22-30.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-16 23-57-34.csv.gz b/.config/obs-studio/profiler_data/2020-12-16 23-57-34.csv.gz
deleted file mode 100644 (file)
index 80a09f9..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-16 23-57-34.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-17 00-31-28.csv.gz b/.config/obs-studio/profiler_data/2020-12-17 00-31-28.csv.gz
deleted file mode 100644 (file)
index 2e11432..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-17 00-31-28.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2020-12-17 00-36-15.csv.gz b/.config/obs-studio/profiler_data/2020-12-17 00-36-15.csv.gz
deleted file mode 100644 (file)
index 7fdf18f..0000000
Binary files a/.config/obs-studio/profiler_data/2020-12-17 00-36-15.csv.gz and /dev/null differ
diff --git a/.config/obs-studio/profiler_data/2021-01-30 11-49-32.csv.gz b/.config/obs-studio/profiler_data/2021-01-30 11-49-32.csv.gz
deleted file mode 100644 (file)
index 3585243..0000000
Binary files a/.config/obs-studio/profiler_data/2021-01-30 11-49-32.csv.gz and /dev/null differ
index 4260331c45755ce5446e20af6f8565bfea84f0b5..3af8bb2f44e542e9afbbc3ec71cd1a6b67a56fb2 100644 (file)
@@ -1,6 +1,6 @@
 [FileDialog]
-history=file:///home/josuer08/Downloads, "file:///home/josuer08/Downloads/04 Facebook, Telegram, Signal y otras hierbas_data", file:///home/josuer08/Documents/work/zabbix-systemd-service-monitoring, file:///home/josuer08/Documents/work, file:///home/josuer08/Pictures
-lastVisited=file:///home/josuer08/Pictures
+history="file:///home/josuer08/Downloads/04 Facebook, Telegram, Signal y otras hierbas_data", file:///home/josuer08/Documents/work/zabbix-systemd-service-monitoring, file:///home/josuer08/Documents/work, file:///home/josuer08/Pictures, file:///home/josuer08
+lastVisited=file:///home/josuer08
 qtVersion=5.15.2
 shortcuts=file:, file:///home/josuer08
 sidebarWidth=83