Kodi Community Forum
Bug tvheadend + Rpi & hifiberry digi + dvdplayer - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Bug tvheadend + Rpi & hifiberry digi + dvdplayer (/showthread.php?tid=200156)

Pages: 1 2


tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-18

hello everyone !

I explain my "little problem" but first I describe my installation :

-> hardware :
raspberry model B rev02 (512 MB) with hifiberry digi for spdif output

-> software :
raspbmc with xbmc gotham 13.1 (stable release)
For playing HD videos (1080p of course), I've to use dvdplayer and it works fine with pathtrought by the hifiberry.
The problem is on playing streams from tvheadend.
The live in SD works fine on my RPi and by the http IHM (VLC).
But for the HD one, it's a little different.
By the http IHM there are no problem, but by xbmc with dvdplayer I've the sound and no video. I tried with omxplayer and the video and audio (on HDMI no alsa support) works. It seems that the problem come from dvdplayer but I don't know where to search.

It's quite embarassing for my usage.

thanks for advance

N.B. : sorry for my poor English, I'm French


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - popcornmix - 2014-07-18

Can you post a debug enabled log file?


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-18

I'll do it since I'll be back at home Smile


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-18

Hi again !

I post my debug log on pastbin, I hope that will be usefull.

I took this logs while the initialisation step and playing an HD channel (RMC DECOUVERTE in France) with dvdplayer.

thanks you for your attention on it.


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - popcornmix - 2014-07-18

Can you post complete log (don't cut it down). Use xbmclogs.com if it is too big for pastebin.


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-18

okay, I'll restart my xbmc in mode debug and play the scenario. I'll do it quickly


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-18

So there are the complete logfile.

scenario :

-> start xbmc
-> let it do all what it have to do
-> start playing an HD channel (TF1 HD this time)
-> playing about 1 min
-> stop it
-> stop xbmc


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-22

Hi,
Is there something new about this problem ? Do you need more test and debug logs ?
tshuss


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - popcornmix - 2014-07-22

There's not much in log.
Code:
ERROR: Get - failed to get stream
is the problem, but I don't know why.

Can you try with omxplayer configured? Your hifiberry won't work, but this is a more standard setup.
If this fails too, it's probably a tvheadend configuration issue, but I'm afraid I don't know much about tvheadend.


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-22

I'll do this since I'll back at home with, like last time, debug enabled. Smile

I remember that omxplayer works but I prefer to confirm it Smile


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-23

I confirm that omxplayer works well, I'm watching TV now. I let it go a little and send logs later, it will be more logs.


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-23

http://xbmclogs.com/show.php?id=252511

there are the logs ! The errors at the end are from a bad signal from source.


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-25

nothing new about this case ?


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - feuille_de_lune - 2014-07-28

do you need more logs from more tests and different cases ? It could help to know from which component the error come from.


RE: tvheadend + Rpi & hifiberry digi + dvdplayer - ijsbeer79 - 2014-07-29

Try to remove the following lines form your advancedconfig.xml:
<buffermode>1</buffermode>
<cachemembuffersize>52428800</cachemembuffersize>

As far as I remember those are obsolete.

And try to increase the GPU memory in the config.txt to 192 or 256, since DVDPlayer consumes more memory.