2014-11-13, 22:10
Hi!
As this thread is the first search result when googling for "kodi tvheadend transcode" I just want to note that the built-in transcoding of Tvheadend is working quite fine now in combination with Kodi / XBMC. You just have to make sure to select MP2 as audio codec. (When transcoding to AAC or Vorbis there will be no sound yet in Kodi / XBMC.)
Here is an example that works over my WAN connection without stream stuttering:
(Of course you can decrease the resolution parameter to further reduce bandwidth usage!)
Also editing of ./src/plumbing/transcoding.c is not necessary anymore. Instead you have to enable libav when compiling the source code:
As this thread is the first search result when googling for "kodi tvheadend transcode" I just want to note that the built-in transcoding of Tvheadend is working quite fine now in combination with Kodi / XBMC. You just have to make sure to select MP2 as audio codec. (When transcoding to AAC or Vorbis there will be no sound yet in Kodi / XBMC.)
Here is an example that works over my WAN connection without stream stuttering:
(Of course you can decrease the resolution parameter to further reduce bandwidth usage!)
Also editing of ./src/plumbing/transcoding.c is not necessary anymore. Instead you have to enable libav when compiling the source code:
Code:
AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh -t <target>