Hadi Azami
Hadi Azami
I did eventually build it, through I figured out that it's not entirely up to FFmpeg. lack of proper rendering is caused by chromium because it doesn't have the proper...
I don't see how individuals can deploy this solution? you can't just deploy a switch in the real world. they simulated an environment where they had full control over it....
@xiaokangwang how come v2ray doesn't support tun devices? I mean I'm not looking for a workaround or anything like that. I'm just curious to know the reason. does it affect...
@sneak sorry, but Signal did not "design" anything. okay? it's a stupid SNI Proxy. and, that is fine with me if this was just recognized as a simple PoC or...
> It will look like a Go client. The _behaviour_ will be unique and this is what I'm most concerned about. WebSocket support may mitigate this. gRPC or h2 duplex...
there isn't any way to "Bind" electron to Kodi. and electron is essentially a browser. so the only option would be to launch it as a separate process in Kiosk...
the conversation shifted towards cloudfront, what about cloudflare? it would be really helpful if you could support cloudflare. because people from Cuba, Iran, Syria ... can't buy anything from a...
I found a nifty workaround that is cross-platform, [MPV supports IPC](https://github.com/mpv-player/mpv/blob/master/DOCS/man/ipc.rst) and this means with [NET API](https://nodejs.org/docs/latest/api/net.html) we can actually set/get properties on the fly. `script.js` ```javascript mp.set_property('input-ipc-server', '/mpvsocket') ```...
same issue. here is my `.htaccess` configuration ``` RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] ``` i use php 5.6 via docker-php official container and...
this issue is important considering that a wide variety of people uses omxplayer and it has been around since 2014. i'm actually so close to finishing my project i can...