Pierre Rudloff

Results 157 comments of Pierre Rudloff

It seems to work if I build it statically: ```diff diff --git a/jni/Android.mk b/jni/Android.mk index ad3aca0..d6720ce 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -49,4 +49,6 @@ LOCAL_CFLAGS := -DHAVE_SYS_UIO_H \ -I$(LOCAL_PATH)/private...

I tried running my Mattermost team inside scudcloud's web engine and it works pretty well. I guess writing a wrapper like scudcloud.js for Mattermost would be quite a lot of...

I don't remember exactly but I think I manually added my Mattermost domain to `scudcloud.cfg`. But I don't think this works anymore because Scudcloud normalizes the domain: https://github.com/raelgc/scudcloud/blob/master/scudcloud/scudcloud.py#L319

Yes, it is installed (with Homebrew): ``` MacBook-de-Pierre:~ pierre$ locate /usr/local/lib/python3.5/site-packages/PyQt4/ /usr/local/lib/python3.5/site-packages/PyQt4/Qt.so /usr/local/lib/python3.5/site-packages/PyQt4/QtCore.so /usr/local/lib/python3.5/site-packages/PyQt4/QtDeclarative.so /usr/local/lib/python3.5/site-packages/PyQt4/QtDesigner.so /usr/local/lib/python3.5/site-packages/PyQt4/QtGui.so /usr/local/lib/python3.5/site-packages/PyQt4/QtHelp.so /usr/local/lib/python3.5/site-packages/PyQt4/QtMultimedia.so /usr/local/lib/python3.5/site-packages/PyQt4/QtNetwork.so /usr/local/lib/python3.5/site-packages/PyQt4/QtOpenGL.so /usr/local/lib/python3.5/site-packages/PyQt4/QtScript.so /usr/local/lib/python3.5/site-packages/PyQt4/QtScriptTools.so /usr/local/lib/python3.5/site-packages/PyQt4/QtSql.so /usr/local/lib/python3.5/site-packages/PyQt4/QtSvg.so /usr/local/lib/python3.5/site-packages/PyQt4/QtTest.so /usr/local/lib/python3.5/site-packages/PyQt4/QtWebKit.so /usr/local/lib/python3.5/site-packages/PyQt4/QtXml.so /usr/local/lib/python3.5/site-packages/PyQt4/QtXmlPatterns.so /usr/local/lib/python3.5/site-packages/PyQt4/__init__.py /usr/local/lib/python3.5/site-packages/PyQt4/__pycache__...

I restarted my computer and for some reason, it now launches correctly. But now it stays on the loading screen forever when I try to login to a team. The...

I tried the latest master and it still gets stuck on the loading screen (after the sign in form). Any idea what could cause this?

This can be configured in your config file (see [this example](https://github.com/Rudloff/alltube/blob/master/config/config.example.yml)). You can set `youtubedl` to point to your yt-dlp install and you can use `params` to set any option...

Thanks for the report. The Docker image has not been updated in a year and is not really maintained. I tried running the latest AllTube on the 12345 port (without...

I can't reproduce the problem with the URL you provided. There is only one format available (FLV, no remux), it downloads correctly and has sound.

This probably happens because the MKV is encoded on the fly and streamed to the browser so it does not know how long the complete file will be.