Results 382 comments of Nutomic

Another option would be Bitcoin or another cryptocurrency. The good thing about that is that all the software is open source, and easy to automate. The simplest way to implement...

@utack It can only generate mkv containers, which isn't very helpful for Peertube. Plus it hasn't been maintained in years.

This should actually be pretty easy to implement with ssh. I'm sure there is some ssh library that could be used. Basically, Peertube would do this: ``` scp video-to-transcode.mp4 transcoding-host:~...

Doesnt the library execute an ffmpeg command via bash anyway. It should be possible to get that command out, maybe with a patch. The other option is to install nodejs...

Using an opt-in is no problem, assuming that there are no negative side effects. And im not familiar with html5ever, so not sure how it relates.

I would love it if MediaRouter API were supported. (Shameless plug: this would mean my app [ControlDLNA](https://github.com/Nutomic/controldlna) would work with Apollo). @adneal: I could try and add this functionality myself,...

I just tried the approaches in this issue with 2.3.1, snackbar still only works if `app:bb_behavior` is set to `shy`. Otherwise, the snackbar is never shown. The workaround posted by...

An easier option would be adding your app to the IzzyOnDroid repo: https://android.izzysoft.de/repo You can contact the owner on Mastodon: https://mastodon.technology/@IzzyOnDroid

If you have the time, the best option is probably for you to create a fork under a new name, and add that to F-Droid and Google Play. It would...

Unfortunately, I discontinued this project due to lack of time. I suggest you have a look at [Briar](http://briarproject.org/) instead.