Forums » Kodi (XBMC) as frontend »
Transcoding stopped working when switching from XBMC 12 to 13
Added by Michael Neurohr almost 11 years ago
Hi!
Recently I switched one of my media centres from XBMC 12 to 13 and Transcoding stopped working. On the other computer that is connecting to the same Tvhedend, transcoding is still working. So it seem to be a problem with the pvr addon of XBMC.
I guess the problem has something to do with the seddings.xml of the pvr addon.
When transcoding is enabled and I choose a channel, XBMC starts buffering and nothing happens. Tvheadend tunes to the wished service, but then nothing happens. I also don't see any errors. Neither in the xbmc debug log nor in the Tvheadend log.
Here are my settings.xml
XBMC 12, still working:
<settings> <setting id="audio_codec" value="0" /> <setting id="connect_timeout" value="9" /> <setting id="host" value="127.0.0.1" /> <setting id="htsp_port" value="9982" /> <setting id="http_port" value="9981" /> <setting id="pass" value="pass" /> <setting id="resolution" value="480" /> <setting id="response_timeout" value="4" /> <setting id="transcode" value="true" /> <setting id="user" value="xbmc" /> <setting id="video_codec" value="28" /> </settings>
XBMC 13, not working:
<settings> <setting id="audio_codec_name" value="0" /> <setting id="connect_timeout" value="9" /> <setting id="host" value="192.168.5.2" /> <setting id="htsp_port" value="9982" /> <setting id="http_port" value="9981" /> <setting id="pass" value="pass" /> <setting id="resolution" value="480" /> <setting id="response_timeout" value="4" /> <setting id="transcode" value="true" /> <setting id="user" value="xbmc" /> <setting id="video_codec_name" value="0" /> </settings>
Does anyone see problems with my settings.xml?
Could someone please post a working settings.xml from XBMC 13?
EDIT:
Finally I found some differences in the debug log of Tvheadend:
With XBMC 12:
2014-01-23 20:10:42.634 subscription: "127.0.0.1 [ xbmc | XBMC Media Center ]" subscribing on "ProSieben Austria", weight: 150, adapter: "/dev/dvb/adapter0/frontend0", network: "Astra19_2", mux: "12051V", provider: "ProSiebenSat.1", service: "ProSieben Austria" 2014-01-23 20:10:42.672 transcode: 1:TELETEXT ==> Filtered 2014-01-23 20:10:42.672 transcode: 2:MPEG2AUDIO ==> Passthrough 2014-01-23 20:10:42.672 transcode: 3:AC3 ==> Passthrough 2014-01-23 20:10:42.675 transcode: 4:MPEG2VIDEO 720x576 ==> H264 600x480 2014-01-23 20:10:42.675 transcode: 5:TEXTSUB ==> Passthrough 2014-01-23 20:10:43.202 libav: using SAR=64/45 2014-01-23 20:10:43.207 libav: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 2014-01-23 20:10:43.209 libav: profile Constrained Baseline, level 3.0 2014-01-23 20:10:43.209 libav: 264 - core 123 r2189 35cf912 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=25 keyint_min=2 scenecut=40 intra_refresh=0 rc_lookahead=25 rc=abr mbtree=1 bitrate=576 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=30 qpstep=4 vbv_maxrate=3670 vbv_bufsize=1835 nal_hrd=none ip_ratio=1.41 aq=1:1.00 2014-01-23 20:10:52.000 mpegts: 12480V - starting for 'epggrab' (weight 1) 2014-01-23 20:10:52.000 mpegts: 12480V - tuning on /dev/dvb/adapter1/frontend0 2014-01-23 20:10:52.216 subscription: 'epggrab' subscribing to mux, weight: 1, adapter: '/dev/dvb/adapter1/frontend0', network: 'Astra19_2', mux: '12480V' 2014-01-23 20:11:02.552 subscription: "epggrab" unsubscribing 2014-01-23 20:11:07.158 mpegts: 11347V - starting for 'epggrab' (weight 1) 2014-01-23 20:11:07.158 mpegts: 11347V - tuning on /dev/dvb/adapter1/frontend0 2014-01-23 20:11:07.367 subscription: 'epggrab' subscribing to mux, weight: 1, adapter: '/dev/dvb/adapter1/frontend0', network: 'Astra19_2', mux: '11347V' 2014-01-23 20:11:16.557 subscription: "epggrab" unsubscribing
XBMC 13
2014-01-23 20:07:40.415 subscription: "192.168.5.10 [ mine | XBMC Media Center ]" subscribing on "ProSieben Austria", weight: 150, adapter: "/dev/dvb/adapter0/frontend0", network: "Astra19_2", mux: "12051V", provider: "ProSiebenSat.1", service: "ProSieben Austria" 2014-01-23 20:07:40.442 transcode: 1:TELETEXT ==> Filtered 2014-01-23 20:07:40.442 transcode: 2:MPEG2AUDIO ==> Filtered 2014-01-23 20:07:40.442 transcode: 3:AC3 ==> Filtered 2014-01-23 20:07:40.442 transcode: 4:MPEG2VIDEO ==> Filtered 2014-01-23 20:07:40.442 transcode: 5:TEXTSUB ==> Passthrough 2014-01-23 20:07:47.978 subscription: "192.168.5.10 [ mine | XBMC Media Center ]" unsubscribing from "ProSieben Austria"
Thanks,
Michael