Project

General

Profile

transcoding with Synology DS414

Added by Robert S almost 10 years ago

I would like to use the transcoding. In the web interface , the point is for me, unfortunately not . The version 3.4.27-6 is used on a DS414 .
If the feature on this NAS actually not available? Or is this feature in my version just does not contain ?

greeting
Robert


Replies (7)

RE: transcoding with Synology DS414 - Added by Prof Yaffle almost 10 years ago

3.4 only supported transcoding as an experimental feature, enabled by changing the code before compilation. Chances are that you thus don't have it.

Whether a DS414 is up to transcoding anyway is debatable - perhaps SD streams, but it's asking a lot of a low-powered CPU.

RE: transcoding with Synology DS414 - Added by Robert S almost 10 years ago

I already suspected. Did you have a manual to compile tvheadend inclusive transcoding?
I would still like to try it with my CPU , but also there are already thinking a new NAS with better CPU to buy.
Thank you.

RE: transcoding with Synology DS414 - Added by Prof Yaffle almost 10 years ago

IIRC, you have to edit plumbing/transcoding.c and change transcoding_enabled to true, or something like that. Then compile - although, given you're on Synology, you're probably cross-compiling from another platform and that's way beyond anything I've ever done.

From what I've read elsewhere, the newer Intel Evansport 'play' DSes seem to support hardware transcoding on the native software - it's not supported in tvheadend because someone's used a customised version of ffmpeg to enable support, but that's maybe something to look into.

RE: transcoding with Synology DS414 - Added by Raymond Paulsen almost 10 years ago

plumbing/transcoding variable has been removed some time ago : https://tvheadend.org/projects/tvheadend/repository/revisions/8e6538a0bc407adab05d06041fe5a4b31cbb10bf

i see in the makefiles that transcoding.c is refferd to there, i belive transcoding enable/disable has been moved to a build option.

run $ ./configure --help to look for transcoding

RE: transcoding with Synology DS414 - Added by Prof Yaffle almost 10 years ago

Prilly NO wrote:

plumbing/transcoding variable has been removed some time ago

Correct - my reference was to the 3.4.x the OP is using. 3.9.x is different.

RE: transcoding with Synology DS414 - Added by Robert S almost 10 years ago

The versions confuses me a little . Which version is currently actually?

I try to compile respectively cross-compile.

RE: transcoding with Synology DS414 - Added by Robert S almost 10 years ago

I try to cross-compiling, but I 'm more of despair . Can someone help me and explain the whole?

    (1-7/7)