NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 702 703 704 705 706 … 1231 Next »
GB-PVR and Australian HDTV...Is it possible?

 
  • 0 Vote(s) - 0 Average
GB-PVR and Australian HDTV...Is it possible?
bjanssen
Offline

Junior Member

Posts: 1
Threads: 1
Joined: Jul 2005
#1
2005-07-18, 06:14 AM
Hi,

I am playing around trying to get GB-PVR (using BDA drivers for DVB-T) up and running as I have found Media Portal to be too unstable.

I have hit a snag with GB-PVR in that I can't seem to get it decoding AC3 (which is what Australian HD channels transmit their sound as). All I get is near silence with occasional loud popping and cracking noises.

The Audio decoder properties let me choose a decoder, and I can configure that decoder (in the external decoders settings) to do pass through via SPDIF, but to no avail? It's like GB-PVR is somehow bypassing my decoder settings?

Anyone out there able to get it working? If so, what decoder did you use and were you able to send the AC3 signal out via SPDIF or did you have to downconvert it? I don't want to downconvert as Dolby Digital sounds fantastic Smile

Thanks.

BJ.

PS: HD picture works fine Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#2
2005-07-18, 06:19 AM
To be honest, I have no idea. Its not been tested against this sort of transmissions.

I would hope that with the appropriate filters installed on you machine, it should be able to play AC3 sound.
daza67
Offline

Member

Posts: 182
Threads: 17
Joined: Sep 2004
#3
2005-07-28, 06:33 AM
There seem to be a few issues preventing this one is a demuxer config problem as the ms demuxer defaults to mpeg audio pids even when ac3 is present.

The tuning function does not seem to pick up the ac3 pids when tuning for channels for example nine mpeg audio channel gets reports a tuning request of :
T:C8,191500,0,0,7~P:1025~V:513~A:660~N:>Nine Digital

Changing the tuning request to accomodate the AC3 pid ie:
T:C8,191500,0,0,7~P:1025~V:513~A:661~N:>Nine Digital

This results in no sound and mpeg audio reported by the audio decoder. It appears the Audio pin needs remapping in the demuxer from 0x294 (660) to 0x295 (661).

Even if this is fixed there also appear to be some issues with the Cyberlink muxer being unable to handle ac3 audio, see discussion at forums.dvbowners.com. Apparently the SSmuxer can handle ac3 audio but I have been unable to verify this.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#4
2005-07-28, 06:42 AM
I dont know about Oz specifically, but the few places I've personally tried which have alternative ac3 PID, you'd typcially get the following listed during a scan:

T:C8,191500,0,0,7~P:1025~V:513~A:660~N:>Nine Digital
T:C8,191500,0,0,7~P:1025~V:513~A:661~N:>Nine Digital (AC3) (2)

I take you're not getting this for some reason?
daza67
Offline

Member

Posts: 182
Threads: 17
Joined: Sep 2004
#5
2005-07-29, 06:26 AM
Only the mpeg audio pids are getting picked up in the channel scan, see the example extract below. When ac3 audio is only present the audio pid appears set to 0.

T:C05,177500,0,0,7~P:1344~V:1025~A:1026~N:>7 Digital #mpeg only
T:C05,177500,0,0,7~P:1348~V:1089~A:1090~N:>7 HD Digital #ac3 is 1091
T:C05,177500,0,0,7~P:1350~V:1121~A:1122~N:>7 Guide #mpeg only
T:C07,191500,0,0,7~P:1025~V:513~A:660~N:>Nine Digital #ac3 is 661
T:C07,191500,0,0,7~P:1152~V:512~A:0~N:>Nine High Definition #ac3 is 651
T:C11,219500,0,0,7~P:1608~V:514~A:0~N:>TEN HD #ac3 is 672
T:C12,226500,0,0,7~P:576~V:2314~A:0~N:>ABC HDTV #ac3 is 2309
T:C12,226500,0,0,7~P:578~V:2309~A:2310~N:>ABC2 #mpeg only
T:C12,226500,0,0,7~P:577~V:512~A:650~N:>ABC TV Brisbane #ac3 is 651

