Florian Wesch

Results 69 comments of Florian Wesch

I only have had a 16.10 running in a cloud vm somewhere, so I can't test if the result works, but I made those changes to video.c: ``` diff --git...

That was by me. Thanks for showing up :-) You can have a look at https://info-beamer.com/blog/introducing-nested-nodes. That's recent feature that allows a node.lua from one directory to subscribe to all...

Thanks for bringing that up. Sucks how times have changed. *sigh* I'm a bit hesitant on merging that change, as it's now a syntax error. I guess using something like...

The open source version uses software decoding for all videos. You'd have to open the first video, step through it frame by frame. You can use the `util.videoplayer` helper function...

What's a vertical slider? Images moving up and down?

Wierd. Haven't had that problem before. Can you paste the output of `vcgencmd dispmanx_list`?

(Offtopic: The Pi isn't fast enough for HDMI capture of its own output. If you want an inexpensive solution you might use the LKV373. I've use it to capture the...

Nothing to see there, I guess. Can you try using [raspi2png](https://github.com/AndrewFromMelbourne/raspi2png) instead and see if that works despite using the same dispmanx API? Are you using the latest firmware? (`vcgencmd...

If you do that, you'd probably snapshot across different frames which results in tearing. I'd suggest you report this problem to the official pi [issue tracker](https://github.com/raspberrypi/firmware/issues). I don't see any...

I'm using the libvncserver for protocol handling. Maybe that's a bug in the version you're using? Another thing you might try is to select a different ending in your VNC...