panpansh
panpansh
- After some tests, - On Chrome it works but by example on firefox I'm stuck here : FFMPEG:ffmpeg version 4.1.1-1 Copyright (c) 2000-2019 the FFmpeg developers built with gcc...
socket.on('config_vcodec',function(m){ console.log("!!!!!"+m); if(typeof m != 'string'){ socket.emit('fatal','input codec setup error.'); return; } if(!/^[0-9a-z]{2,}$/.test(m)){ socket.emit('fatal','input codec contains illegal character?.'); return; }//for safety socket._vcodec=m; });
emit an error when connection state is discoonect. Needed to handle offline.
When I disable an account, I can see notifications for this account when app start. as well, wait a notification for this account don't open it, disable the account, and...
Hi team, All is working good otr upload and files is encrypted. Is there a bounty in crypto-currency for that please ? Best regards
Don't add in occupants if newOccupant Nickname is null https://github.com/redsolution/xabber-android/issues/855
Hello, I wish to edit the name of config file (.xml). How to generate native 64-bit and 32-bit executables based on .NET Core please ? Looking the publish folder :...
react 17
Hello I'm relative new in nodejs electron webpack ecosystem. Fork your current project and try to understand all things. First I don't understandd where is the configuration files of tools...
First thanks for this. Like specified in title, when a user is logged-in, he can access to /login using browser "go back" (if I refresh from "/login", redirect to "/"...