Sven Köhler
Sven Köhler
Turns out pybonjour, pycrypto and (kinda) pygame also just work on Python 2.
Profiling on rPi B shows most delay comes from ffmpeg h264 decoding, but also SDL rendering is at sub-interactive rates. ``` ncalls tottime percall cumtime percall filename:lineno(function) 56 8.515 0.152...
Haven't done it yet, since for a weekend project the first glimpse of the OpenMAX API was a bit discouraging.
Well, I haven't had any issues after installing avahi. And I used a macOS and fplyServer for an external fp-setup handshake. Alternatively you can use https://github.com/espes/Slave-in-the-Magic-Mirror, if you don't have...
I came across the need for a global index search multiple times. While still loving to see this with HedgeDoc 2, I hacked together an external tool to do this...
I'm experiencing the same on 10.9.5. @robertoandrade Can you elaborate? What did you announce on bonjour and which versions of iOS and OSX did you test?
That's quite interesting, since `avpriv_vga16_font` is part of avutil, but never referenced by me. I pushed a small change, that now explicitly links against libavutil. Can you recompile and check...
Also: Did you install `libavutil-dev`, or however the package is called on raspbian?
Check agin which version of avcodec is currently linked by running `ldd build/lib.*/h264decode.so` and furthermore check wether this is using x264 and some point (also by `ldd`). It seems to...
Can you elaborate on what artifact you see and maybe provide a sample? Also have you tried to buffer/serialize your frames in between in some other dataformat? Do you might...