In graphedit AC3 audio needs a different media type pin defined in the demuxer to the mpeg audio.

The showshifter muxer appears capable of writing a mpeg2 file with ac3 audio in graphedit. I could not get the intervideo or cyberlink muxers to do this. Although the intervideo muxer showed more promise.

Sub, let me know if you would like to take another look in my htpc again or some graphs.

This is getting very close to working.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#6
2005-07-29, 06:38 AM
Quote:In graphedit AC3 audio needs a different media type pin defined in the demuxer to the mpeg audio
Yes, I'm already aware of that.

You problem seems to be more of a scanning issue. For some reason its not correctly identifying the AC3 channels.

Is <BDAScanType> set to '1' or '2' in you config.xml?
daza67
Offline

Member

Posts: 182
Threads: 17
Joined: Sep 2004
#7
2005-07-29, 06:53 AM
Currently set for 2, if it's set to 1 no channels at all are found at all. On both a twinhan and a dvico cards.

I've tried manually adding the ac3 pids to the SCAN-2.cache file. This results in the popping/crackling noise described.

The nvidia audio decoder properties while this is running report mpeg audio hence my suggestion at it being a media type pid mapping problem.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#8
2005-07-29, 07:06 AM
Ah, I see. It'll definitely only find AC3 channels when you do a type '1' scan.

Quote:I've tried manually adding the ac3 pids to the SCAN-2.cache file. This results in the popping/crackling noise described.
Unfortunately thats not enough. It actually needs a couple of other things embedded in the tuning request string to tell it it's an AC3 audio channel. I've made a few AC3 related changes in the next release (due in a few days), and you're probably better off trying it then (especially since the old tuning request AC3 details, and AC3 filter requirement are a little hazy in my mind).

You're still likely to have the scanning difficulties in the next release though, since I dont think anything has been changed in this area of the application.
daza67
Offline

Member

Posts: 182
Threads: 17
Joined: Sep 2004
#9
2005-07-29, 11:17 AM
What is the syntax of the tuning request, can you give me an example of the other bits that may be missing ?

Would this work ?
T:C8,191500,0,0,7~P:1025~V:513~A:661~N:>Nine Digital (AC3) (2)
daza67
Offline

Member

Posts: 182
Threads: 17
Joined: Sep 2004
#10
2005-08-23, 04:40 AM
Sub,

FYI, it seems the failure of the bda tuning type 1 scan were due to xp MCE 2005. Type 2 scans work fine with both Twinhan and DVICO cards under xp pro.

Cheers
Darren
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mygica USB HDTV stick A6808-W7 tuckster 2 3,968 2011-06-27, 01:50 PM
Last Post: qam1600
  Has anyone tuned into Australian Briz31 (31Digital)? spotty 3 1,584 2010-08-29, 12:18 AM
Last Post: sub
  Mygica U6012 HDTV Stick (QAM) and Windows 7 -- cannot locate device ak1i 11 6,301 2010-06-14, 01:50 AM
Last Post: ak1i
  Australian FTA live TV setup for ABCTV Snufty 12 5,511 2010-02-16, 07:12 AM
Last Post: XJW
  Playing recorded HDTV problem SoupSatchel 3 1,899 2010-01-03, 03:14 PM
Last Post: sub
  All HDTV channels deliver "no signal" aesn5 23 8,411 2009-12-19, 05:42 PM
Last Post: aesn5
  Setup for HDTV(especially in Denmark). Mine can't cope. mila06 22 5,866 2009-11-10, 11:35 PM
Last Post: Reddwarf
  Newbie quick questions - Australian TV guide/recording formats/Comskip Banex 4 2,763 2009-05-07, 06:33 PM
Last Post: dennit
  Recording HDTV chopiness from HD or Capture Card? Mormegil 8 2,836 2009-02-11, 04:27 AM
Last Post: leprechaun
  HDTV Wonder bigbus01 63 21,574 2009-02-06, 03:21 AM
Last Post: Toei

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode