Jump to content
XPEnology Community

DSM 7 VideoStation don't read video


Goby

Recommended Posts

I managed to install DSM7 with Tinicore on my test machine without any trouble.

 

Suprisingly, I struggle with Video Station which is not abble to read any video, even an old one with no usual codec trouble.

 

Have you got any Idea to fix it?

 

Note : I know that there is lot of other software more powerfull than Video Station but I really want to stick with DS Video.

 

Thanks.

Link to comment
Share on other sites

 

I had the same problem, you have to activate them:

 

https://github.com/dmc31a42/synocodectool-patch

 

 

Run the following commands:

 

wget https://raw.githubusercontent.com/dmc31a42/synocodectool-patch/master/patch.sh



chmod +x patch.sh



sudo ./patch.sh -p

 

 

 

Then run the following command:

cat /usr/syno/etc/codec/activation.conf

 

 

If it works you should get this message:

"success":true,"activated_codec":["hevc_dec","ac3_dec","h264_dec","h264_enc","aac_dec","aac_enc","mpeg4part2_dec","vc1_dec","vc1_enc"],"

 

 

 

 

  • Sad 1
Link to comment
Share on other sites

Thanks for the tricks.

 

Unfortunately, my SN seems to be in a wrong format which lead to a fail for this script.

I'll have to see how to generate and change my SN. Surpisingly when I built the image with tinyCore I used the command ./rploader.sh serialgen DS918+, but it seems that something went wrong.

Link to comment
Share on other sites

I updated the script:

 

https://github.com/Yanom1212/synocodectool-patch

 

Run the following commands:

## Delete the old version of the script.

rm ./patch.sh


## Install and run the new script.

wget https://raw.githubusercontent.com/Yanom1212/synocodectool-patch/master/patch.sh



chmod +x patch.sh



sudo ./patch.sh -p

 

Then run the following command:

cat /usr/syno/etc/codec/activation.conf

 

 

If it works you should get this message:

"success":true,"activated_codec":["hevc_dec","ac3_dec","h264_dec","h264_enc","aac_dec","aac_enc","mpeg4part2_dec","vc1_dec","vc1_enc"],"

 

Edited by Ylamarche5382
Link to comment
Share on other sites

On 3/28/2022 at 7:33 PM, Ylamarche5382 said:

I updated the script:

 

https://github.com/Yanom1212/synocodectool-patch

 

Run the following commands:


## Delete the old version of the script.

rm ./patch.sh


## Install and run the new script.

wget https://raw.githubusercontent.com/Yanom1212/synocodectool-patch/master/patch.sh



chmod +x patch.sh



sudo ./patch.sh -p

 

Then run the following command:


cat /usr/syno/etc/codec/activation.conf

 

 

If it works you should get this message:


"success":true,"activated_codec":["hevc_dec","ac3_dec","h264_dec","h264_enc","aac_dec","aac_enc","mpeg4part2_dec","vc1_dec","vc1_enc"],"

 

 

Question, is this what I need to get hw transcoding enabled using dsm7u3 on a rp build?

I installed rp and dsm7u3 on another branded nas box (baremetal) that has a pentium n3710 cpu, and this box originally did hw decoding / transcoding on its original software from its manufacturer.  Now after I got dsm7 on it, and installed video station (and its supporting files) and media dlna directly from package center inside dsm7, and when I try to play a video from video station it plays for 8-10 seconds and buffers, plays another 8-10 seconds and buffers..... afaik the i915 module installed as part of building the bootloader with rp, I installed video station directly from inside dsm7 and package center (not sure I was supposed to or use another method).   So would using your script enable the hw decoding of video station? or did I mess something up?

 

Any advice would be appreciated.

Link to comment
Share on other sites

  • 3 weeks later...

 

dmc31a42 updated the script, I added 7.1 42661-1. 

Note: It has not been tested yet

 

Original dmc31a42 release(https://github.com/dmc31a42/synocodectool-patch)

 

Version compatible with 7.1 42661-1 (https://github.com/Yanom1212/synocodectool-patch)

 

## Delete the old version of the script.

rm ./patch.sh


## Install and run the new script.

wget https://raw.githubusercontent.com/Yanom1212/synocodectool-patch/master/patch.sh

chmod +x patch.sh

sudo ./patch.sh -p

 

Run the following commands:

Then run the following command:

cat /usr/syno/etc/codec/activation.conf

 

Note: It also patche Codec Pack

Edited by Ylamarche5382
  • Like 1
Link to comment
Share on other sites

@Ylamarche5382 Hi, something went wrong on DVA3221 7.1. I can't play HEVC videos. Asks to install Advanced Media Extensions.

Скрытый текст

235471096_.thumb.png.4dae2307c8d537901cdbdd44ab22049c.png

$ sudo cat /usr/syno/etc/codec/activation.conf
Password:
{"success":true,"activated_codec":["hevc_dec","ac3_dec","h264_dec","h264_enc","aac_dec","aac_enc","mpeg4part2_dec","vc1_dec","vc1_enc"],"token":"123456789987654abc"}

 

Edited by Olegin
Link to comment
Share on other sites

  • 3 weeks later...

I got this:

 

root@NASTY:~# ./patch.sh -p
Detected DSM version: 7.1 42661-1
Patch for DSM Version (7.1 42661-1) AVAILABLE!
Available binaries to patch/restore:
1) /usr/syno/bin/synocodectool
2) /volume1/@appstore/VideoStation/bin/synocodectool
3) /volume1/@appstore/MediaServer/bin/synocodectool
4) Quit
Please choose which binary you want to patch/restore:1
Detected valid synocodectool. Creating backup..
Patching...
Patched
Creating spoofed activation.conf..
Spoofed activation.conf created successfully
root@NASTY:~# cat /usr/syno/etc/codec/activation.conf
{"success":true,"activated_codec":["hevc_dec","ac3_dec","h264_dec","h264_enc","aac_dec","aac_enc","mpeg4part2_dec","vc1_dec","vc1_enc"],"token":"123456789987654abc"}

I tried 1 but i need to patch the other two directories?

Link to comment
Share on other sites

  • 2 weeks later...

 

On 5/14/2022 at 10:52 AM, Ylamarche5382 said:

Yes, if you want to unlock codec on Video Station and MediaServer

 

Hi, I managed to spoof the registration but the codecs dont wokr, I need them for Surveillance Station in DVA3221, is there a command for installing the codecs?

 

Thank you in advance,

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 months later...
On 3/27/2022 at 10:01 PM, Ylamarche5382 said:

 

I had the same problem, you have to activate them:

 

https://github.com/dmc31a42/synocodectool-patch

 

 

Run the following commands:

 

wget https://raw.githubusercontent.com/dmc31a42/synocodectool-patch/master/patch.sh



chmod +x patch.sh



sudo ./patch.sh -p

 

 

 

Then run the following command:

cat /usr/syno/etc/codec/activation.conf

 

 

If it works you should get this message:

"success":true,"activated_codec":["hevc_dec","ac3_dec","h264_dec","h264_enc","aac_dec","aac_enc","mpeg4part2_dec","vc1_dec","vc1_enc"],"

 

 

 

 

I have 7.1.1-42962, No patch for this

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...