Xpenology enables transcoding
https://github.com/likeadoc/synocodectool-patch
This patch enables transcoding on Synologys DiskStation Manager 6+ without a valid serial number. The structure is loosely based on https://github.com/keylase/nvidia-patch
Requirements:
- DiskStation Manager 6 or higher
- Your serial number must be in the proper format (e.g. XXXXPDNXXXXXX for DS918+, XXXXODNXXXXXX for DS3617xs, XXXXLWNXXXXXX for 3615xs)
- x86-64 based
- SSH/Terminal Access
- sudo/root
sudo su
cd /temp
Downloading and making script executable
wget https://raw.githubusercontent.com/likeadoc/synocodectool-patch/master/patch.sh
chmod +x patch.shPatching synocodectool
This patch performs a backup of the original file prior to making changes.
sudo ./patch.sh -pRestoring original file
If something goes horribly wrong restoring the original file is possible
bash ./patch.sh -r
Synopsis
# sudo ./patch.sh -h
SYNOPSIS
patch.sh [-h] [-p|-r|-l]
DESCRIPTION
Patch to enable transcoding without a valid serial in DSM 6+
-h Print this help message
-p Patch synocodectool
-r Restore original from backup
-l List supported DSM versions
Comments
Post a Comment