Arun Raghavan
Arun Raghavan
It should work is the only advice I have, as I haven't tried on a Raspberry Pi :) Please continue filing reports if you find that this is not the...
I'm surprised, since there are a lot of people using GStreamer on the Raspberry Pi. I'd imagine things should work out of the box with raspbian. Do you have a...
Is ximagesink expected to work and be hardware-accelerated on the Raspberry Pi? I'd imagine you should be using `glimagesink` instead.
Hmm, this is not something that is currently supported. Maybe it would be possible to have the URL be a template with a client-id that can be filled in for...
The current solution is to have clients decode the whole stream and crop the bit they want. The alternative I can think of is what's mentioned earlier -- prerendered client-specific...
It should be easy enough to replace that with `g_io_channel_*`. Those are available for both UNIX sockets and Windows messages. Would you be interested in doing a patch?
Did you have any luck with this?
Gotcha, no worries! Going to leave this open in case someone decides to pick this up.
### `git rebase -i --autosquash --autostash` Really handy in projects that don't do merge commits (read, everything I work with). ### `git reflog` Lost a commit in a rebase? Did...
Hey Eric, unfortunately, I'm not really using json-c or this Android build infrastructure any more. I imagine it shouldn't be prohibitively hard to write a cmake script, though I don't...