Johannes Dröge

Results 61 comments of Johannes Dröge

Also here (Android 7) I cannot select duplex printing and if the printer is not in status 'not connected' it prevents me from printing. Usually from other clients, I print...

I tried `go-chromecast transcode --command="cat /tmp/fifo"` and piped an mp3 into the fifo but that did not work. unable to transcode media: command and content-type flags needs to be set...

Thanks for your hints, this seems to work mkfifo /tmp/stream cat test.mp3 > /tmp/stream go-chromecast transcode --content-type audio/mp3 --command="cat /tmp/stream" -n speaker_id So basically, do use go-chromecast I would have...

Thanks for your answer. For the first point, I would say that a trusted device which needs to be unlocked is not comparable to an online service where you are...

> > For the first point, I would say that a trusted device which needs to be unlocked is not comparable to an online service where you are logged in...

on my phone, it only works in lowest resolution, otherwise the streaming server doesn't start and clients cannot connect

... @MrHeating which is very sad because it seems this is the only open-source camera streaming app left on Android. Given that camera streaming is useful in various circumstances and...

I mean for online services like an email interface that you want in a sandboxed environment. Modern browsers have wallets for such. Putting an icon on the launcher and requiring...

I'd support any method that supports saving credentials easily. Hashing also needs a master password as salt, so it's basically the same if you save that or the original password....

An API or companion app with corresponding functionality would certainly be best so that as few as possible things have to be implemented within the webapps app. See Android keystore,...