pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 22 forks source link

Failure to stream DVB-T2 channels #51

Closed Stu-e-zz closed 12 years ago

Stu-e-zz commented 12 years ago

Since upgrading VDR to 1.7.23 with support for DVB-T2 channels, I can no longer stream DVB-T2 channels to the XVDR addon for XBMC. Previously I was able to successfully stream DVB-T2 channels using VDR 1.7.21 without proper support for DVB-T2 through a happy coincidence. Previously the VDR channel.conf entry for the channels resembled DVB-T with QAM256 and that just 'worked'. The channels concerned are UK FreeviewHD channels which are high definition H264. Do you need copies of logs for both VDR and XBMC? Thanks

pipelka commented 12 years ago

Yes. Logs are always needed ;-) The VDR log is the interesting part for me. I don't need the XBMC log.

It would be a great help if you could compile your plugin with:

make DEBUG=1

I also would like to take a look at the channels.conf of the DVB-T2 channels.

Stu-e-zz commented 12 years ago

OK I'll do that tonight

Stu-e-zz commented 12 years ago

Here are the DVB-T2 channel.conf entries: :@50 BBC One HD:474166667:B8C34D12G32M256P0S1T8Y0:T:0:6601=27:6602=eng@17,6606=eng@17:0;6605=eng:0:17540:9018:16515:0 :@51 ITV1 HD:474166667:B8C34D12G32M256P0S1T8Y0:T:0:201=27:202=eng@17,206=eng@17:0;205=eng:0:17603:9018:16515:0 :@52 Channel 4 HD:474166667:B8C34D12G32M256P0S1T8Y0:T:0:301=27:302=eng@17,306=eng@17:0;305=eng:0:17664:9018:16515:0 :@53 :@54 BBC HD:474166667:B8C34D12G32M256P0S1T8Y0:T:0:101=27:102=eng@17,106=eng@17:0;105=eng:0:17472:9018:16515:0

Stu-e-zz commented 12 years ago

Well this is embarrassing, it's now working! This is the first time I have tried in a few weeks. The only things that have changed are the VDR plugin has been recompiled with DEBUG=1 and I think the XBMC addon has upgraded itself to 0.9.5.20120313 :-/

I do however have another issue with the audio. Sometimes it is OK but more often I hear only the audio description (AD) for the blind and no other audio tracks.

Should I start a new issue for this?

My apologies

pipelka commented 12 years ago

The important thing is: It's working ;-)

About the audio issue: I think sometimes XBMC messes up audio stream ordering. Just press # on your remote to change the audio channel. I'm not 100% sure that it's the fault of XBMC but I didn't investgate too hard on this.

Stu-e-zz commented 12 years ago

OK thanks