Kodi Community Forum

Full Version: tvheadend + Rpi & hifiberry digi + dvdplayer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
Can you post a debug enabled log file?
I'll do it since I'll be back at home Smile
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.
Can you post complete log (don't cut it down). Use xbmclogs.com if it is too big for pastebin.
okay, I'll restart my xbmc in mode debug and play the scenario. I'll do it quickly
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
Hi,
Is there something new about this problem ? Do you need more test and debug logs ?
tshuss
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.
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
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.
http://xbmclogs.com/show.php?id=252511

there are the logs ! The errors at the end are from a bad signal from source.
nothing new about this case ?
do you need more logs from more tests and different cases ? It could help to know from which component the error come from.
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.
Pages: 1 2