Rafał Dzięgiel

Results 472 comments of Rafał Dzięgiel

@GeopJr > I don't think it's going to need any effort at all from Tuba's side apart from setting the download dir and enabling it, right? I do not mean...

@LukaszH77 Check if you have Mesa and org.freedesktop.Platform.GL installed. Alternatively you can install Clapper from Flathub to check if same issue happens. If it does feel free to open an...

> IDK why, but it just works now, and I must say I'm really impressed how great it is. Good job! Thanks! Player on its own (Flatpak Clapper) can also...

> I wish there was a way to mute the video and change the volume without having to open the menu. @GeopJr This one would be a feature request for...

> Two things: I wish there was a way to mute the video and change the volume without having to open the menu. And it would also be quite handy...

@LukeScrewdriver > Clapper I installed it by compiling it from source. Note that from your output: ``` Gjs-Console-Message: 19:25:04.211: using GtkMediaFile for video output ``` Which means that you are...

So to sum up what @LukeScrewdriver did: He had Clapper manually complied from source, but it was not actually used by Hanabi then (either sink was not compiled as part...

Also, note that what seems to actually happen in this issue is simply wrong video format either assumed or incorrectly treated as something else, e.g: video is RGB but it's...

Try running this: ```javascript var scanner = require('chromecast-scanner'); var txt = require('dns-txt')(); scanner((err, service, response) => { var info = response.additionals.find(entry => entry.type === 'TXT'); var name = txt.decode(info.data).fn; console.log(name);...

Will likely need an "is seekable" detection in API before can be implemented, which is also related to: https://github.com/Rafostar/clapper/issues/99