Daniel Walters
Daniel Walters
Hi - me again. After the previous issue where the default capture resolution is set to 360 x 180 which doesn't work for my TV - is there a way...
I'm trying to test the new file-based runtime config using a Docker image. On the whole the config file is read and the config options are loaded. The issue at...
[This](https://github.com/webosbrew/hyperion-webos/blob/main/src/backends/libdile_vt.c#L89) line returns null resulting in a -1 return code in `libdile_vt.capture_start()`. Investigating further, this [line](https://github.com/webosbrew/tv-native-apis/blob/827b44480c18cb82188d488ca8968ee15e8a2087/dile-libs/src/dile_vt.c#L3) in `dile_vt.c` always returns null which seems to cause the -1 return code. @Informatic...