Which version includes H.265 support?
Added by wheelz wheelman over 7 years ago
I am using the deb https://dl.bintray.com/tvheadend/deb trusty unstable repository,
and have version HTS Tvheadend 4.1-2405~geb495a0~trusty installed, but there is no H.265 support.
I know one of the previous versions I was running had it, but this version does not.
Which version, and repository includes H.265 support?
Replies (2)
RE: Which version includes H.265 support? - Added by Robert Cameron over 7 years ago
The tvheadend-git
package for Arch (in the AUR) builds H.265 support in by default, and links it to the system's libx265 rather than building a static version for Tvheadend. However, I'm not sure any repo packag's a binary with it built-in.
Your best bet is to just build it from scratch yourself. Just include --enable-libx265 --disable-libx265_static
in your configure options. (Although, ensure you have the libx265 headers, first ;-)
RE: Which version includes H.265 support? - Added by wheelz wheelman over 7 years ago
Solved- Moved up to Ubuntu 16.04.02 LTS server, reinstalled from same repository and H.265 is back.