pipelka / xbmc-addon-xvdr

DISCONTINUED - Standalone XVDR addon for XBMC
GNU General Public License v2.0
43 stars 16 forks source link

Helix branch can't play HD channels #149

Closed zz64 closed 9 years ago

zz64 commented 9 years ago

Hi, i can't play HD channel with XVDR (Helix branch) If I leave a few minutes I get a choppy video ): is work fine with VNSI, but i don't need use this addons because i have a big list of channels, and VNSI is not able to load this big list..

here xvdr plugin log: http://pastebin.com/raw.php?i=E33BGeLa xbmc log using xvdr :http://pastebin.com/raw.php?i=aCXhevyE

playing fine with VNSI xbmc log: http://pastebin.com/raw.php?i=ZYQjU6ND

useful information: Kodi (14.1 Git:Unknown). Platform: Linux x86 32-bit Running on Debian GNU/Linux 8 (jessie), kernel: Linux x86 32-bit version 3.19.0-atom-low-latency FFmpeg statically linked, version: 2.4.6-xbmc-2.4.6-Helix Host CPU: Intel(R) Celeron(R) CPU J1800 @ 2.41GHz, 2 cores available plugin: xvdr (0.9.9)

any idea ? or should use another branch ?

Thanks.

zz64 commented 9 years ago

it only applies to French channels I have just tried, the german HD channels work fine like ZDF HD...

pipelka commented 9 years ago

I'm assuming you are using the latest "kodi-helix" branch of the plugin.

Are you using timeshift (configuration)? What's the cpu usage when the video starts to get choppy? The logs are a bit short. Are there any messages when the problem starts? Is this happening on any hd channel or just on this one?

Many things I want to know,...

zz64 commented 9 years ago

il applies to all French HD channels. the cpu usage : vdr=102% kodi=40% i think is audio AC3 related. 500 lines of XVDR plugin log: http://pastebin.com/raw.php?i=1X1Yti2e

zz64 commented 9 years ago

Here short video dumped with VLC from vdr streamdev-server: https://drive.google.com/file/d/0B40c_0M8n5IJMFNaYTNJMm1nZTQ/view?pli=1

pipelka commented 9 years ago

Thanks for the information.

I just pushed the "ac3-fix" branch. This is a wild guess what may cause the problem. Please check if this branch makes any difference for you.

pipelka commented 9 years ago

Ehmm. The "ac3-fix" branch is in the vdr-plugin, ... I guess the problem is located in the vdr-plugin, not the kodi addon.

zz64 commented 9 years ago

with "-b ac3-fix" same problem, + cache... plugin log: http://pastebin.com/raw.php?i=1SWwjFFh kodi log: http://pastebin.com/raw.php?i=Umwfa05D

Thanks.

pipelka commented 9 years ago

It seems these channels announce the audiotracks as AC3 in the PAT/PMT and transmit EAC-3 audio data. This means I have to re-add the ugly hack to handle these situations. I splitted AC3/EAC3 handling some time ago. Ok. At least I know about the problem now, ...

zz64 commented 9 years ago

I forgot to tell you that I am currently in vdr 2.2.0, do you think it's because of that? believe me I not had this problem with my old settings (xbmc13.x and old xvdr) with same channels... is compatibility from vdr 2.2.0 with "helix xvdr" related ? Thanks.

pipelka commented 9 years ago

Hmm. Don't know. I still have to update to vdr 2.2. Will check, ...

pipelka commented 9 years ago

Please repull the "ac-3" branch. Maybe you may find some differences in behaviour.

pipelka commented 9 years ago

Please recheck with the "ac3-fix" branch. It should work.

pipelka commented 9 years ago

The following changes have been merged: pipelka/vdr-plugin-xvdr@43fe18da7ed440b7807d5bb06929e456e9ed8bbd pipelka/vdr-plugin-xvdr@bf7f671a3fdd9493c46c749587ee3df677545912

I consider this issue fixed with these changes. If not, let me know.

zz64 commented 9 years ago

tested (master) today, i confirm that work fine :+1: Thanks.

pipelka commented 9 years ago

Great. Thanks.