Skip to content

Commit

Permalink
bw/encoder96: disable vaapi in voctomix itself for now
Browse files Browse the repository at this point in the history
this works around voc/voctomix#309
  • Loading branch information
Kunsi committed Apr 11, 2024
1 parent 02f1d61 commit c9b8482
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bundlewrap/data/voctocore/files/encoder96.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ location=/opt/voc/share/pause.ts
; disable if ui & server run on the same computer and can exchange uncompressed video frames
enabled=true
live=true
% if vaapi_enabled:
videodecoder=vaapi
videoencoder=vaapi
% else:
## % if vaapi_enabled:
## videodecoder=vaapi
## videoencoder=vaapi
## % else:
videodecoder=cpu
videoencoder=cpu
% endif
## % endif
videocodec=jpeg
videocaps=image/jpeg,width=1024,height=576,framerate=25/1

Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder96.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rev = "main"
[metadata.voctocore]
#vaapi = true
streaming_auth_key = "!decrypt:encrypt$gAAAAABllVCErJFQ-7e0rDPlHlvooyH9HE93c7uSPca2dCnkRtjY4wt4xA0tbxitWP8OTAULBxvewyPdXbr6LuGABkjcOfIEjZKJRTIG9eNOZ8FyH4EVmHs="
vaapi = true

[metadata.voctocore.sources.cam1]
#kind = "test"
Expand Down

0 comments on commit c9b8482

Please sign in to comment.