Juan Navarro
Juan Navarro
Was fixed in https://github.com/Kurento/kurento-media-server/commit/eb777a63378a2b724bcb7c1bd8418da2e25cc740
Closed by https://github.com/Kurento/kurento/commit/bbc06722ace0f75ba24bf8839a6415884d8d4ee2
> Try repatching and exclude wide search bar patch. Thanks, will do.
Confirmed. Had to go to Settings > ReVanced > Layout, and turn "Enable tablet layout" ON. This setting is off by default, which causes the issue here. Upon enabling tablet...
Wait I mixed up issues here.
So here's the summary of all findings so far: * The 3 tablet issues were: Watch History doesn't show up, Cannot open channel page, Cannot expand video description. * Turns...
This is trivial to reproduce. Here's a minimal sample that shows the issue, I hope it is useful for understanding the bug: **File `main.js`**: ```js "use strict"; const SdpTransform =...
> It's not unexpected. If a value can be converted into a number, it is converted into a number. If not, it's becomes a string. That's how all things work...
> yeah, true. it's not great, but it is what it is. i do like the [above suggestion](https://github.com/clux/sdp-transform/issues/94#issuecomment-1131595640) of adding an optional type vector in the grammar to let it...
Thanks for acknowledging the issue; however there is something I'm not understanding, probably because I don't have in mind the same use cases you are contemplating. I see `ffmpeg-static` as...