sgerwk
sgerwk
Without this, a cgi reading from stdin will block because it still has the write end of the pipe open. This matters to cgi scripts using POST requests with multipart/form-data,...
Some streams have more than one audio stream, for example in different languages. As far as I can see, hlsdl can only be instructed to download one. This could be...
If the directory where bt-obex is supposed to save files is on a different filesystem than $HOME/.chache/obexd, the call to g_rename() fails. The file does not show up in the...
``drmAvailable()`` calls ``drmOpenMinor(0, 1, DRM_NODE_PRIMARY)``, which opens ``/dev/dri/card0`` the call fails if the only available device is ``/dev/dri/card1``