NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 254 255 256 257 258 … 433 Next »
HVR 1800 ATSC recordings - audio track?

HVR 1800 ATSC recordings - audio track?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#11
2013-05-21, 07:29 PM
I haven't looked at the files yet, but if they're the same channel but from different sources (ATSC vs QAM) then they could certainly have different audio streams. If they were both from QAM, or both from ATSC, then the HVR recording would be identical to your HDHR.
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#12
2013-05-21, 07:30 PM
It's likely that your QAM source (cable?) is remixing the stream to eliminate the second track.
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
ccihon
Offline

Member

Posts: 139
Threads: 21
Joined: Feb 2013
#13
2013-05-21, 07:38 PM
Here's the log - initiated playback of problem file at about line 400 - and later in this log played the other file. This was on server machine rather than my client normally used, but both exhibit the AC3 track selection issue.
ccihon
Offline

Member

Posts: 139
Threads: 21
Joined: Feb 2013
#14
2013-05-21, 07:42 PM
mulletback Wrote:It's likely that your QAM source (cable?) is remixing the stream to eliminate the second track.

Just to clarify, I have used the Dual to tune via Antenna ATSC this channel, and playback was fine - but it would be an issue to switch to that setup now. So rather than an ATSC vs QAM issue, its in my opinion a HVR vs HDHR recording issue.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#15
2013-05-21, 07:51 PM
ccihon Wrote:Here's the log - initiated playback of problem file at about line 400 - and later in this log played the other file. This was on server machine rather than my client normally used, but both exhibit the AC3 track selection issue.

Your "problem" file seems to have dual AC3 tracks. Even though it may be a stereo stream, it is muxed as an AC3 stream:

Code:
<ServiceInformation>
  <TSID>1</TSID>
  <Service>
    <ServiceID>1</ServiceID>
    <PMT_PID>48</PMT_PID>
    <Streams>
      <Stream>
        <PID>49</PID>
        <StreamType>2</StreamType>
        <unparsed_descriptor>0x6</unparsed_descriptor>
        <unparsed_descriptor>0x86</unparsed_descriptor>
      </Stream>
      <Stream>
        <PID>52</PID>
        <StreamType>129</StreamType>
        <unparsed_descriptor>0x5</unparsed_descriptor>
        <unparsed_descriptor>0xA3</unparsed_descriptor>
        <unparsed_descriptor>[B][color=#FF0000]0x81[/color][/B]</unparsed_descriptor>
        <Language>eng</Language>
        <AudioType>0</AudioType>
      </Stream>
      <Stream>
        <PID>53</PID>
        <StreamType>129</StreamType>
        <unparsed_descriptor>0x5</unparsed_descriptor>
        <unparsed_descriptor>0xA3</unparsed_descriptor>
        <unparsed_descriptor>[B][color=#FF0000]0x81[/color][/B]</unparsed_descriptor>
        <Language>eng</Language>
        <AudioType>0</AudioType>
      </Stream>
    </Streams>
  </Service>
</ServiceInformation>

I suspect that your cable provider is eliminating one as mentioned earlier.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#16
2013-05-21, 07:51 PM
ccihon Wrote:Just to clarify, I have used the Dual to tune via Antenna ATSC this channel, and playback was fine - but it would be an issue to switch to that setup now. So rather than an ATSC vs QAM issue, its in my opinion a HVR vs HDHR recording issue.
I'm sure that wont be the case. Can you supply short sample recordings from the same source? I'll be able to check what is different about the two streams.
ccihon
Offline

Member

Posts: 139
Threads: 21
Joined: Feb 2013
#17
2013-05-21, 08:15 PM (This post was last modified: 2013-05-21, 08:44 PM by ccihon.)
Here is an archived sample of same program, same channel as the previous samples, but this was when I was using the Dual to record ATSC - it does appear to have two tracks - but this file plays back without issue. Just want the Hauppauge recording to act the same way!


(edit - it appears to be an issue also - that is, NPVR playback seems to always pick the wrong AC3 track of the two included - what to do?)

https://dl.dropboxusercontent.com/u/1680...-chunk.zip
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#18
2013-05-21, 09:12 PM
ccihon Wrote:Here is an archived sample of same program, same channel as the previous samples, but this was when I was using the Dual to record ATSC
As far as I can tell, they're not from the same source - they have different program numbers, different audio/video pids, and different streams.

I think if you connected them both up as ATSC now, and recorded a segment of the same show, you'd get the same results from both devices.
ccihon
Offline

Member

Posts: 139
Threads: 21
Joined: Feb 2013
#19
2013-05-21, 09:23 PM
not sure about same source - what I am saying is the latest file posted is an HDHR ATSC recording of wbnstv, and the previous two are: an ATSC HVR1800 recording of that channel, along with a QAM recording from the cable version of wbnstv. I'll accept that the ATSC recording from both devices from the same broadcast channel will contain the same number and type of streams.....but here is the issue - I'm moving away from QAM as it will soon go away as clear QAM - so my issue is best expressed:


How do I have NPVR reliably start and continue to play the correct (6-channel) audio stream? For me it will not. in fact, the default seems to be "AC2 Track 2 (eng)" not Track 1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#20
2013-05-21, 09:36 PM
Try this patch - there is a chance it's not going to run on your machine, due to me changing compilers since the last release, so backup your original file so you can go back.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed recordings won't delete Spid4567 3 2,415 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  Missing Audio NND 39 8,206 2023-06-24, 01:42 PM
Last Post: mvallevand
Information Audio Video Sync Fixed with AC3Filter! gearsofwoe 0 1,064 2022-11-18, 04:36 AM
Last Post: gearsofwoe
  All my recordings start 90 sec early ncsercs 2 1,328 2022-03-19, 03:28 AM
Last Post: sub
  Missing Audio - Switching from MPEG-1 to AC3 and vice versa NumberFive 15 4,283 2021-05-06, 01:57 AM
Last Post: raymondjpg
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 14,299 2021-03-21, 11:21 PM
Last Post: careads
  Colossus 2 Audio issue artmetz 15 4,282 2021-02-10, 07:02 PM
Last Post: shspvr
  DVB-T and selecting audio stream three6zerocool 17 4,918 2021-02-06, 04:22 PM
Last Post: artmetz
  Most recordings are zero bytes virtualpaul 4 2,005 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,046 2021-01-07, 08:47 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode