Christopher Rosell
Christopher Rosell
> How can I find out where librtmp is installed? I'm not sure if this works on OS X but you might be able to run `locate rtmp` to search...
What OS are you on? What happens if you download the source of python-librtmp and run `python -c "from librtmp_ffi.verifier import verifier; verifier.get_extension()"` in the directory?
Did you install [cffi](https://cffi.readthedocs.org/en/release-0.8/#macos-x)?
RTMP.create_stream calls [RTMP_ConnectStream](http://repo.or.cz/w/rtmpdump.git/blob/HEAD:/librtmp/rtmp.c#l1096), which has it's own loop for processing packets. If you're processing packets before calling this it will probably not work, since it expects packets to happen in...
I haven't tried myself, but it shouldn't be any different from cross compiling any other Python extension.
It looks like you're using 64-bit Python, the wheel packages are currently only 32-bit and thus it will attempt to compile it instead of using the prebuilt binaries. I will...
> -the "options" declarations in main() blocks the program which terminates without any result. Works fine here, using docopt 0.6.2. > -after removing the options declaration and doing everything manually,...
Does this happen everytime you try to connect the controller or only sometimes?
What kernel version, Python version and bluetooth dongle are you using?
> Is there a need for bluetooth 4.0, because it work under windows with both dongles. Well, what seems to be happening is that the connection to the device is...