Alex'
Alex'
I opened an issue on the FastLogin project for the same problem: games647/FastLogin#595 Due to TCPShield changing the player IP while after it's authenticated, FastLogin fails retrieving it with: `No...
TCPShield is working fully as intended, the problem is due to FastLogin not being able to handle the player IP change: When a player joins the server, he has the...
Hi, For now, I haven't checked DLNA at all, it's something I'm planning to do but I need to fix some things in Advanced Media Extensions before I have a...
Made another patcher for this one https://github.com/AlexPresso/MediaServer-ffmpeg-patcher :)
Do you mean you executed the patcher from the pull request I linked in the other issue ? Actually don't do it for now, it's a Work In Progress and...
You mean it doesn't recover the video infos from from TMDb and other providers ?
Hi Subtixx, The new wrapper may fix this issue, if you want to give it a try you can use the following commands: - `curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash -s --...
Have you runned the script using root user /sudo ? It would be really helpfull if you could give me the execution logs of the patcher :)
The new wrapper directly pass the VideoStation args to the SynoCommunity ffmpeg. The patch isn't editing anything related to the `eaDir`, I also cannot reproduce the issue, my VideoStation (without...
All the args are already printed, it's the `DEFAULT_ARGS` (args are never modified) logs entry. Using `$@` is a reference to the args array itself, when trying to print it,...